Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    Please provide site URL to check what can be the issue.

    Regards,
    Oleg

    Thread Starter hsipani

    (@hsipani)

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    On page load your site has JavaScript error, that cause other issue with JavaScript code.
    This part of code has error

    jQuery(document).ready(function($){
    		$('html, body').animate({
    				scrollTop: $('#scrolld').offset().top
    },500);
    		});
    Uncaught TypeError: Cannot read properties of undefined (reading 'top')
        at HTMLDocument.<anonymous> ((index):1047)
        at e (jquery.min.js?ver=3.6.0:2)
        at t (jquery.min.js?ver=3.6.0:2)

    Regards,
    Oleg

    Thread Starter hsipani

    (@hsipani)

    But this error used to appear earlier too and price filter used to work at that time.

    And how can this create problem with price filter?

    Thread Starter hsipani

    (@hsipani)

    I have now even solved that javascript error still your price filter isnt working

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    Plugin initialize all elements on document ready state, that must be called when HTML loaded and all scripts and styles also loaded.
    But on your site it is called, when HTML not ready and plugin trying to initialize price slider, when it is not exist.

    Maybe some optimization plugin cause this issue or some page loading script.

    Regards,
    Oleg

    Thread Starter hsipani

    (@hsipani)

    I have tried disabling all other plugins except required ones and your plugin but still the issue wasn’t resolved

    Thread Starter hsipani

    (@hsipani)

    Even tried using the default price filter in woocommerce, it is also working fine then why is your plugin’s price filter not working properly?

    Thread Starter hsipani

    (@hsipani)

    @razyrx It has been more than 3 weeks now… please reply

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Price filter not working’ is closed to new replies.