The search won’t load on mobile
-
Dear Support, in my last ticket you guys helped me so much to overwrite my theme search with wonderful ajax search from fibo. But after latest updates, the search form won’t load anymore. i use the same code since last ticket:
add_action( 'wp_footer', function() { ?> <script type="text/javascript"> jQuery(document).ready(function($){ $('body').on('click', '.show-search', function(e){ if ($(window).width() < 1199) { e.preventDefault(); $('.dgwt-wcas-enable-mobile-form').click(); } }); }); jQuery( document ).on( 'fibosearch/hide-mobile-overlay', () => { $('.search-device').removeClass('open'); }); </script> <style type="text/css"> .tbay-search-form { display: none !important; } </style> <?php }, 9999 );
i hope you guys can help me ??
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.