hero12
Forum Replies Created
-
nevermind, the problem was the post content…thanks
In my opinion, there’s also another issue here: layout instability, the Cumulative Layout Shift (CLS). When AddThis is loaded has no placeholder, so if you load the share buttons above the post (example) it pushes the post/page downwards. Developers, please fix it. Thanks
- This reply was modified 5 years, 10 months ago by hero12.
Forum: Plugins
In reply to: [Max Mega Menu] “Save to filesystem” option for CSS doesn’t workOk, all folders are writable, as expected.
style.css is generated on uploads/maxmegamenu but then is inlined into the html.
I had to use autoptimize plugin to handle it.Forum: Plugins
In reply to: [Max Mega Menu] “Save to filesystem” option for CSS doesn’t workHello, there’s no Site Health option in Tools.
Core version: 2.8 – Pro extension: not installedThanks
maybe understood the issue. I had an old pay by check addon as a separate plugin, now it seems integrated into
classes/gateway, instead. Recently also updated that separate plugin and I think that’s the issue…but don’t know why before this conflict didn’t get outHello, thanks for your answer.
I try to better explain:
“βcreateβ a post and have it appear in a Facebook feed”
no, auto create a WordPress post depending on the Facebook feed.Eg.
– check one or more Facebook page feeds (scheduled one at a time or even together, for a new post…) every x hours (example)
– IF a new Facebook post found, insert a related WordPress postIs it clearer now? Thanks
- This reply was modified 7 years, 11 months ago by hero12.
Forum: Plugins
In reply to: [WP Super Cache] Cache TesterI had to
ModPagespeedDisallow "*mydomain.com/mydir/*"
into pagespeed.confin order to turn it off per directory
they wrote that on the latest versions you could use the
standbyswitch (instead ofoff) but on CentOS 7 at the moment I don’t get that versionForum: Plugins
In reply to: [WP Super Cache] Cache Testerso, found how to disable for the Virtualhost BUT I’m not able to disable it per
Directory
I wrote on github and waiting for their replyIn the meanwhile, to turn it off for the specific virtualhost, you need to write
<IfModule pagespeed_module> ModPagespeed unplugged </IfModule>outside the Directory rules, otherwise it doesn’t work
- This reply was modified 8 years, 5 months ago by hero12.
Forum: Plugins
In reply to: [WP Super Cache] Cache Testerfurthermore, I’m not able to isolate the Virtualhost in order to selectively turn off mod_pagespeed
I tried
<IfModule pagespeed_module> ModPagespeed off //this one alone, the below alone, even the 2 together ModPagespeed unplugged </IfModule>nothing to do…
if mode_pagespeed is on inpagespeed.conf
there’s no way to turn it off into the Virtualhost..OR I have no idea how to do it
- This reply was modified 8 years, 5 months ago by hero12.
Forum: Plugins
In reply to: [WP Super Cache] Cache TesterFOUND
There’s incompatibility between
mod_pagespeedANDWP Super Cache
or at least with the default mod_pagespeed filtersturning off the mod_pagespeed, WP Super Cache works as usual
So, please, can you test this configuration and let users know how to use mod_pagespeed and WP Super Cache together?
Thanks
- This reply was modified 8 years, 5 months ago by hero12.
Forum: Plugins
In reply to: [WP Super Cache] Cache Testerif it helps, in the FAQ they write about
WPCACHEHOMEbut I don’t see that into wp-config.phpis that needed?
Forum: Plugins
In reply to: [WP Super Cache] Cache TesterI’m not using cloudflare or minification…
while it writes files into wp-content/cache, there’s no real evidence that is serving pages from the cache. That’s itthanks
Forum: Plugins
In reply to: [WP Super Cache] Cache TesterHello, in my case the pages are OK but
“The pages do not match! timestamps differ or were not found!”
and also, I don’t see something like<!-- Dynamic page generated in 0.450 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2017-12-09 15:13:51 --> <!-- super cache -->inside the pages source
– Files are correctly written into wp-content/cache
– I don’t use CDN…I don’t remember that this happened in the past.
Please, can you deeply explain why this behavior?
ThanksForum: Plugins
In reply to: [Captcha] Incompatibility with W3TCoh yes…I can confirm
the last update (but only the last? I didn’t check before…) is a mess!
captcha.php has 31823 lines of code!
with HUGE and unnecessary white space!
How this may happen? It means that they didn’t even check this garbage…
that’s an outrage to the wordpress users π
for your info, my transients are stored on external object cache (W3TC), indeed when installed transient-cleaner had the warning message which suggests to disable it.
So, besides that “Subscribe To Comments Reloaded”, even the external object cache is an issue with transients?