• Hello

    The popup doesn’t appear on when I submit the form, the page reload, and I got this anchor on the end of the link #wpcf7-f732-p534-o1

    How can I fixe it? please

    Best regards.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author codeworkweb

    (@codeworkweb)

    Hello There,

    Do you have any other add-ons for contact form 7? If so please disable all and check if it works. If possible please share your site URL so we can check it.

    Thread Starter miminou

    (@miminou)

    Hello

    Thanks for your reply.

    Yes, I’m using logical fields addon, I’ll deactivate it to check.

    Here’s the website’s link: https://oussama.triple-a-development.com/votre-projet/

    Best regards

    Amine.

    • This reply was modified 1 year ago by miminou.
    Thread Starter miminou

    (@miminou)

    I deactivate the addon, but it still have the same issue.

    Plugin Author codeworkweb

    (@codeworkweb)

    It seems your theme has disabled loading of JS and CSS from contact form 7, Please add the following lines to your theme’s function.php file.

    add_filter( 'wpcf7_load_js', '__return_true' );
    add_filter( 'wpcf7_load_css', '__return_true' );
    Thread Starter miminou

    (@miminou)

    Thanks for your answer, I add the snippet to the functions.php file, but nothing happend.

    Thread Starter miminou

    (@miminou)

    Even I deactivate you plugin, it still refresh the page, before installing it it was working with any issue.

    Any help please?

    Plugin Author codeworkweb

    (@codeworkweb)

    Our plugin works with normal WordPress installations it seems your theme has modified Contact Form 7 in their own way can you please contact your theme author and ask about this issue.

    Thank You

    lorianqw

    (@lorianqw)

    this is because, at the request of this user…

    https://www.ads-software.com/support/topic/load-your-plugins-files-only-when-needed/

    they tied the output of the scripts to the place where the shortcode of the form is displayed. but this only works for inserted forms in the the_content()

    therefore, if your forms, like mine, are inserted in other templates and custom blocks, the plugin will not work. bad decision indeed.

    With this update, on many sites that are currently used, your plugin will stop working in most forms. It is very rare that only one contact form is used on the contact page.

    Plugin Author codeworkweb

    (@codeworkweb)

    Hello @lorianqw

    We have just updated the plugin. Please update it to latest version and it will work.

    Thank You

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Popup doesn’t work’ is closed to new replies.