Tagged: Customisation, footer, LayerSlider, responsive, topbar
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!
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