Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You are basically affected by this: https://wordpress.org/support/topic/scroll-top-blocks-other-plugin-functionality-on-wp-45?replies=6

    A JS file in your theme contains a bug that only shows with the latest version of the jQuery JS library. Therefore, this error will have to be fixed in your theme. One idea could therefore be to contact your theme developer about this and ask them for an updated/fixed version.

    As it’s a small change, you could also fix this yourself, by changing

    $('a[href=#top]')

    to

    $('a[href="#top"]')

    in the /wp-content/themes/u-design/scripts/script.js file.

    The code

    $('a[href*=#]:not([href=#],

    a few lines later might also have to be changed to

    $('a[href*="#"]:not([href="#"],

    Regards,
    Tobias

    Thread Starter drchef

    (@drchef)

    Top man – Thanks Tobias and cheers for the insanely speedy response!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    I am experiencing this problem now and tried to fix according to your suggestions here… to no avail. I’ve tried to find fix, and am not good javascript editor… Is there any update to fixing this issue with UDesign? It’s happening all of a sudden on this site (was working fine): nbep.org/resource-library Thanks so much

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Missing Search / Pagination’ is closed to new replies.