danapollo
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: My website has suddenly become really slowAfter enabling mall the expires header, cache control header and entity tags options on my W3 Total Cache plugin i’ve seen no change to my speed report and the same files are classed as having no expiration set.
Is there a way to target these individual files so I can give them an expiration date?
Forum: Everything else WordPress
In reply to: My website has suddenly become really slowHi Krishna
Thanks for the quick response, I will work through the error list as best I can and let you know if anything improves.
Thanks,
DanForum: Everything else WordPress
In reply to: My website has suddenly become really slowGoogle webmaster is also unable to fetch my robots.txt but I expect this is because of the slow loading times of my website.
Forum: Fixing WordPress
In reply to: 3.6 Upgrade – Broken Visual EditorI did a bit of reading on Friday after the 3.6 update and a lot of people who encountered problems with previous updates followed these steps and were successful.
This is presuming you have access to the back end of the website via FTP/ CPanel:
– Open up the wp-config file within the public html folder.
– add the following lines near the bottom of the page:
define(‘SCRIPT_DEBUG’, true);
define(‘CONCATENATE_SCRIPTS’, false);just before the line that reads: require_once(ABSPATH . ‘wp-settings.php’)
Forum: Fixing WordPress
In reply to: 3.6 Upgrade – Broken Visual EditorI had the same problems (No Visual Editor, No drop down menus, add media not working) and it seems the Askimet plugin was the problem for me.
I deactivated it, cleared the cache and now everything is working again.