Drop downs dont appear

Forums Forums Menus Drop downs dont appear

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #438
    tokrazyk
    Member

    I installed the plug-in, added the code, and theres no drop down at all. 

    this is the link to the page

    http://www.krystyl.net/licshop2/

    #4085

    You have errant UL tags wrapped around the menu which will be causing trouble. I also suspect the #topnav DIV is causing problems too. Perhaps try removing both of those.

    You currently have something like the following in your theme:
    [code:2od5fsp3]<div id="topnav">
    <ul>
    <?php suckerfish(); ?>
    </ul>
    </div>[/code:2od5fsp3]

    If you remove the extra tags like this, the problem will hopefully be resolved.
    [code:2od5fsp3]<?php suckerfish(); ?>[/code:2od5fsp3]

    If that doesn’t help, then feel free to post back and I’ll take a closer look.

    #4086
    tokrazyk
    Member

    This is the code that I have posted in there

    <div id="header">
    <div id="topnav">
    <ul>
    <?php if (function_exists(‘suckerfish’)) {suckerfish();} ?>

    </ul>

    </div><!–End of topnav–>

    #4087
    tokrazyk
    Member

    If I remove the suckerfish code, the whole menu disappears

    #4088

    No, you need to remove the other code. So it will look like this when you are done:

    [code:2we0cfg0]<?php if (function_exists(‘suckerfish’)) {suckerfish();} ?>[/code:2we0cfg0]

    It’s those HTML tags surrounding it which I think are overlaying their own CSS on top of the menus CSS hence causing it to look messed up.

    #4089
    tokrazyk
    Member

    I removed the other code and just put in the code that you suggested and the whole thing went bizerk.  I am at a loss. 

    #4090
    Anonymous
    Member

    It shouldn’t matter if you use the header, topnav divs but you might wanna try with excluding the <UL> </UL> tags.

    And if it still doesnt look as you expected you might have som CSS rules attached to the header and the topnav ID’s regarding backgrounds, fonts etc which you might wanna block out.

    <div id="header">
          <div id="topnav">
            <?php if (function_exists(‘suckerfish’)) {suckerfish();} ?>
          </div><!–End of topnav–>


    </div>

    Then it should look like above where the … is what ever code you have in your header div.

    #4091
    tokrazyk
    Member

    I will happily pay you to go in and fix it for me if possible.

    #4092

    It looks like you’ve put it back the way it was now which makes it difficult for me to bug fix.

    Our premium support option includes full integration with your theme for you … https://geek.hellyer.kiwi/premium_support/

    #4093
    tokrazyk
    Member

    If I took away the code, everything disappeared.  Which is why I put it back in.  :-( *sigh*  I am sure I am doing something so small and obvious and just looking over it.

    I purchased the premium

    #4094

    Thanks for signing up <img decoding=” title=”Smiley” />

    I’m replying over in the new topic you created in the premium membership board.

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