mcoom
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Custom Template BrokeSolved
Forum: Plugins
In reply to: [Download Monitor] Custom Template BrokeNevermind, solved.
Problem was tablepress. Saving the table again fixed the issue.
Sorry for the inconvenience!
Greetings,
Mathias
Forum: Plugins
In reply to: [WP Fastest Cache] High TTFB Multilingual siteHi Emre,
Great to hear this is included in the plugin! But it seems this rule is not working unfortunately.
I quickly tested it again on another site: https://www.matico.be (testing site), installing Polylang and installing WP Fastest Cache, checking the htaccess file. But it always seems to generate the default paths, no inclusion of /www.matico.be/ , no matter what I do:
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or] RewriteCond /home/matico/public_html/wp-content/cache/all/$1/index.html -f RewriteRule ^(.*) "/wp-content/cache/all/$1/index.html" [L]
I disabled all plugins, themes etc, same result.
Thanks you for helping!
Mathias
Forum: Plugins
In reply to: [WP Fastest Cache] High TTFB Multilingual siteThanks. I’m using Polylang.
Forum: Plugins
In reply to: [WP Fastest Cache] High TTFB Multilingual siteHi Emre,
Thanks for the quick reply!
Did you visit teamvolt.be ?
The cache setup is working fine. Caching is on, pages are cached (example in homepage code this moment: WP Fastest Cache file was created in 1.9354841709137 seconds, on 10-12-21 3:46:09). I also double checked via FTP, all pages are cached.
Problem is (I think), that the cache is built in a new multisite folder cache/www.teamvolt.be/all/… and htaccess still points to the default cache/all/… directory.
As stated in the first post, I fixed the high TTFB by editing the paths in the htaccess code. (the fix is not live on the site at the moment, as I would like your advise)
Any thoughts on this?
Thanks in advance!
Mathias
Forum: Plugins
In reply to: [Contact Form 7 Connector] Emptying logsThanks! Found it ??
Forum: Plugins
In reply to: [Contact Form 7 Connector] ResubscribeThank you so much! Resubscribing and information update of the subscriber profile are working perfectly now.
This is amazingly quick support you have provided, thank you again.
Kind regards.
Forum: Plugins
In reply to: [Contact Form 7 Connector] ResubscribeApparently subscriber ‘updating’ is also not working. Like for instance when a user is already subscribed, forgot he subscribed, and subscribes again with updated information.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] GTM tag not firingHi Jules,
Thanks for the quick reply! I disabled JS Minifying in W3 total Cache but the problem still occurred. I disabled W3 Cache completely, still no luck.
I tested the working GTM contact form, by including ‘Conditional Fields’ functionality. And indeed, no problems there. So I’m happy to confirm that the reloading is not a result of using this plugin.
I dug a little deeper and apparently the CF7 scripts needed to be loaded with the specific .php theme files of the page. Including this code above the header fixed the issue:
if ( function_exists( ‘wpcf7_enqueue_scripts’ ) ) {
wpcf7_enqueue_scripts();
wpcf7_enqueue_styles();
}So problem solved!
Thanks for pushing me in right direction ??