WordPress plugin going sideways instead of vertically

Forums Forums Menus WordPress plugin going sideways instead of vertically

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #94
    Anonymous
    Member

    Have changed my theme and managed to download plugin, but it going off to the side, instead of dropping vertically? Oh and want it to do it with pages, child pages etc and not catergories?

    #2408

    It looks like you are using an older version of the plugin. The latest version has an option for modifying what displays on your page including only showing pages with their subpages as dropdowns.

    You seem to be styling the menu via the #foxmenucontainer and #foxmenu DIV tags. If you remove those, then go to the CSS Generator page, fiddle around till you get it to look how you want it, then copy and paste that into the admin panel (need latest version for this) and bam, your dropdowns should work no problems.

    If you want them to display in the right hand side, you will need to surround the menu with a DIV tag, give it a width (preferably in EM’s) and float it right. Ie:
    [code:2oh9tybo]<div style="width:20em;float:right">
    <?php suckerfish(); ?>
    </div>[/code:2oh9tybo]

    Oh, and if you are upgrading to the new plugin, you will need to make sure you are using [code:2oh9tybo]<?php suckerfish(); ?>[/code:2oh9tybo] and not the older functions like [code:2oh9tybo]<?php suckerfish1(); ?>[/code:2oh9tybo], [code:2oh9tybo]<?php suckerfish2(); ?>[/code:2oh9tybo] etc. Those old functions aren’t needed anymore as it can all be controlled via the admin panel.

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