Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • – Update your theme to the newest version.
    – If no update is available, contact the theme author for the updated WPBakery files.
    – You can also enable WP debug mode to confirm the exact error.

    Once WPBakery is updated, the editor should start working again.

    Hi @saltytraveler, could you please provide more details about what action you performed just before the error appeared? For example, did it occur after activating a theme or plugin, modifying any code, or doing something else?

    Generally, this kind of issues show up when there are some errors in the code of your active theme or one of your plugins. It needs further diagnosis. I can suggest a primary solution, you can try changing the active theme and deactivating all the plugins temporarily. Do these one by one, and see after which deactivation the issue disappears.

    Have a good day.

    The error message says that you are entering a wrong username. Are you sure that you’ve entered the correct one?

    If not, try accessing the database, your login credentials should be stored there. That should help confirm whether the username you’re using is correct.

    Have a good day.

    You’re welcome @victoriariess ! 😊 Glad to hear that you’ve solved your problem.

    Yes, choosing “Full Size” is usually the best way to maintain image clarity, especially if the theme or editor is scaling images down. Sometimes the “Large” size doesn’t match the actual display size in the post, which causes that blurriness.

    WordPress adds srcset and sizes to images to serve smaller versions on small screens. Try disabling srcset.

    add_filter( 'wp_calculate_image_srcset', '__return_false' );

    Add this filter to the functions.php file of your active theme, and see if this solves your problem.
    Also try regenerating all the media files with a plugin, so that the media files will be regenerated to their original sizes.

    Have a good day.

Viewing 5 replies - 1 through 5 (of 5 total)