mobile results problem and open results in new tab

Home Forums Product Support Forums Ajax Search Pro for WordPress Support mobile results problem and open results in new tab

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 7 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9907
    bousso
    bousso
    Participant

    hello , I installed on a multisite , to search woocommerce products, it works ok , but in the cellphone android I cant drag up or down the results,what it make is “change results” . That makes it imposible to navigate throught result.
    I can´t find any option to change this behavior .

    And the “‘ Show more results..’ url” isn´t loading more results i takes always to a new page , and if the product is from another store of the multisite, then the result link is not right , is broken.

    Is there anyway to put a “add to cart” button to layout?

    And the last thing , this is a bug , when I check “Use all blogs?” doens´t give any results , I have to drag them to right box to work.

    Thanks for your help.

    #9913
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    The swipe issue is a new bug I didn’t notice before. There is basically a swipe event that allows the user to swipe left/right to navigate the results, but it appers to be blocking the up-down scrolling as well.

    Since you added FTP access, I have fixed it by adding this script snippet to the footer.php in your theme directory:

    jQuery(".asp_main_container").on("asp_results_show", function(event, id, instance, phrase) { 
      jQuery("div[id*=ajaxsearchprores] .results").addClass("noSwipe");
    });

    The more results is not working because on the Theme Options -> Isotopic results panel, the option If no image found is set to “Remove that result” – therefore the plugin is not able to calculate how many results are left, so it’s not able load them: https://i.imgur.com/pxanOLP.png
    If you change that option, it will work again 🙂

    For add-to cart there is a snippet, but it was made specifically for vertical and horizontal layouts: https://wp-dreams.com/knowledge-base/woocommerce-add-to-cart-button-for-vertical-and-horizontal-results/
    You can try modifying that, but the isotopic layout is more complicated and it has an overflow which would hover over the add-to cart button anyways.

    I will look into the Use all blogs on my test environment and fix it for the upcoming release, thank you for notifying me about that.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #9915
    bousso
    bousso
    Participant

    thank you very much !!! so It it will be fixed in next update right? I will check show more results , thanks for your fast help!!

    #9924
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    This I’m definitely fixing for the next update (4.9.7), so when it’s up, you can remove this code 🙂

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.