pinkpaisley
Forum Replies Created
-
I had the same problem and I found out that this is an issue:
When inserting a gallery it is inserted as
<img id ="" class="" />. However, when you switch to Text and the to Visual and back to Text, the code is now<img id ="" class="">without the self closing tag. And this breaks the gallery. Adding it back will make the gallery show on the page. This is not related to a theme, since it happens always.Forum: Fixing WordPress
In reply to: Theme causing database connection errorDo you have the WP Super Cache or any other caching plugin? And did you clear your own cache?
Forum: Fixing WordPress
In reply to: Theme causing database connection errorJust add this to your wp-config file
define('DISABLE_WP_CRON', true)How to manually add a cron job differs per host. I would check with Bluehost to see if they can tell you how to do it.
Forum: Fixing WordPress
In reply to: Theme causing database connection errorTurns out there was a cron job triggered every time a user visited the page, so this caused the time-outs. Creating a cron job myself and disabling cron job in wp-config fixed this. To be sure I also disabled WP Super Cache and this fixed the issue.
Forum: Fixing WordPress
In reply to: Theme causing database connection errorCheck the theme functions.php file just to check if there is any override to database.
What am I looking for exactly?
Is the error all the time or intermittent?
Intermittent. MySQL panel is extremely slow for me too. The data in wp-config.php is correct.
Forum: Fixing WordPress
In reply to: Moving from .com to paid hosting – paid-for themeNever mind. Turns out the developer of that theme had the answer as well.
Forum: Fixing WordPress
In reply to: Can't upload images after upgrade to 3.3Found a fix:
adding define(‘CONCATENATE_SCRIPTS’, false); to wp-config.php seemed to do the trick.Forum: Fixing WordPress
In reply to: Can't upload images after upgrade to 3.3Ok, will continue the search then. Thanks for your help.
Forum: Fixing WordPress
In reply to: Can't upload images after upgrade to 3.3Ok, I switched to the Twenty Eleven theme and that seemed to do the trick.
So what can it possibly be that is preventing the uploader to work in my theme?