butoru5
Forum Replies Created
-
Hi @rsouzaam,
Thanks for your help. You’re right, WPForms doesn’t load resources on every page of the site, but only on those that need them. However, some other plugins are not as delicate as WPForms and it looks like URM is one of them.
To resolve the conflict I installed Plugin Load Filter https://ww.wp.xz.cn/plugins/plugin-load-filter/ , which gives a chance to deactivate unnecessary plugins on individual pages. It is very easy to use and it helped me to reach desired result within a few minutes. Disabling URM on all pages except a few pages where I really need it, I succeeded to resolve the conflict with reCaptcha in my forms.
Thank you once more and have a nice day!
Hi @rsouzaam,
I found out plugin conflicting with WPForms on my site. It is User Registration & Membership (URM) ( https://ww.wp.xz.cn/plugins/user-registration/ ). Deactivating all plugins one-by-one I found out that as soon as I deactivate URM then the captcha appears in all my WPForm forms.
Now I am looking for a method to resolve the conflict between two plugins because I need them both and I don’t want to give up either one. Seeing that I never need both plugins on the same page I am looking for the solution giving a chance to load plugins selectively – WPForms only to those pages which use it and URM to pages related with user registration only.
I discovered at least 2 plugins that can help with this task – it is Plugin Load Filter https://ww.wp.xz.cn/plugins/plugin-load-filter/ and Plugin Organizer https://ww.wp.xz.cn/plugins/plugin-organizer/ . What do you think about these two plugins? Do you think that using one of them may resolve the conflict between WPForms and URM plugins in my web site?
By the way, I think that using selective loading of plugins only on pages that need them is useful anyway, since disabling unused plugins on a page significantly speeds up page loading.
- This reply was modified 6 months, 1 week ago by butoru5.
Hi Raiden,
Thank you so much for your time and efforts and especially for the screencast you prepared. It gives me a lot of useful information for further investigation of my problem. And I certainly will follow your advice regarding troubleshooting WordPress Guide. However it may take some time because I am slightly afraid to make serious changes (like switching off all plugins, etc.) in the production environment. I have staging environment but it is outdated and first of all I will need to make a copy of current web site there in order to proceed with experiments.
One note for now. In your comment and in your screencast, you mentioned that you were expecting some network issues, such as firewall rules preventing from loading a piece of HTML code from Google’s web service onto my page. I don’t think that’s the case. I added screenshot at the bottom of my test page https://diy-electronic.ru/recaptcha/ showing WPForms-Settings-CAPTCHA page from my web site (click to enlarge). Among other fields one can see reCaptcha preview generated by Google here. It means that the problem with reCaptcha is not related with my hosting provider limitations but most probably with the conflict between WPForms JS or CSS and some other plugin’s JS or CSS. WordPress Admin’s part (including WPForms admin pages) doesn’t load various plugins when ordinary web site pages do load them and as a result we can see Google reCaptcha in Admin’s page but can’t see it in ordinary pages. Does it have sense?
By the way, I tried to activate No-Conflict Mode switch shown in that screenshot but with no result.
As @rsouzaam suggested I created new topic for further discussion at https://ww.wp.xz.cn/support/topic/recaptcha-is-not-being-displayed/
Hi @rsouzaam,
Thank you for your reply and for your readyness to help. I will create new post later today as you suggested. For now I disabled IP address restrictions which caused 403 error so hopefully you will be able to access my test page.
Hi @rsouzaam and all readers. I am Alexander aka butoru5 and I have an issue similar to @robagkiou72 ‘s issue discussed above. That is why I didn’t start new topic but decided to continue this one instead.
My website https://diy-electronic.ru uses WPForms Lite and contains a couple of very simple feedback forms. Each form contains Google reCaptcha v2 and for several years everything worked fine, reCaptcha protected my forms against malicious spammers (not 100% but it is another story).Recently I found out that reCaptcha is not being displayed in my forms any more. Presumably it happened after one of the latest WPForms updates but I am not sure. As a result I had to disable reCaptcha everywhere on my website to give visitors a chance to submit forms. I created test page at https://diy-electronic.ru/recaptcha/ in order to understand what is going wrong. This page contains a test form and more detailed explanations of the problem.
I googled a lot trying to find a solution, I made many experiments – disabled all other plugins, disabled other javascripts working on the same page, changed website theme to eliminate possible conflicts with other pieces of code living on the same page. Also I investigated css hierarchy as deep as I could to understand what exactly prevents reCaptcha from showing. Despite of all my efforts I still didn’t find any solution. Could you please take a look at my test page at https://diy-electronic.ru/recaptcha/ and provide me with any ideas? Your advice will be highly appreciated.