• Hello.
    Congrats for your plugin. I have some issues with your plugin that hope to solve than change plugin.

    First of all, it doesn’t work really well with yith infinate scroll. When filters are applied, the infinate scroll cannot understand and loads irrelevant stuff

    Second, I have a clothes shop, so I use plugins like WC Secondary Product Thumbnail, which shows a second image on hover. Thus, this doesnt work either on ajax loaded elements (after applying a filter)

    Can you give some guidance on how to solve these issues?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello,

    You can try this plugin for infinite scroll https://www.ads-software.com/plugins/load-more-products-for-woocommerce/

    As for the Secondary Product Thumbnail you need to add custom javascript code to the plugin settings -> javascript -> after textarea.

    Regards,
    Dima

    Thread Starter Web Expert

    (@seldimi)

    Hello. Thanks for quick reply. Can you let me know what javascript should I add to javascript after ? Shall I copy any javascript from Secondary Product Thumbnai ?

    Thread Starter Web Expert

    (@seldimi)

    RE: WC Secondary Product Thumbnail
    The issue is not JavaScript. When a category archive loads, all products have two images.
    After applying a filter, the products are loaded via ajax with one image under li element.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    It should change layout with help of javascript and probably run some init function. Sorry but custom development is out of the support for free plugin.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    “The issue is not JavaScript” but custom JavaScript can fix it.

    Thread Starter Web Expert

    (@seldimi)

    I am not asking custom development, I am just ask why your plugin doesn’t use woocommerce default templates and ovverides with its own, and if so, guide me where can I find your ajax call response of <li> product to adjust it there.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    “why your plugin doesn’t use woocommerce default templates” – the thing is that my plugin IS using woocommerce default templates. It is taking template as is, running all the actions are there and return it. If plugin is using actions that are not in the template or your theme is overwriting template it will not work. But what can I do here?

    We add javascript tab so that users can fix any issues they have with help of javascript. You can change layout and re-init scripts you need after ajax loaded.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Doesnt work with WC Secondary Product Thumbnail or Yith infinate scroll’ is closed to new replies.