• Resolved Dazmond

    (@dazmond)


    Hi,

    I am managing a paid version of the plugin for a client, lately it has developed a few issues. If I set the script load method to ‘Direct’ I receive a javascript / cookie warning dialog upon clicking submit and the form data isn’t processed.

    If I use ‘Classic’ I don’t have any of the above but the form isn’t visible at all in Chrome.

    Does anybody have any suggestions?

    Many thanks,

    Darren.

    • This topic was modified 9 years, 7 months ago by Dazmond.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi @dazmond,

    If the form is not loading with the “Classic (Recommended)” option selected, please, check if there is any uncaught javascript error in the webpage (not generated by our plugin), that is stopping the rest of javascript code in the webpage.

    Could you send me the link to the webpage, please?

    Best regards.

    Thread Starter Dazmond

    (@dazmond)

    Thank you for your reply, here is a link to the page:

    http://ecoexplorer.education/subscription-pricing/

    The print icon beneath is a plugin which I have disabled but it hasn’t made ay difference to the loading of the form.

    I’ll have a look at what else is running but let me know if you spot anything.

    Thanks,

    Darren.

    Plugin Author codepeople

    (@codepeople)

    Hello @dazmond,

    The uncaught error in your page is generated by the theme active. You are using the latest version of WordPress, that includes jQuery 1.12.4, but this version of jQuery does not support expressions like: [href=#], there is required the use of double quotes: [href="#"]

    For example, pay attention to the piece of code:

    jQuery('.fusion-navbar-nav a:not([href=#], .fusion-megamenu-widgets-container a, .search-link), .top-menu .menu a:not([href=#]), .mobile-nav-item a:not([href=#], .search-link), a.fusion-button:not([href=#]), a.fusion-one-page-text-link:not([href=#])').click(function() {

    in the following file:

    http://ecoexplorer.education/wp-content/themes/Avada/js/main.js

    Best regards.

    Thread Starter Dazmond

    (@dazmond)

    Hi,

    Thank you for your reply, with your information I managed to fix this, the form is now visible in Chrome, I will make a note of this modification for future theme updates.

    Many thanks,

    Darren.

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

The topic ‘Browser Issues / Form Loading’ is closed to new replies.