• Hi

    I am new to WordPress and just starting to create my first site. I am wanting to use the CSS3 Mega Drop Down Menu from CodeCanyon.

    I have placed an include within the header.php of the suffusion theme like this:

    ` <div id=”wrapper” class=”fix”>

    <? include (“menu_homepage.php”) ?> <—— My include

    <?php
    suffusion_after_begin_wrapper();
    ?>
    <div id=”container” class=”fix”>
    <?php
    suffusion_after_begin_container();
    ?>’

    It works JUST FINE on my homepage but I created a new page last night and the menu is all over the page …

    Homepage: http://www.jarodsafehouse.com/_wp/index.php

    This is my menu test page after I found there was a problem:
    http://www.jarodsafehouse.com/_wp/menu-test/

    I used INSPECT ELEMENT in the Opera Browser on the first missing image from the menu and it appears to me that the megamenu files are being looked for in the menu-test “folder” or database. Below is the link that comes up when I click on the element in Opera. You see how it shows megamenu_files like it would be in a folder of menu-test (I know folders don’t exist they are in databases).

    http://www.jarodsafehouse.com/_wp/menu-test/megamenu_files/img/pretenderpromo04a.jpg

    All menu files are in the root WordPress directory (_wp/ ).

    Thank you so much for any help you can provide.

    (BTW, I’d originally posted this in Plug-ins and Hacks mistakenly, so apologies that it appears in 2 places. I know that’s frowned upon.)

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using CSS3 Mega Drop Down Menu with WordPress’ is closed to new replies.