martinfamily2005
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need help urgentlyNo change, unfortunately. I even tried changing the template for the page….had no effect.
Anyone want to log in with a temp ID & see if you notice anything that might be off? If so, email me: [email protected]
Forum: Fixing WordPress
In reply to: Need help urgentlychanging the template = still incorrect page showing (the page is not “blank” it says “nothing found”, so its not the white screen of death)
All plugins disabled = still same, no change
The only thing that happened around the time was WordPress said the database needed to be updated, and it updated it. But I am not sure how long after exactly it stopped rendering that page. It is strange because it is ONLY that page.
Forum: Fixing WordPress
In reply to: Need help urgentlyCan anyone help? This is urgent!
Forum: Fixing WordPress
In reply to: Need help urgentlyno
Forum: Fixing WordPress
In reply to: Need help urgentlyNo new plugins. Last time I logged in to wp-admin, it said it needed to update the database. That is the only change. I have tried this with all plugins disabled, and that does not resolve the issue.
I also tried activation the default theme, then re-activating the theme with the issue, and that did not resolve the problem.
Forum: Fixing WordPress
In reply to: Need help urgentlyThat did not work, sorry. It is like it is not recognizing the page. I just created a brand new test page, and made the page template “Calendar”, and it has the same result.
Forum: Fixing WordPress
In reply to: Need a bit of help with custom fieldsThat worked great! Thanks for all the help!
Forum: Fixing WordPress
In reply to: Need serious help.yes. And nobody on any forum seems to know how to get it working. been weeks now.
Maybe I am not implementing the wordpress code in the right place, or something. that would do it.
Forum: Fixing WordPress
In reply to: Need serious help.@esmi not sure it is a theme issue. I am doing something that the theme is not doing in its original form. That is why its not in their scope.
Forum: Fixing WordPress
In reply to: Need serious help.Here you go:
Can someone please help me get the tabbed content area to work properly on my page here: https://billboardfamily.com/?theme=DeepFocus
The tabs work fine, but they will not display all the content, or any content on some tabs. Need someone tp help me get these all working correctly.
thanks.
CODE FOR ENTIRE PAGE
https://pastebin.com/KfJAhJqQCODE FOR TABS SCRIPT (IN HEADER.PHP)
<script> $(function() { $("#nav ul").tabs("#panes > div", {effect: 'fade', fadeOutSpeed: 400}); }); </script>
FYI, here is the original working demo for the tabs: https://flowplayer.org/tools/demos/tabs/skin4.htm
Forum: Fixing WordPress
In reply to: Need serious help.all of that info is in that link. I did not want to copy it all to here because it is a lot of code. theme developers say its out of their scope of support.
thanks
Forum: Fixing WordPress
In reply to: Need a bit of help with custom fieldsgood deal. I will try this & let everyone know what happened. thanks ??
Forum: Fixing WordPress
In reply to: Need a bit of help with custom fields$catid = 68;
I am assuming this is where I put the category ID, which is 15, in this case?
Forum: Fixing WordPress
In reply to: What happened to 'Page Templates' drop-down in WordPress 3.1?What do you mean by this solution, exactly? can you walk me through the steps? same issue with 3.1
Forum: Fixing WordPress
In reply to: Need some help pulling & displaying thumbnails from postsYeah, I just want to pull the thumbnail from a post. I already have it set up to display them, add them etc. I just want to pull the thumbnail from a post & display it on a different page…looking for a function call, actually, and the ability to tell it which category to pull the image from the most recent post only.