Mega Menu

  • DezD

    #8788

    Hi Folks

    I would like to add a “Mega menu” to my site and have come across this plugin:

    http://wordpress.org/plugins/jquery-mega-menu/

    However I am having problems replacing the main navigation menu.

    I’ve added the Graphene Header Menu hook and added the widget for the Mega Menu but am not sure where to go next to finalise it.

    Any ideas please??

    http://www.thetravellerschronicles.com/

    Many thanks

    DezD

    DezD

    #42160

    Hi

    Just in case, I did try adding:

    #nav {

    display: none;

    }

    But this cleared the navigation altogether.

    Any ideas anyone?

    Many thanks

    DezD

    DezD

    #42161

    Hi Folks

    I’ve also tried adding the mega menu to the “graphene_before_content” hook in the widgets area.

    This seems to work but I am not sure how to remove the original main menu.

    Any help would be much appreciated.

    Kind regards

    DezD

    Anonymous

    #42162

    The proper way would be to put the mega menu in “graphene_header_menu” action hook and then hide the theme menu with:

    #header-menu, #secondary-menu {
    display:none;
    }

    DezD

    #42163

    Hi Luko

    That worked a treat, many thanks indeed.

    Regards

    DezD

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.