Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #323183

    Hi,

    I’ve recently installed Enfold for a new website and was wondering if you could give me some advice or assistance with a few customisation-related issues I’ve been having:

    What method can you recommend for adding a custom element to the header topbar? For example, a dropdown element with buttons, or maybe to add a widget area to the topbar.

    I have a ‘custom menu’ widget in my footer to mirror my main header menu and it is displaying vertically, making my footer super-long. Is there a straightforward way to have it display each top level menu item horizontally, and each child menu item below its parent?

    I’m using the LayerSlider plugin and want to make it fully responsive without resizing the entire slides (with responsive mode turned on, the text is too small to read on smaller screens, and elements like buttons stay the same size). Where would you recommend I add media queries for the slides?

    Thanks a lot in advance!

    • This topic was modified 10 years, 1 month ago by plugmedialtd.
    #323509

    Hi plugmedialtd!

    Thank you for using Enfold.

    1.) You can add custom content on top of the header using this on functions.php:

    function add_custom_script(){
    ?>
    CUSTOM CONTENT HERE
    <?php
    }
    add_action('avia_meta_header', 'add_custom_script');

    You can also edit includes > helper-main-menu.php file.

    2.) Please post the actual website here. We would like to check it.

    3.) Edit the layers then go to the Attributes panel. Add a custom css Classes or ID. Use this disable the layers on mobile device or change the style using media queries.

    Regards,
    Ismael

    #323586
    This reply has been marked as private.
    #324102

    Hey!

    2.) I’m sorry but I don’t see the menu issue on the footer. Looks like you managed to set the Enfold Footer Menu.

    Best regards,
    Ismael

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