isocky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting a @*&#^$% movie to run properly! :(It could be that your server is not configured to display mp4 mime types. That was my issue.
Try using a different browser. I was trying to use the widget in IE7 and got the same problem, but it works in Chrome.
Worked like a charm. Thanks so much!
Forum: Fixing WordPress
In reply to: Generating fixed page navigation tabsI finally got it working using method 2 from this tutorial:
To achieve the unique on-state for the second navigation section, I changed
echo " id=\"current\"";
on my navigation list items to
echo " id=\"feaCitiesOn\"";
Then created a style for #feaCitiesOn
I can’t post my site yet because I have to hide it with a Maintenance Mode plugin until it’s approved to go public.
Forum: Fixing WordPress
In reply to: Generating fixed page navigation tabsModerator: If you wish to delete my posts, I can try again for one coherent post, now that I’ve had a little practice. ??
Forum: Fixing WordPress
In reply to: Generating fixed page navigation tabs<ul id="navLeftTop"> <li><a href="https://designandplanningsites.aecom.com/gci/">Purpose</a></li> <li class="page_item page-item-10 current_page_item"><a href="https://designandplanningsites.aecom.com/gci/?page_id=10" title="People">People</a></li> <li><a href="?page_id=12">Ideas</a></li> <li><a href="?page_id=25">Partners</a></li> <li><a href="?page_id=7">Blog</a></li> </ul>
Forum: Fixing WordPress
In reply to: Generating fixed page navigation tabsOops. Sorry. I’m new.
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Generating fixed page navigation tabsI have three different navigations sections in my header. I need to add an on-state to each section and each section’s on-state needs to be unique. I hand coded the navs into my themes header.php page. I have been trying to understand how to code this. I’m missing what to do with wp_list_pages; what code to I add where?
Here is one of my nav lists in which I tried to style the People link with examples I have seen in the forum.
[Code moderated as per the Forum Rules. Please use the pastebin]
Any advice?
Thanks.
Forum: Fixing WordPress
In reply to: Generating fixed page navigation tabsI didn’t understand what to do with information either.
Thank you! Thank you! Thank you! I went to the settings > other tab a hundred times and never scrolled down because I thought it was all about the callbacks. ??
Forum: Themes and Templates
In reply to: Why use a child theme?Thanks. That is helpful.
Forum: Themes and Templates
In reply to: Why use a child theme?Why can’t I just make a copy of the whole theme, change the folder name and do a search and replace of the theme name in the contents new folder? I want to change a lot including the header and footer pages. I have tried this and it seems to have worked. Am I missing something important that’s going to cause me grief in the future? Thanks.
Forum: Plugins
In reply to: [Plugin: WP-cufon] gives error ‘wp_cufon_delay’I don’t know what is causing the bug, but I can tell you that an earlier version of the plugin did not have it. I happened to have a copy from a site I built a few months ago and when I replaced the newer version of the plugin with the old one, the bug disappeared. I will compare versions when I get a chance to find the culprit.
In the mean time, all-in-one cufon seems to work just as well. The only reason I don’t want to use it is because I can’t get it to not show up under “settings” when someone is logged in as an author and not an admin.
I am using WP version 9.92, theme contempt_V2. This is my first post, so I don’t know if you can email me or not, but if you can, I will happily supply you with the older version.