juanwp22
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] CCSS adds weird CSS rules and messes up layout@popaionut Thank you for responding! I’m a bit concerned because I have a site on Journey and I’m about to switch to a server with OpenLiteSpeed. I want everything to work smoothly, but I think I’ll take the risk since I understand that the performance of servers with OpenLiteSpeed is superior to Apache.
Forum: Plugins
In reply to: [LiteSpeed Cache] CCSS adds weird CSS rules and messes up layout@popaionut Hello, were you able to resolve the issue? I’m planning to switch to a server with LiteSpeed and want to make sure I don’t encounter any problems with Journey.
Forum: Fixing WordPress
In reply to: Can not edit pages, posts or create new onesCheck this post: https://www.ads-software.com/support/topic/blank-screen-when-trying-to-add-a-new-post/#post-18138645
The temporary solution worked for me and other users.
- This reply was modified 4 days, 10 hours ago by juanwp22.
Forum: Fixing WordPress
In reply to: Blank Screen When Trying to Add a New PostI see that several people are experiencing the same issue. Is there an official report from WordPress about fixing this in an upcoming version, or a place to report the bug and provide feedback?
Forum: Fixing WordPress
In reply to: Blank Screen When Trying to Add a New Post@westzonetm Did you try the code shared earlier in the post?
Forum: Fixing WordPress
In reply to: Blank Screen When Trying to Add a New PostI’m glad this trick helped you too! I hope an update fixes this issue soon. Is there any report on this problem?
Forum: Fixing WordPress
In reply to: Blank Screen When Trying to Add a New PostSo, I understand that the code to revert it to how it was before would be the following?
define('WP_DEBUG', false);
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', false );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', false);All false? Thank you for your help!!!
Forum: Fixing WordPress
In reply to: Blank Screen When Trying to Add a New PostI use WP Rocket for caching, so could it be that the plugin is causing a conflict?
On the other hand, should I change the code you provided? If so, how can I reapply it to test if disabling WP Rocket resolves the issue?
Forum: Fixing WordPress
In reply to: Blank Screen When Trying to Add a New PostI used the code you suggested, and now I can post again. It’s working, but I don’t understand why, as this code is meant for error logging. Where would the errors be displayed? Can I leave the code like this permanently?
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO Not Working After Latest WordPress UpdateI did exactly the same, and it didn’t work for me either. Right now, I’m going to restore from the latest backup to see if that improves the situation.
Forum: Fixing WordPress
In reply to: Blank Screen When Trying to Add a New PostThis is my code (part):
- For developers: WordPress debugging mode.
* - Change this to true to enable the display of notices during development.
- It is strongly recommended that plugin and theme developers use WP_DEBUG
- in their development environments.
*/
define(‘WP_DEBUG’, true);
I don’t see the log.
Forum: Fixing WordPress
In reply to: Blank Screen When Trying to Add a New PostAdded but not working. What could be wrong?
Thank you!
Perfect, it worked. Is there any way to make it responsive to that menu?
Thank you for pointing that out! I’ll go ahead and adjust the color as suggested. However, I’m still facing an issue with the top menu not appearing on mobile. Any advice on how to make it visible would be greatly appreciated!