Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #833631

    Creating a (Mega) Menu on Color Section similar like in this Example

    https://www.dropbox.com/s/b3w25rw0vawkrzc/menu.jpeg?dl=0

    on this site: http://www.tsv-ebersberg.de/

    Is it possible to do this with Enfold?

    • This topic was modified 7 years, 3 months ago by solid-image.
    #833689

    Hey solid-image,

    Do mean as far as the position of the menu goes?

    Best regards,
    Jordan Shannon

    #833713

    Hi,

    the Menu should be similar as the one in the Link I guess it´s a MegaMenu in Enfold … is there a way to do this?

    Greetings

    #833969

    Hi,

    Have you attempted to create the mega menu via Enfold? http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/

    Best regards,
    Jordan Shannon

    #835637

    Hm – when changing to a Megamenu it won´t work – only at the second menu level. And how do I insert that Header Image, the Menu with space between Top and Menu?

    Best Regards

    #835950

    Hi,

    Apologies, I am having trouble understanding the exact need. Please link me to your site so I can see.

    Best regards,
    Jordan Shannon

    #836657

    Hi Jordan,
    I would like to have a similar Header Design like this example:

    You see a Banner and the Navigation – not on top of the site – a little bit lowered from the top inside the Header Image Section.
    I need the Navi Menu – e.g. Sportstätten / Neuigkeiten / … as in the example.
    Is this possible to do with Enfold?
    I guess it´s a Mega Menu which is used on tsv-ebersberg.de

    Thanks

    #837014

    Hi solid-image,

    Could you please give us a link to your website, we need more context to be able to help you. Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #837464
    This reply has been marked as private.
    #837543

    Hi,

    The pdf does help. Please provide a link to YOUR site as well as the admin info in the private section so we can attempt to work this out.

    Best regards,
    Jordan Shannon

    #839112
    This reply has been marked as private.
    #840752

    Hi,

    Instead of modifying the sub menu item, just add a color section, use “custom-section” in the Section ID field then move it above the header using a custom script.

    function ava_custom_script_mod(){
    ?>
    <script>
    (function($){
         $('#main #custom-section').insertBefore('#header');
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'ava_custom_script_mod');

    This way, you’ll retain the theme’s default menu features.

    Best regards,
    Ismael

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