man1056
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] How can I prevent AO cache auto-clearing?Thank you @chrism82.
@jiggaman, I am facing a similar issue as you described in https://ww.wp.xz.cn/support/topic/full-page-caching/
I tried to override this file in a child theme, but I think the Core file overriding isn’t working.
How did you fix it? Create a function with the same name in functions.php?
Thanks.
Forum: Plugins
In reply to: [Autoptimize] How can I prevent AO cache auto-clearing?Thank you for everything Frank.
AO is amazing, and so is your support.
I’ll post here what I find as the solution.
Forum: Plugins
In reply to: [Autoptimize] How can I prevent AO cache auto-clearing?Thank you so much Frank.
I can confirm that the “autoptimizeCache::clearall” is still present in line 160 of wp-content/themes/Divi/core/components/init.php
I’ll take it up with Divi Support.
@chrism82 Did ET give you an ETA to resolving this?
For the time being, I’m thinking of over-riding this in a child theme or something of that sort.
@optimizingmatters Do you think this is what’s breaking the JS (like the browser level cache suddenly not seeing the file)? Or should I look for other reasons as well?
Thanks again.
Forum: Plugins
In reply to: [Autoptimize] How can I prevent AO cache auto-clearing?Thanks Frank.
Yes, we use Divi. Do you have any link to this bug, and fix?
Thanks again.
OK. I’ve observed the site for a while now, and after the Nginx redirect rules are in place, organic hits are being registered in Google Analytics.
So, you might want to include this possibility in your docs and what to do about it.
Also, just want to say Thanks for making this great plugin. 🙂
Hi RogierLankhorst,
Yes, I did change the URLs in GA and Webmaster to https.
I’m using this redirect rule in Nginx. Do you think this is the best way to do it?
server {
listen 80;
server_name my-domain.com;
return 301 https://$server_name$request_uri;
}
Forum: Fixing WordPress
In reply to: Weird visitorTracker code suddenly on my siteThe infection seems to be happening through FTP. You can block VisitorTracker uploads using upload time scanning. This is a case study of this malware affecting a Joomla site. It is equally applicable to WordPress sites.
http://bobcares.com/blog/how-active-visitortracker-campaign-malware-spreads-and-how-to-block-it/