Viewing 5 replies - 1 through 5 (of 5 total)
  • The page console shows: “Uncaught Error: Syntax error, unrecognized expression: divjavascript:void(0);” This error comes from the file jquery.min.js and your theme’s version of that is 2.0.0, but the current version is 2.1.4. Ask your theme developer whether to try the updated version.

    Regarding the price filter, you need the body tag to have a woocommerce class so that the woocommerce styles will take effect:

    <body class="woocommerce">

    Thread Starter hrantabe

    (@hrantabe)

    Price filter problem is fixed thanks to your advice.
    But updating jquery version didnt helped for cart widget. I am the developer of theme, I tried removing other scripts from it, but no results, what it could be ?

    I’m still seeing the old jquery.min.js.

    Thread Starter hrantabe

    (@hrantabe)

    Now it is 2.1.4, same thing.

    Thread Starter hrantabe

    (@hrantabe)

    I fixed it, the problem was with my tabs.php, I changd it back to default and then found cause of the problem.

    Thanks for help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cart widget not working on product page’ is closed to new replies.