Ashok
Forum Replies Created
-
Hello @patjk
If handled by plugin, return “OK” message.
The plugin made a request to https://www.domain.com/w3tc_rewrite_test but received:Which plugins you mean here?
About the Minify CSS, would you please try to use manual mode? You need to add all css one by one but you can control the sequence. Let me know if it works.
Have a good day!
Cheers
AshForum: Plugins
In reply to: [W3 Total Cache] no css/js files bein createdHello @s3ri4l
I changed the home folder for the domain from /www to /www/update2016
Now, please change back to /www again. Login to admin, flush cache completely, disable the plugin. Then point to /www/update2016 and try to activate and check if it works by then.
Have a good day!
Cheers
AshForum: Plugins
In reply to: [W3 Total Cache] Fatal Error: /wp-includes/option.php on line 1117Hello @maikunari
Are you using object cache? If yes, would you please check if you have object-cache.php file inside wp-content folder? If not, you may need to reinstall.
Though you said you have did:
* Deleted W3 Total Cache plugin & all related files in wp-content via FTP
* removed the cache call in wp-config.phpSo it’s confusing. What happens if you rename index.php to something else?
Have a good day!
Cheers
AshForum: Plugins
In reply to: [W3 Total Cache] Delete cache via scriptHello @k15lmk98
You can use just a simple function. So just call the function when you need to flush:
w3tc_flush_all();
It is the shortcut for varnish flush. There are some more functions too:
w3tc_flush_post( $post_id ); w3tc_flush_posts(); w3tc_flush_url( $url ); w3tc_pgcache_flush();
You will find more in /wp-content/plugins/w3-total-cache/w3-total-cache-api.php file.
Have a good day!
Cheers
AshForum: Plugins
In reply to: [W3 Total Cache] Fatal error after W3 Total Cache version 0.9.5.1 updateHello @danielg8
The problem now is that when we attempt to log in to the WordPress dashboard, we are receiving the following error:
That means the plugin is not correctly removed. Please go to /home2/yortroy/public_html/wp-content/ and delete advanced-cache.php, object-cache.php and the cache folder. Then remove cache related define from wp-config.php file.
Then don’t enable object cache to check if it works.
You can file a report from Dashboard > Performance > Support page.
Have a good day!
Cheers
AshForum: Plugins
In reply to: [W3 Total Cache] Exclude plugin Super Socializer from JS minificationHello @divyagupta
Would you please try manual mode of minify module? There you need to add all the scripts one by one manually but exclude the script from the plugin you mentioned. This way, that script won’t be minified and added separately.
Let me know if it works for you.
Have a good day!
Cheers
AshHi Robert
I have just checked code, are you using multisite? Do you have any other define in wp-config.php other than default wp-config.php? Would you please post your content of wp-config.php here? Make sure you exclude database information.
Have a good day!
Cheers
AshHello @webaffin
Do you have #Begin WordPress and #End WordPress in the htaccess? Are you using wordpress in any sub directory?
For me, it’s writing “/” instead of domain name, not sure if it is because I had old install (I can see you have updated too). Would you please create a report from Dashboard > Performance > Support section?
Have a good day!
Cheers
AshForum: Plugins
In reply to: [W3 Total Cache] CSS & JS Before Meta Tags – IssueHello @psrearick
Would you please try the manual mode for minify? And what’s about if you the parent theme (if there are lots of changes in child theme)?
Have a good day!
Cheers
AshForum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache ErrorHi there
Please go to /wp-content/ folder, and delete all cache related folders and files like object-cache.php, advanced-cache.php, cache folder etc. Then open wp-config.php file and remove the define for W3TC, it should be at top.
Now install the plugin again and check if the issue is still there. If so, please file a report from Dashboard > Performance > Support section.
Have a good day!
Cheers
AshForum: Plugins
In reply to: [W3 Total Cache] Login problemHello @eminemke
To exclude any specific page/s from caching, please go to Dashboard > Performance > Page Cache > Advanced > Never cache following pages and add your page in there. You can follow this article: https://www.redbridgenet.com/how-to-exclude-specific-pages-from-w3-total-cache/
Have a good day!
Cheers
AshForum: Plugins
In reply to: [W3 Total Cache] Disabling minification causes sliders to stop workingHello @lucy_jo
When you make any changes, you mush flush cache completely. So, enable the plugin again, disable minify mode and flush your site cache. Now check if the slider works now.
Just FYI, to completely remove the W3TC, you need to delete cache files and folders from wp-content folder, and remove the define from wp-config.php
Have a good day!
Cheers
AshForum: Plugins
In reply to: [W3 Total Cache] Slider Plugins not working with W3 Total CacheHello @budyee
Maybe it’s a silly question, but still working asking, did you flush you cache completely after disabling minify?
Have a good day!
Cheers
AshForum: Plugins
In reply to: [W3 Total Cache] Total Disasters After UpdateHello @taniav
Seems you are having php version related issue. Current version of W3TC doesn’t support php 5.2 anymore, better to upgrade to php 5.6 at least. Would you please make sure about your php version?
Let me know about it.
Have a good day!
Cheers
AshForum: Plugins
In reply to: [W3 Total Cache] Exclude CSS files from minify?Hello @@zionsrogue
I am not sure if you can use WP Optimize for a specific css file. But I have an idea.
You may try manual mode in Minify module. Then you can select css files you want to minify, exclude the specific css file and then optimize that file using WP Optimize.
Hope it helps ?? Please feel free to ask more question if you have any.
Cheers
Ash