hitzgh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images uploaded in post only show full size optionHi @martatorre
i have done all the above u mentioned still same issue, the website url is https://www.oneclickghana.com
this worked i found similar thread then followed the steps
“enable Plugin generated posts option in Post to Telegram settings “- This reply was modified 2 years, 8 months ago by hitzgh.
Forum: Reviews
In reply to: [Redis Object Cache] DO NOT Install on Plesk with multiple sites!@pczernecki i encountered same problem and i later found out that i didnt follow the instruction associated when using for multiple sites.
FYI the issue is not with plesk.
As @tillkruess was saying, following the documentation and configure the “wp-config.php” file for each of your websites, add this below just before /* That’s all, stop editing! Happy publishing. */. Also change the value “0” in define( ‘WP_REDIS_DATABASE’, 0 ); for each of your site, eg. 0 for website A, 1 for website B, 2 for website C, etc and your issue is resolved.
Don’t forget to select the appropriate supported clients for your hosting and the last linedefine( 'WP_REDIS_HOST', '127.0.0.1' ); define( 'WP_REDIS_PORT', 6379 ); // define( 'WP_REDIS_PASSWORD', 'secret' ); define( 'WP_REDIS_TIMEOUT', 1 ); define( 'WP_REDIS_READ_TIMEOUT', 1 ); //change the database for each site to avoid cache collisions define( 'WP_REDIS_DATABASE', 0 ); // supported clients: <code>phpredis</code>, <code>credis</code>, <code>predis</code> and <code>hhvm</code> define( 'WP_REDIS_CLIENT', 'predis' );
Forum: Plugins
In reply to: [LiteSpeed Cache] Wptouch plugin and LSCWP conflicting problemYes. Currently my website https://www.hitxgh.com and ghclick.net are facing this isuue
Forum: Plugins
In reply to: [LiteSpeed Cache] Wptouch plugin and LSCWP conflicting problemHello, wht i have observed is that at times it loads the mobile version once in a while but mostly it loads the pc version and mobile cache is set to ON