Compatibility issues with Storefront theme
-
Hello there,
I have WooCommerce Storefront theme installed on my site, it didn’t work with this plugin at first, after adding the code below into functions.php,the plugin works fine on my desktop computer.
add_filter( 'relevanssi_live_search_add_result_div', '__return_false' );
But on my mobile phone there’s a problem. On the mobile version of the Storefront theme, the search bar is stuck at the bottom of the screen. When you type something, the search results pop up below it, and they go off the screen! You can’t see them unless you drag them up manually. This is annoying because you have to do it every time. Wouldn’t it be better if the search results automatically appeared above the search bar on mobile? Is there a way to code this? Storefront is a widely used free theme that deserves to be boosted for compatibility.
By the way, this is a great plugin, especially because we can freely customize the search-results.php file. It gives us a lot of control over how things look!
Thanks in advance.
Qilin
- You must be logged in to reply to this topic.