Hi team!
I really appreciate enfold theme but I’m not being able to get out of the impasse.
I need to use the following header configuration, all of these elements have to stay on the same line:
on the left: 1. menu as hamburger icon; 2. search icon; 3. drowpdown language selector;
on the right: logo
How can I do that?
Unfortunately I could not find this kind of configuration on your support pages :(.
I guess i will insert a widget next to menu and put the WPML language dropdown menu in that widget, isn’t it?
Hope you will help me as soon as possible!
Thank you :)
Federica
Hi!
is there anyone?
Hello,
waiting for your feedback, I set up the configuration:
logo on the right, menu on the left, widget in the center.
Now I need to move the widget’s content (drop-down menu) next to the menu icon.
Could you please help me?
Thank you
federica
Hi,
Sorry for the late reply, please include a link to your page so we can examine your elements and assist.
Best regards,
Mike
Hello,
this is the website
Hi,
Thanks, Try adding this code to the end of your functions.php file in Appearance > Editor:
function custom_script(){
?>
<script>
jQuery(window).load(function(){
jQuery( ".widget_icl_lang_sel_widget" ).appendTo( ".main_menu" );
});
</script>
<?php
}
add_action('wp_footer', 'custom_script');
Best regards,
Mike
It works perfectly!
Tnx!
Federica
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike