kelliejojo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Menu Hierarchy not workingThank you, crt. I tried it in firefox and all is well!
Unfortunately, I have the latest version of chrome, so I’ll head over to those forums to figure out if they have a fix. (I really like using Chrome!)
Thanks again!
Forum: Fixing WordPress
In reply to: Dropdown navigation on custom menu stopped workingI have the same problem with the custom menu and I’m using a child theme of twenty eleven. Help?
Forum: Fixing WordPress
In reply to: Custom Menu Hierarchy not workingMe too.
I found google libraries and installed it, but it didn’t help.
I can drag my sidebar widgets, but my custom menu won’t save correctly AND I can’t drag to parent/child. I haven’t touched any jquery – only changes to the css file in my child theme.
Any ideas?
Forum: Fixing WordPress
In reply to: YouTube Video Covering Dropdown Navigation Menuhttp://maxmorgandesign.com/fix_youtube_iframe_overlay_and_z_index_issues/
The solution is in the youtube code. I tried the z-index stuff I found and nothing worked. But the link above explains what to do and it works like a charm!
Forum: Themes and Templates
In reply to: Twenty Eleven – remove white space at top of pagehey – I added this code and the annoying white line you speak of disappeared:
/* gets rid of annoying white pixel marks at top of pages */
#page {
margin-top: -2px;
}