http://www.nswer.net/modify7.jpg
I want to change like this image, the design of mobile version menu.
I need search button
http://tesigncompany.cafe24.com/
What should I do?
Hey tesigncompany!
check out this post: https://kriesi.at/support/topic/search-box-in-mobile-responsive-menu/#post-299616
Regards,
Andy
My site is doesn’t work. No change.
I don’t know.
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Hi!
I added following code to functions.php file of your child theme
add_shortcode('avia_search', 'get_search_form');
function add_custom_tooltip(){
?>
<script>
jQuery(window).load(function(){
jQuery('#menu-item-2172 a').removeAttr('href');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_tooltip');
and then added new menu item using new shortcode [avia_search] and chose to display it only on mobile by adding following code to Style.css file of your child theme
@media only screen and (min-width: 990px) {
.only-mobile { display: none !important; }}
Please review your website now :)
Regards,
Yigit
Hi!! Yigit
Thank you for your work.
I could leave the office.
you’re angel!!!!