• I have a website that has alot of AJAX functionalities, after I filter my products neither the Quick View nor the add to cart functions as normal. ( Quick view doesn’t function at all ).

    Here is what is showing on the console:

    [Violation] Forced reflow while executing JavaScript took 76ms
    
    VM1819:1 Uncaught Error: Automatic publicPath is not supported in this browser
        at <anonymous>:1:38989
        at <anonymous>:1:39131
        at <anonymous>:1:40938
        at b (jquery.min.js?ver=3.6.0:2:866)
        at Function.globalEval (jquery.min.js?ver=3.6.0:2:2905)
        at Object.dataFilter (jquery.min.js?ver=3.6.0:2:80720)
        at jquery.min.js?ver=3.6.0:2:79185
        at l (jquery.min.js?ver=3.6.0:2:79587)
        at XMLHttpRequest.<anonymous> (jquery.min.js?ver=3.6.0:2:82355)
        at Object.send (jquery.min.js?ver=3.6.0:2:82714)
    
    jquery.min.js?ver=3.6.0:2 [Violation] 'load' handler took 358ms
    jquery.min.js?ver=3.6.0:2 [Violation] 'load' handler took 814ms
    [Violation] Forced reflow while executing JavaScript took 43ms
    DevTools failed to load source map: Could not load content for https://devkaram.4d-people.com/shop/swiper-bundle.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter karamakhras

    (@karamakhras)

    Please keep in mind that I have tried changing the setting through the SEO tab in YITH, and that the website works if i reload the page with the filter on.
    It also works if I turn off the YITH Ajax.

    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    you should contact developers of Quick View module and ask to re-init all functions after an ajax call.
    Via JS they can use this trigger.

    $(document).trigger('yith-wcan-ajax-filtered', [response, filters]).trigger('yith_wcwl_reload_fragments');

    We remain at your disposal.

    Thread Starter karamakhras

    (@karamakhras)

    Is it possible to do it myself? as the team is not responding

    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    unfortunately I can’t guide you on this, it’s a technical issue that needs supported by Quick View developers.
    We remain at your disposal.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Website AJAX won’t work after filter’ is closed to new replies.