kodolex
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Preload key requestsYou can also add it in functions.php of your child theme like this:
add_action(‘wp_head’, ‘child_wp_head’);
function child_wp_head() {
echo ‘<link rel=”preload” href=”/wp-content/themes/electro/assets/vendor/fontawesome/webfonts/fa-brands-400.woff2″ as=”font” type=”font/woff2″ crossorigin=”anonymous”>’;
echo ‘<link rel=”preload” href=”/wp-content/themes/electro/assets/vendor/fontawesome/webfonts/fa-solid-900.woff2″ as=”font” type=”font/woff2″ crossorigin=”anonymous”>’;
echo ‘<link rel=”preload” href=”/wp-content/themes/electro/assets/fonts/font-electro.woff” as=”font” type=”font/woff” crossorigin=”anonymous”>’;
};Only use your fonts and the theme path.
Forum: Plugins
In reply to: [W3 Total Cache] Cache exceptions don’t workWe managed to solve the problem. The solution is here: https://ww.wp.xz.cn/support/topic/compare-plugin-with-w3-total-cache-error/#post-11874851
Thanks a lot!Forum: Plugins
In reply to: [YITH WooCommerce Compare] Compare plugin with W3 Total Cache errorIt helped! Thanks a lot!
Forum: Plugins
In reply to: [W3 Total Cache] Cache exceptions don’t workNo, if I disable W3 Total Cache plugin or its “Browser cache” feature, it’s OK.
Forum: Plugins
In reply to: [W3 Total Cache] Cache exceptions don’t workOk, thanks, I added it as “/compare/”. But when add a product or remove a product to compare, the page still loads from the browser cache. You can try it too.
When I refresh the page manually, it correctly reloads from the server.
What could be the problem?Forum: Plugins
In reply to: [YITH WooCommerce Compare] Compare plugin with W3 Total Cache errorI don’t see such an option in W3 Total Cache. It has only “Never cache the following pages” option.
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Compare plugin with W3 Total Cache errorHello.
We’ve got the same problem.
Added two cache exceptions:
compare
compare/*When we refresh the page it refreshes correctly (not from cache). But when we try to remove a product from comparison it’s not removed, the page loads from cache and cookie yith_woocompare_list not updated.