Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter mcoom

    (@mcoom)

    Solved

    Thread Starter mcoom

    (@mcoom)

    Nevermind, solved.

    Problem was tablepress. Saving the table again fixed the issue.

    Sorry for the inconvenience!

    Greetings,

    Mathias

    Thread Starter mcoom

    (@mcoom)

    Hi 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

    Thread Starter mcoom

    (@mcoom)

    Thanks. I’m using Polylang.

    Thread Starter mcoom

    (@mcoom)

    Hi 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

    • This reply was modified 3 years, 3 months ago by mcoom.
    • This reply was modified 3 years, 3 months ago by mcoom.
    Thread Starter mcoom

    (@mcoom)

    Thanks! Found it ??

    Thread Starter mcoom

    (@mcoom)

    Thank 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.

    Thread Starter mcoom

    (@mcoom)

    Apparently subscriber ‘updating’ is also not working. Like for instance when a user is already subscribed, forgot he subscribed, and subscribes again with updated information.

    Thread Starter mcoom

    (@mcoom)

    Hi 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 ??

Viewing 9 replies - 1 through 9 (of 9 total)