Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author cubecolour

    (@numeeja)

    I am not able to view your example page as it complains about adblock

    Without being check the page properly, it sounds like the plugins script may not be added to the page. Check whether the pages generated by your event plugin contain the wp_head action hook, and if not the developer of that plugin should be able to help you fix the issue.

    Thread Starter boomcar69

    (@boomcar69)

    Thanks for yor reply.
    I disabled the addblock script.

    Plugin Author cubecolour

    (@numeeja)

    My initial guess based on issues previously seen was not correct. I can see that the popup script does appear to be added to the page correctly, however the plugin has only been tested with the version of jQuery that is included within WordPress. For WordPress v4.8 this is jQuery v1.12.4.

    The page is loading an older version of jQuery (v1.10.1) from a 3rd party site which is not a tested or supported configuration for the plugin.

    The verson of jQuery loaded can be seen in the page source:

    <script type="text/javascript" src="https://code.jquery.com/jquery-1.10.1.min.js">

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Works great, but not with eventpage’ is closed to new replies.