I just released v3.0.24.
I have no idea if this will fix the issues you guys are having or not.
If it doesn’t then please post more details. Something to let me know what the issues actually is… a simple “doesn’t work” or “fatal error” can be caused by hundreds of different things.
If v3.0.24 doesn’t fix your issue, then please check your error logs.
If you don’t have access to your error logs, then you can edit your wp-config.php right above the line that says That's all, stop editing! Happy blogging
so it looks like this:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
/* That's all, stop editing! Happy blogging. */
Then any errors you might get will be recorded on wp-content/debug.log
. Providing those will help us understand what the issue is on your sites with the specific themes you’re using, and allow us to help you.
If v3.0.24 doesn’t fix the issue and you don’t have FTP to change your wp-config.php, then I’ll need something so that I may test it and replicate your issue… The theme you use that utilizes kirki would be a good start.