Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    I see some errors on your site which are probably caused by incompatibility between your theme’s jquery and the loaded jquery library.

    Currently, you have both an 1.12.4 jquery version, and the 3.1 added manually.

    The function you added in php is the correct way to add jquery, but doesn’t seem to do anything, as the jquery library loaded by WordPress is still the 1.12.4 version. Possibly the theme is overriding it with the 1.12.4 version.

    It’s not entirely clear to me at this point if the theme jquery issue is caused by the added 3.1 version, or if it was already there before it was added, or if there was another theme jquery error before it was added.

    If the jquery error from your theme doesn’t go away when you remove the 3.1.1 version, I would recommend to update your theme to the latest version, or contact the theme developer about the issue.

    If you remove the 3.1 version I can check the resulting jquery errors for you, so we can narrow the issue down.

    Thread Starter ayrpin

    (@ayrpin)

    It didn’t work and that’s why I added those lines of code.

    I have removed everything added so you can check it.

    Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @ayrpin,

    The error is .live is not a function, this function is deprecated in version 1.9, while the library loads 1.12.4.

    Maybe this plugin will help,

    https://www.ads-software.com/plugins/enable-jquery-migrate-helper/

    regards Aert

    Plugin Contributor Rogier Lankhorst

    (@rogierlankhorst)

    @ayrpin i see the banner now, this appears to be solved, so I’m closing this thread. If you have any questions let us know.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘banner is not displayed’ is closed to new replies.