- This topic has 7 replies, 3 voices, and was last updated 14 years, 2 months ago by imported_Ryan.
-
AuthorPosts
-
August 26, 2010 at 12:21 pm #1576teenawrMember
Hi! Love the menu, excellent work.
Configured as dropline, the menu is working great except the background and active background images for second level items. It seems to work locally but refuses to work remotely at http://69.175.35.82/~southbro/?page_id=323
Any suggestions appreciated.
August 27, 2010 at 7:47 am #8956imported_RyanMemberThat link is serving nothing but a blank page to me unfortunately.
August 27, 2010 at 12:16 pm #8957teenawrMemberReally? How odd. It comes up for me and my test group in IE, FF and Safari. What browser platform are you using?
August 27, 2010 at 12:23 pm #8958imported_RyanMemberIt’s working now.
The menu look fine to me. I’m not sure what it is supposed to look like though.
August 27, 2010 at 2:24 pm #8959teenawrMemberThis is what we’re going for http://69.175.35.82/~southbro/SBPC_Layout.jpg. We tried this with no luck : #suckerfishnav li ul {
background-image: url(http://69.175.35.82/~southbro/wp-conten … enu-bg.png);
width: 980px;
}
#suckerfishnav li li.current_page_item {
background-image:url(http://69.175.35.82/~southbro/wp-conten … -bg-on.png);
background-repeat: no-repeat;
background-position: center top;
}September 2, 2010 at 8:46 am #8960AnonymousMemberHi!
Great Multi-level Navigation Plugin. The only problem is that the dropdown button
showing up behind my gallery-slideshow(Featured Content Gallery plugin)….
The gallery is beneath the navigation….Do you have any tips on solving that?thanx!
Best,
MagnusSeptember 3, 2010 at 2:01 pm #8961teenawrMemberI gave up on the MultiLevelDropMenu plugin. After getting it to look exactly right I realized it would not use the new WP3 native menus. I started over from scratch. Now it works with the native WP3 menus, is coming along visually and displays the subs when you are on a level one item. Remaining issue is that when you are on a second or third level page it does not show the second level menu groups containing the page that you are in. I tried adding
$("ul.sf-menu").superfish({
pathClass: ‘current-menu-item’,
pathClass: ‘current-menu-ancestor’ <<< add this line
});
but it did not help. Perhaps it needs an array of pathClasses? I know this is not your menu anymore but I am hopeful that you might help anyway.September 18, 2010 at 4:23 pm #8962imported_RyanMember"Magnus" wrote:Hi!
Great Multi-level Navigation Plugin. The only problem is that the dropdown button
showing up behind my gallery-slideshow(Featured Content Gallery plugin)….
The gallery is beneath the navigation….Do you have any tips on solving that?thanx!
Best,
MagnusTry making a new topic. This one is about dropline menus.
"teenawr" wrote:$("ul.sf-menu").superfish({
pathClass: ‘current-menu-item’,
pathClass: ‘current-menu-ancestor’ <<< add this line
});
but it did not help. Perhaps it needs an array of pathClasses? I know this is not your menu anymore but I am hopeful that you might help anyway.That is javascript, but your problem is CSS related. You can use our CSS generator with the new WP3 menu system too, which will solve your CSS problems (or at least pinpoint that it isn’t the menu CSS causing the issue).
-
AuthorPosts
- You must be logged in to reply to this topic.