- This topic has 10 replies, 3 voices, and was last updated 16 years ago by imported_Ryan.
-
AuthorPosts
-
November 1, 2008 at 11:49 pm #438tokrazykMember
I installed the plug-in, added the code, and theres no drop down at all.
this is the link to the page
November 2, 2008 at 10:03 am #4085imported_RyanMemberYou 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.
November 2, 2008 at 3:39 pm #4086tokrazykMemberThis 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–>
November 2, 2008 at 3:53 pm #4087tokrazykMemberIf I remove the suckerfish code, the whole menu disappears
November 2, 2008 at 7:31 pm #4088imported_RyanMemberNo, 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.
November 2, 2008 at 8:39 pm #4089tokrazykMemberI removed the other code and just put in the code that you suggested and the whole thing went bizerk. I am at a loss.
November 2, 2008 at 9:28 pm #4090AnonymousMemberIt 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.
November 3, 2008 at 1:38 am #4091tokrazykMemberI will happily pay you to go in and fix it for me if possible.
November 3, 2008 at 9:58 am #4092imported_RyanMemberIt 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/
November 3, 2008 at 1:36 pm #4093tokrazykMemberIf 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
November 4, 2008 at 12:16 am #4094imported_RyanMemberThanks for signing up ” title=”Smiley” />
I’m replying over in the new topic you created in the premium membership board.
-
AuthorPosts
- You must be logged in to reply to this topic.