robhob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Editor Issues@mesmon, have you come right with this one?
Forum: Fixing WordPress
In reply to: Can't activate any pluginIn this thread, this person discovered that they had a weird folder structure: www/httpdocs/wordpress/www/httpdocs/wp-content/plugins and they solved the problem by deleting the additional folders.
This thread suggests two solutions, the one being to run a repair on the database, specifically the Options table, the other was that the problem was caused by a caching plugin.
My money would be on repairing the options table. If you need, here’s an article that might be helpful: How to optimize and repair MySQL databases using phpMyAdmin.
Forum: Fixing WordPress
In reply to: Can't activate any pluginWhat happens when you download a new plugin and try and activate it at that point?
Forum: Fixing WordPress
In reply to: Can't activate any pluginWhat happens when you download a new plugin and try and activate it at that point?
Forum: Fixing WordPress
In reply to: Can't activate any pluginWhat happens when you download a new plugin and try and activate it at that point?
Forum: Fixing WordPress
In reply to: Can't activate any pluginWhat happens when you download a new plugin and try and activate it at that point?
Apologies for the duplicate post… weird browser issue.
Forum: Fixing WordPress
In reply to: Can't activate any pluginWhat happens when you download a new plugin and try and activate it at that point?
Forum: Fixing WordPress
In reply to: Editor IssuesHave you tried accessing the site from another PC?
Something you can try is to go to your Dashboard > Updates and click “Re-Install Now” and see if that helps. Doing this shouldn’t break anything but just for safety sake, make sure you have a fresh backup.
Cheers,
Rob
Forum: Fixing WordPress
In reply to: Editor IssuesWhat I’d try is to disable your plugins one at a time starting with the newest to the oldest testing after disabling each plugin and see if that doesn’t solve the problem.
Two additional things you could try is to change themes or clear your browsers cache.
If none of this helps, maybe include your site’s address if the site is publically accessible.
Hope you come right quickly.
Forum: Fixing WordPress
In reply to: Scrolling issueExcellent! Well done, I’m glad you came right. If you do figure out where the -9999px came from, just remember to remove the custom CSS when you change it.
Forum: Fixing WordPress
In reply to: Scrolling issueWhat’s causing your problem is that the classes .omega-nav-menu .sub-menu, and .omega-nav-menu .children have the left property set to -9999px.
I’m not sure where that would have been set in the theme but if you add the following CSS it’ll solve the problem:
.omega-nav-menu .sub-menu, .omega-nav-menu .children { left: 0px; }I’d suggest that if you can’t find this value yourself that you contact the theme developer for help.
Shout if you want me to explain how to add custom CSS.
Forum: Fixing WordPress
In reply to: Scrolling issueHello,
If you site is live, can you post a link to it? It’s much easier to folk to help you if they can see your site.
Cheers,
Rob
Forum: Fixing WordPress
In reply to: Featured & Blog post images not showingGlad you’ve come right.
If you’re looking to speed up your site, I’d recommend TinyPNG. It works amazingly well and I install it by default on all my sites. It isn’t a CDN but rather an image compression tool.
As far as it goes, my experience with Photon has been good, just compare your image quality with and without Photon.
Forum: Fixing WordPress
In reply to: Featured & Blog post images not showingHello,
Have you tried deactivating all your plugins and reactivating them one at a time? If that doesn’t work, I’d suggest switching to a default theme like Twenty Sixteen and seeing if the problem persists.
From what I can tell, the images are loading, they just aren’t being displayed.
Be sure to backup before you start troubleshooting.
Rob
Forum: Fixing WordPress
In reply to: Very High CPU Usage