• Resolved Misso

    (@usimgyqsfycwdowu)


    Hi there,

    I’m currently testing the plugin SearchWP Live Ajax Search on my website using the OceanWP theme: https://wp.zanasuvodu.sk/?cmp_bypass=zanasuvodu.

    The search functionality works perfectly on desktop, but unfortunately it doesn’t seem to work on mobile devices. Could you please advise if there’s a recommended way to make it mobile-compatible? Perhaps a hook, a custom script, or a workaround?

    Also, would this issue be resolved in the premium version of the plugin? At the moment, I’m only using the free version for testing.

    For testing purposes, you can try entering the word “vrak” in the search field.

    Thanks in advance for your help!

    Best regards, Michal

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Karan

    (@kjswp)

    Hi @usimgyqsfycwdowu ,

    I investigated the live search issue on your page URL.

    On desktop, the default search form is being used, and the Live Search extension has built-in integration with this form. However, on mobile, a custom search form is being used instead.

    To enable live search on mobile, you can add the following JS script:

    <script>
    jQuery(document).ready( function(){
    jQuery("form #ocean-mobile-search-2").searchwp_live_search();
    });
    </script>

    I hope this helps to solve your problem. If you need further assistance, please let me know.

    Thread Starter Misso

    (@usimgyqsfycwdowu)

    Hi @kjswp,

    Thank you so much! I’ve implemented the code and it works perfectly on mobile. Exactly what I needed.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mobile version’ is closed to new replies.