• Resolved g4ukl3r

    (@g4ukl3r)


    Hello, as soon as I activate the plugin Flipbook my jQuery slideshows don’t work anymore. I can no longer click through the images (1,2,3,4,5,6).
    I use for this:
    jquery-1.4.4.min.js
    jquery.slideviewer.1.2.js
    jquery.easing.1.3.js

    One of the error messages in the console is for example:
    Uncaught TypeError: n.easing[this.easing] is not a function.
    It seems that your plugin overwrites the loaded jqueries.
    Is there maybe a workaround for this?

    Thanks a lot and best regards
    Chris

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author DearHive

    (@dearhive)

    Hi,

    WordPress standards suggest to use jQuery from the core and not to use jQuery from their folder.

    Also the jQuery version was updated by WordPress, since 5.5, so we just use what WordPress core provides. Old themes and plugins will break like that one once any other plugin that uses jQuery is activated. This issue was common after WordPress 5.5 update.

    https://www.ads-software.com/support/topic/did-you-update-to-wordpress-5-5/

    Now, we simply cannot go against WordPress standard. So please contact the theme developer of rotopress to update their theme.

    Or this might help: https://www.ads-software.com/plugins/enable-jquery-migrate-helper/

    Best Regards,

    DearHive

    Thread Starter g4ukl3r

    (@g4ukl3r)

    Hello and thank you for the answer. I have solved it myself.
    I use a jQuery Manager plugin and load jquery-1.12.4 which works with your plugin. Then I load a jQuery migration with the manager. The loaded migration file consists of jquery.slideviewer.1.2.js and jquery.easing.1.3. I merged these files. With this I have all functions again. Not the cleanest solution, but it works. Btw, the wordpress version is 4.9.3 and every update has the risk of breaking the website.
    Best regards
    Chris

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems with older jQuery versions’ is closed to new replies.