catuyen
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Font always load from old url after change to wwwHi,
I think there are some caching issues by itself. I change some settings, save, then change to the default settings and it’s ok. Not sure of the reason but everything is fine now.
Thanks
- This reply was modified 1 year, 7 months ago by catuyen.
Forum: Plugins
In reply to: [LiteSpeed Cache] Can I use both Redis and Memcached to improve the speed?Thank you for the answer
Forum: Plugins
In reply to: [WP Search with Algolia] Automatically reindex every dayYou can check autoindex by cronjob here How to create cronjob for auto reindex? | www.ads-software.com
P/s: p/s: Of course, you need to add to vHost file the code look like below too.
phpIniOverride { php_value auto_prepend_file "/home/www.optimizewp.net/public_html/wp-content/nfwlog/ninjafirewall.php" }
Remember to replace https://www.optimizewp.net with your own domain.
removed
- This reply was modified 1 year, 8 months ago by catuyen.
I got it working, I did steps below:
- Set the OLS password and access to OpenLiteSpeed webadmin via port 7080 (need to open this port in firewall)
- Login to webadmin and add to **Admin Console > Configuration > Server > External App
Then: Add Under environment section
PHPRC=/home/$VH_NAME/public_html - Save it and restart OLS.
Thank you again for your support.
Forum: Plugins
In reply to: [Autoptimize] Big problemInstalled again and check, Search bot now can access the site.
The option: Do not aggregate but defer?
Can’t be checked.I will check for a few days the site, also the log, and let you know if there is any issue.
Thank you for your support.
- This reply was modified 1 year, 11 months ago by catuyen.
Forum: Plugins
In reply to: [Autoptimize] Big problemI checked the following options:
JavaScript Options
– Optimize JavaScript Code?
-Individual JS-files will be minified and deferred, making them non-render-blocking.HTML Options
– Optimize HTML Code?
– Also minify inline JS/ CSS?Please give me your e-mail. I will send you the URL and reinstall the plugin. This is a client’s website so I can’t post the URL here.
- This reply was modified 1 year, 11 months ago by catuyen.
Forum: Plugins
In reply to: [Autoptimize] Big problemI found a lot of the same error blocks in the log file
#0 /home/mywebdir/web/mywebsite.com/public_html/wp-content/plugins/autoptimize/classes/external/php/jsmin.php(152): JSMin->action() #1 /home/mywebdir/web/mywebsite.com/public_html/wp-content/plugins/autoptimize/classes/external/php/jsmin.php(86): JSMin->min() #2 /home/mywebdir/web/mywebsite.com/public_html/wp-content/plugins/autoptimize/classes/external/php/ao-minify-html.php(257): JSMin::minify() 2022/12/08 15:20:33 [error] 16047#16047: *45459 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught JSMin_UnterminatedStringException: JSMin: Unterminated String at byte 497: "We design and create your website for a cheap price. in /home/mywebdir/web/mywebsite.com/public_html/wp-content/plugins/autoptimize/classes/external/php/jsmin.php:214
and the exactly the error message is: “500 Internal Server Error”
Forum: Fixing WordPress
In reply to: How to set default thumbnail after upload image is “FULL SIZE”?I found it
function wps_attachment_display_settings() { update_option( 'image_default_align', 'left' ); update_option( 'image_default_link_type', 'none' ); update_option( 'image_default_size', 'large' ); } add_action( 'after_setup_theme', 'wps_attachment_display_settings' );
- This reply was modified 2 years, 1 month ago by catuyen.
Forum: Reviews
In reply to: [SEOPress - On-site SEO] It makes all my websites crashI don’t need a support ticket. I know the problem after fix on a website that has SEOPress installed.
It takes me a lot of time to log in to each VPS and go to the Plugins directory to manually remove SEOPress to take all the sites back.
Forum: Plugins
In reply to: [Koko Analytics] Analytics is Zero for EditorIt only happens in the Editor role.
Forum: Plugins
In reply to: [Koko Analytics] Analytics is Zero for EditorAdmin view none-zero
But Editor is zero analytics.
PHP 8.0
Thanks
Forum: Plugins
In reply to: [Koko Analytics] Analytics is Zero for EditorThank you for your update.
However, I guess the code is outdated and it didn’t work.
Forum: Plugins
In reply to: [Koko Analytics] Analytics is Zero for EditorThank you for your reply.
I added the snippet above into the functions.php file but still shows nothing with the Editor user.