longnha
Forum Replies Created
-
Thank you, it works great. 🙂
Forum: Fixing WordPress
In reply to: unlink in editor menuwork perfectly. Thank you.
Forum: Fixing WordPress
In reply to: unlink in editor menuBefore 4.9 I can still use unlink button. As said, sometime I need to remove a lot of links altogether so the unlink button is really convenient.
Any code snippet to bring it back please?
Forum: Plugins
In reply to: [LiteSpeed Cache] How to set up cdn tab for cloudflareIgnore that if you’re using Cloudflare.
Forum: Plugins
In reply to: [LiteSpeed Cache] Pagespeed test remarksAdd this to your functions.php
// Remove query string from static files function remove_cssjs_ver( $src ) { if( strpos( $src, '?ver=' ) ) $src = remove_query_arg( 'ver', $src ); return $src; } add_filter( 'style_loader_src', 'remove_cssjs_ver', 10, 2 ); add_filter( 'script_loader_src', 'remove_cssjs_ver', 10, 2 );Hope it help.
Forum: Plugins
In reply to: [LiteSpeed Cache] CSS/JS minfy + cloudflare minifyDon’t use anything, ignore that if you use Cloudflare, Cloudflare is not really a CDN but does have some CDN features.
Anyway, create your own thread would be better.
Forum: Fixing WordPress
In reply to: Unable update PluginIt happen when update LiteSpeed Cache and Yoast SEO, I’m not sure about other plugins since only those 2 have update recently.
Forum: Fixing WordPress
In reply to: Unable update PluginHi,
Thank you for the info.
Not sure if I missed anything but it’s only guide how to get out of ““Briefly unavailable for scheduled maintenance…” but remove “.maintenance” file, which I did before posting here.
The next time I update the plugin, it happen again and the plugin does not updated. So I would like to ask how to solve the issue and able to update the plugin as usual.
Thanks.
Forum: Plugins
In reply to: [LiteSpeed Cache] CSS/JS minfy + cloudflare minifyit’s a tradition issue when using cloudflare “Auto Minify”. Using CL Auto Minify or using a WP plugin, choose one only. Unfortunately, this is not mentioned beforehand anywhere so always to have some sites break.
Forum: Plugins
In reply to: [LiteSpeed Cache] How to enable Crawler?I purchased LS via liquidweb, how to login to your system please? I’ve already contact liquidweb but they don’t seem able to fix the issue.
Thanks.
Forum: Plugins
In reply to: [LiteSpeed Cache] How to enable Crawler?I followed the instruction, added Crawler Snippet and gracefully restart the server, unfortunately still the same.
In the WP dashbard it still display: “The crawler feature is not enabled on the LiteSpeed server. ”
Thanks.
Forum: Plugins
In reply to: [LiteSpeed Cache] How to enable Crawler?Yes, I previously mentioned that I have access to Web Host Manager (WHM).
Forum: Plugins
In reply to: [LiteSpeed Cache] How to enable Crawler?I have access to cPanel, how can I enable the crawler at the server level?
Thanks.
Forum: Plugins
In reply to: [LiteSpeed Cache] How to enable Crawler?There have nothing in “Virtual Host” tab so in Server > Server , I edited Apache Style Configurations and add: CacheEngine on crawler.
Unfortunately still not working.
I’m using WebHostManager, CENTOS 7.3.
Thanks.
Forum: Plugins
In reply to: [LiteSpeed Cache] Cache not purge on some eventsOpp, sorry, I did not notice the description. I used to purge cache using full URL, it’s more senses to copy the full URL and paste it! Thank you for the info.
Looking forward to the release for 1/ bug fix.
Thanks.