help getting background image to show in dropline menu

Forums Forums Menus help getting background image to show in dropline menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1576
    teenawr
    Member

    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.

    #8956

    That link is serving nothing but a blank page to me unfortunately.

    #8957
    teenawr
    Member

    Really?  How odd.  It comes up for me and my test group in IE, FF and Safari.  What browser platform are you using?

    #8958

    It’s working now.

    The menu look fine to me. I’m not sure what it is supposed to look like though.

    #8959
    teenawr
    Member

    This 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;
      }

    #8960
    Anonymous
    Member

    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,
    Magnus

    #8961
    teenawr
    Member

    I 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.

    #8962
    &quot;Magnus&quot; 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,
    Magnus

    Try making a new topic. This one is about dropline menus.

    &quot;teenawr&quot; 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).

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.