Aaron
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Bots not seeing files as concatenated?How about this: for now, while I work on a better solution, how would I go about preventing W3TC from touching the home page? At least with respect to minification/concatenation. This seems to be causing errors or cosmetic issues with that page. When I disable the W3TC plugin, those errors go away.
I can see the “Never minify the following pages:” field. But it warns me to omit the leading “/”, so I cannot simply enter “/” for the home page.
Forum: Plugins
In reply to: [W3 Total Cache] Bots not seeing files as concatenated?Ah, and that would be a paid service?
Forum: Plugins
In reply to: [W3 Total Cache] Bots not seeing files as concatenated?Sorry for the delayed response; I had another problem to solve. I would love to speak with you further about the professional support.
Forum: Plugins
In reply to: [W3 Total Cache] Bots not seeing files as concatenated?After examining the site a more broadly, I’ve found something odd: the problem as I’ve described it only occurs on my home page. Again, I only get concatenated files when logged in on that page.
But on other pages, I get them concatenated just fine when not logged in. Except WooCommerce pages, when I never get them regardless.
I have manual minification set up for 404, page, page-full-width, and search templates, but not WooCommerce, so that may explain the WooCommerce part, but not the home page.
What can you suggest I try next?
Forum: Plugins
In reply to: [W3 Total Cache] Bots not seeing files as concatenated?As noted in the opening post, we use W3TC with Cloudflare and CacheWall. I have already tried disabling the other two, and it did not fix the problem. I’ve also checked, and Cloudflare auto-minify was never on.
Forum: Plugins
In reply to: [W3 Total Cache] Bots not seeing files as concatenated?My “Disable minify for logged in users” is not checked. Yet The issue is that I get concatenated/minified files ONLY as a logged in user. I need my site visitors to receive them as well.
Forum: Plugins
In reply to: [W3 Total Cache] Bots not seeing files as concatenated?Thanks. Which setting would lead to site files only being concatenated for logged-in users?
Forum: Plugins
In reply to: [W3 Total Cache] Bots not seeing files as concatenated?Update: It appears that my browser only sees the live site files as concatenated when I’m logged into WordPress. I do have the setting turned on that says “Don’t cache pages for logged in users”.
Forum: Plugins
In reply to: [Redirection] Created redirect loop. Help!Odd. I reached into my database and deleted the row with the offending redirect, then the page in question worked fine. I initially got the Redirection plugin working again by switching from “Default /wp-json/” to “Form request”, but I switched back today with no ill effects. If the redirect loop wasn’t breaking the plugin, the only other major change I can think of that could have done it was a WooCommerce update. But I don’t know why that would do that.
Forum: Plugins
In reply to: [IP2Location Redirection] Plugin won’t deactivateAlready removed it using FTP. I have a different plugin working now, so I’m reluctant to alter the setup to debug a different solution, but thank you.
Forum: Plugins
In reply to: [IP2Location Redirection] Plugin won’t deactivateI used FTP to disable the plugin, then removed it in my WP back end. But I would really like to know if any plans are in place to fix this error.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack CSS trumps mineFixed by adding just the following line to my child theme functions.php:
add_filter( ‘jetpack_implode_frontend_css’, ‘__return_false’ );Source:
https://css-tricks.com/snippets/wordpress/removing-jetpack-css/Inactive modules’ CSS was being concatenated with the rest anyway. Should probably fix that.
- This reply was modified 8 years, 2 months ago by Aaron.
Forum: Plugins
In reply to: [Cart Popup for WooCommerce] Doesn’t show the content of the cartI’m having a similar problem. Also, the Total given is only for the current item times its quantity in the cart, unlike in the demo.