Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The cause for this is a bug in some JS code in your theme, that was uncovered by the recent update to WP 4.5. Specifically, the latest version of jQuery does not like the expression

    $("a[href=#scroll-top]").click(function()

    in the JS file /wp-content/themes/responsive/core/js/responsive-scripts.min.js

    I suggest to check if there’s a theme update available that might already fix this. Alternatively, you could fix this yourself by changing that line to

    $("a[href='#scroll-top']").click(function()

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Sorting and search features missing’ is closed to new replies.