• Resolved helios_wp

    (@helios_wp)


    Thanks for this plugin

    I have downloaded the plugin and enabled it using the shortcode for my wordpress site. But when I click the headings there is no filtering of the items in the categories

    The following errors are shown when I click the Category headings

    Uncaught TypeError: Object [object Object] has no method ‘quicksand’

    I have checked and the js file is included inside the plugin folder. maybe there is some incorrect referencing somewhere?

    https://www.ads-software.com/extend/plugins/quicksand-jquery-post-filter/

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

    (@developingtheweb)

    That is strange as it has worked correctly on all my test installations and live installations. I will look into this now.

    Plugin Author developingtheweb

    (@developingtheweb)

    From what I can assess it is possible like the theme you have is including more than one instance of jquery?

    Thread Starter helios_wp

    (@helios_wp)

    I am using the Roots theme and it comes with jQuery 1.9 that is already enabled in the theme.

    https://github.com/retlehs/roots

    When I click the post headings to do the filter actions, it shows up with an error on the console and the header seems to jump on clicking it.

    Plugin Author developingtheweb

    (@developingtheweb)

    okay I will set up a test using this theme now and will get back to you

    Plugin Author developingtheweb

    (@developingtheweb)

    This looks like a conflict problem with the way that theme is including jquery. WordPress local jquery version is in compatibility (noconflict) mode by default which differs the way you have to write js for plugins etc.

    That theme is not including the localised version of jquery, which it should do by the guidelines set by WordPress when creating themes it is including Google library version instead.

    Plugin Author developingtheweb

    (@developingtheweb)

    Right I have a fix, it was the quick js code wanting to use ie browser detection which is no longer supported by jquery in version 1.9 +. Update 1.7.1 is now available and tested with your theme so I will mark this as resolved. Get back in touch if you have any more issues.

    Plugin Author developingtheweb

    (@developingtheweb)

    Resolved

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Plugin not working with latest wordpress version’ is closed to new replies.