• Hi see that ajax search of xstore theme make a request like this:
    wp-admin/admin-ajax.php?action=etheme_ajax_search&show_count=true&posts_per_page=100&query=testing

    So I added “query” in “Add custom search parameters for recording the searches:”, but it still not working.

    How to solve?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Cornel Raiu

    (@cornelraiu-1)

    Hi @soulman77 ,

    Thanks for reaching out. Adding the query keyword to the custom search params setting should do it.

    However, in some cases, due to the way themes/plugins are programmed, the search request is stopped before it reaches the action our plugin uses so the search strings are not saved.

    For this kind of situations, I added some filters/actions into the code so a solution can be programmed.

    I am not really accustomed to the xStore Theme, so I don’t know if that’s the case. Can you send me a link to the website and credentials to access a dev site as an admin? If yes, please use

    Let me know,

    Cornel Raiu

    • This reply was modified 1 year, 6 months ago by Cornel Raiu.
    • This reply was modified 1 year, 1 month ago by James Huff. Reason: email address for login offer removed
    Plugin Author Cornel Raiu

    (@cornelraiu-1)

    Hi @soulman77 ,

    I haven’t heard from you and I’d really like to solve this issue.

    Can you send me a link to the website and credentials to access a dev site as an admin? If yes, please use

    Otherwise, can you send me a zip of the xStore theme at the same email? That way I can run proper tests on my development environment.

    Thank you,

    Cornel Raiu

    • This reply was modified 1 year, 1 month ago by James Huff. Reason: email address for login offer removed
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Save Ajax Search from Xstore theme’ is closed to new replies.