My client wants to have a widget on top of everything in the theme, maybe have a LayerSlider above of the menu and topbar. Is that possible?
Hey mariotronik!
Thank you for using the theme!
Unfortunately, this is not possible with the theme and beyond the scope of support. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
If you want to investigate this particular modification on your own, you can start with the header.php. Look for this code:
<?php
if(!$blank) //blank templates dont display header nor footer
{
//fetch the template file that holds the main menu, located in includes/helper-menu-main.php
get_template_part( 'includes/helper', 'main-menu' );
} ?>
On top of that code, you can add a slider using a plugin or use the premium layer slider version then utilize the do_shortcode function to render the slider on top of the header.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Regards,
Ismael