Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #213780

    Hi Guys,

    Is it possible to create something similar to the menu in the link below, using the enfold theme? I have always been a big fan of this particular theme but i was not sure if this would be possible?

    http://www.dssmith.com/

    Thanks in advance.

    #213820

    Hey Jyles!

    You can use the “Non-fixed header with social icons and additional navigation”. Add this on Quick CSS to move the top menu on the left and the social icons to the right:

    .sub_menu {
    position: absolute;
    left: 0;
    }
    
    #top .social_bookmarks {
    position: absolute;
    right: 0;
    }

    Please hire a freelance developer to modify the css styling of the header.

    Regards,
    Ismael

    #213840

    Hi Ismael,

    And thanks for the quick response. Im actually more interested in recreating the drop down mega menu effect? And i would also like this to knock down the slider below?

    Is this possible with the theme?

    Regards,

    Jyles

    #214602

    Hey!

    That kind of customization is far beyond what we can help with via support. Its definitely possible to add into the theme but it would be completely custom coded.

    Cheers!
    Devin

    #215579

    Hi Devin,

    Sorry for my late response. I have already created the menu with the functionality I require, I just need some advice on how to place it into the theme?

    Thanks again

    #215605

    You may be able to hard code it into the header.php and remove the themes nav (lines 167 to 178).

    If you needed a custom walker to custom style the sub menu items with special classes then you would still have to write that and then use the wp_nav_menu function to load your menu in.

    #216978

    Hi Devin,

    I have hardcoded my menu and it is working great, thanks for the guidance.

    Kind Regards,

    Jyles

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mega Menu that knocks down slider below on click or hover’ is closed to new replies.