umdenker
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] I can not open the HomepageAfter deactivating the WP Cerber Plugin the problem is solved!
So it looks like that WP Cerber causes this problem.
What could be the reason for that and how can I solve it?
Best regards
GeraldForum: Plugins
In reply to: [Contact Form 7] CF 7 ist not working on mobile devicesHello!
After disabeling the caching for all pages with forms an the plugin folder it is working fine.So it looks like it that there is a problem with the caching in version 5.4 🙁
Forum: Plugins
In reply to: [Contact Form 7] CF 7 ist not working on mobile devicesHere is the list of the used plugins:
Anti-Spam by CleanTalk Version 5.155.2 von СleanTalk <welcome@cleantalk.org>
Comet Cache Version 170220 von WebSharks, Inc.
Contact Form 7 Version 5.4 von Takayuki Miyoshi
Pretty Links Version 3.2.3 von Pretty Links
Redirection for Contact Form 7 Version 2.3.5 von Query Solutions
Shortcodes Ultimate Version 5.9.8 von Vladimir Anokhin
Spiffy Calendar Version 4.8.5 von Spiffy Plugins
UpdraftPlus – Backup/Restore Version 2.16.53.0 von UpdraftPlus.Com, DavidAnderson
WP Mail SMTP Version 2.7.0 von WPForms
Yoast Duplicate Post Version 4.1.2 von Enrico Battocchi & Team Yoast
None of them is new – I use all of them since month without problems.
Theme is:
Name Enfold (enfold)
Version 4.7.3
Autor KriesiForum: Plugins
In reply to: [Contact Form 7] ON_SENT_OK – Please give us an easier alternative!!!I also like to use an easy way to send the user to another page of my domain after sending the contact form 7.
Can you help me with the correct good working code, so that I can chosse a different page to send the user for every single contact form 7?
If I use this code:
<script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
location = ‘http://example.com/’;
}, false );
</script>I con only choose one page for all forms.
I need to set different pages for diffenet forms.Hoep you can help me.
Best regards
Gerald