Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @majancart – We use Contact Form 7 in several installations (test and live) with NextGEN Gallery installed without issue … have you also tested while temporarily switching your theme over to a default WordPress Twenty series theme?

    – Cais.

    Thread Starter majancart

    (@majancart)

    Yes, I just tried twenty fifteen…no go. And I tried deleting next gen plugin files and then reloading…no go. AND deleting cf7 and reloading. I do run other sites with both these plugins as well and they seem to be fine. I did just move the site files from one folder on the host to another, but I updated the url so that shouldn’t be an issue. And it doesn’t explain why it would only stop working when NextGen is activated…

    Plugin Contributor photocrati

    (@photocrati)

    @majancart – If you “just move” the site then you will likely need to run the Reset Option under Gallery > Other Options followed by clearing the image cache under Gallery > Other Options > Miscellaneous.

    Thanks!

    – Cais.

    Thread Starter majancart

    (@majancart)

    No go, sorry. Like I said the form goes through it just doesn’t show the green bordered confirmation message. I’m guessing you haven’t tried submitting a form since I haven’t received anything… would you mind trying that and investigating there? I appreciate your help, this is the last step for me to wrap up this site for this client and obviously a crucial step.

    Let me say that I’ve used NextGen for years on almost ALL the sites I design and this is the first serious problem I’ve had. Keep up the good work fellas.

    Plugin Contributor photocrati

    (@photocrati)

    @majancart – I’m able to use Contact Form 7 as is on my test sites without issue … perhaps its something specific to your configuration?

    – Cais.

    Thread Starter majancart

    (@majancart)

    I’m thinking you’re right, but I looked over things and nothing is unusual. I have other sites I run NextGen and CF7 on with no issues. Any guesses? The only reason I’m conferring with you is because it works fine when I deactivate Next Gen…

    Plugin Contributor photocrati

    (@photocrati)

    @majancart – Although not common there are cases where the conflict only occurs with multiple plugins active … is this happening on your site with only CF7 and NextGEN Gallery only?

    – Cais.

    Thread Starter majancart

    (@majancart)

    Yes, it still does it. Actually, I found the issue but don’t know it’s origin. The script after the

    <!-- ngg_resource_manager_marker -->

    on my site is:

    <script type='text/javascript' src='https://www.ahtva.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script>

    but it should be something like

    <script type='text/javascript' src='https://www.ahtva.com/wp-includes/js/jquery/jquery.js?ver=1.11.3'></script>
    <script type='text/javascript' src='https://www.ahtva.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
    <script type='text/javascript' src='https://www.ahtva.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script>
    <script type='text/javascript'>

    I tried doing a fresh install of wordpress, new database, new cf7 and next gen, twentyfourteen theme… still happening.

    Plugin Contributor photocrati

    (@photocrati)

    @majancart – You could try turning off the “resource manager” … add this to your wp-config.php file:

    /** Javascript Conflicts? */
    add_filter( 'run_ngg_resource_manager', '__return_false' );

    It might help …

    – Cais.

    Thread Starter majancart

    (@majancart)

    Causes:

    Fatal error: Call to undefined function add_filter() in /home/nsalzman/ahtva.com/wp-config.php on line 74

    when added to wp-config.php , I thought you might have meant functions.php but it doesn’t do anything when added there…

    Plugin Contributor photocrati

    (@photocrati)

    @majancart – My bad, you are correct with that … try this instead in the wp-config.php file:
    define('NGG_DISABLE_RESOURCE_MANAGER', true);

    That is what I meant to put forward.

    – Cais.

    Thread Starter majancart

    (@majancart)

    YES YES YES! That worked. Sending out a fist bump to you Cais. Thanks man. God Bless! Are there any ramifications to turning off the resource manager?

    Plugin Contributor photocrati

    (@photocrati)

    @majancart – It can be a double-edged sword, the “resource manager” is in place to handle other plugin/theme conflicts where some are enqueuing their scripts “incorrectly” … for the most part it should not cause any issues to use but if something starts to look wrong in NextGEN Gallery you might have to start re-testing without that define statement.

    – Cais.

    Thread Starter majancart

    (@majancart)

    Okay. I’ll keep an eye out. It’s ironic that the resource manager that usually helps with conflict is causing it, LOL! Honestly though, I’m sure you’ll agree, I think there is an underlying cause that is not coming from you guys. I have many installs that run both Nextgen and CF7 without any issues…

    Go with God,
    ~Mike

    Plugin Contributor photocrati

    (@photocrati)

    @majancart – Thanks!

    – Cais.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Possible Conflict with Contact Form 7’ is closed to new replies.