Hello guys,
I need the search icon in the Fullwidth Sub Menu. Can someone help me?
Thank you!
Hey auserde,
Please try the solution posted here: https://kriesi.at/support/topic/add-the-search-icon-from-header-into-a-full-width-submenu/
Hope it helps.
Best regards,
Nikko
Hello Nikko,
sorry, I should have written it, that I already know this post and that does not work for me.
Best regards,
Andrej
Hi,
Have you followed the steps? Can we see it somewhere it live.
Best regards,
Basilis
Hello Basilis,
yes, I added this code from Victoria (with my id):
add_action('wp_footer', 'ava_new_custom_script');
function ava_new_custom_script(){
?>
<script type="text/javascript">
(function($) {
function a() {
$('#menu-menu-2018').append($('li#menu-item-search').clone());
}
$(window).load(function() {
a();
});
})(jQuery);
</script>
<?php
}
but nothing happens.
Best regards,
Andrej