• Resolved Deleyna

    (@deleyna)


    I’m using the latest WordPress (5.5.1) and version 1.2.6 of your plugin. I’ve used this with several different themes and theme builders.

    I love your plugin. But with it turned on, it makes the Gutenberg editor screen MUCH wider. It over-rides the CSS from the theme that the Gutenberg editor is trying to import. I’ve tried messing with the settings, but can’t seem to figure out how to get this behavior to stop.

    I teach students who I would love to have use your plugin, but many of them are confused by the sudden changes in their editor when they turn it on.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author WPXPO

    (@wpxpo)

    Hi @deleyna,

    I am very glad to know that you love our post blocks plugin. I can see the Gutenberg editor screen much wider in the latest WordPress (5.5.1). We will fix this issue in the next update. For a quick solution. You can override CSS. Just put the below CSS within your theme editor CSS file.

    #editor .wp-block {
    width: 750px !important;
    }

    If you are satisfied with our support then give us a five-star review in the WordPress directory. As a new plugin developer, it helps us a lot.

    Have a nice day.

    Thread Starter Deleyna

    (@deleyna)

    Hm. That didn’t solve it for me. Thank you for including a fix in the next update. I’ll try the fix on another site when I have a chance and will post back what happens.

    I do appreciate the fast reply. And yes, I’ll leave a review when I come back. I love the plugin.

    Thread Starter Deleyna

    (@deleyna)

    I had the chance to try this on a different site with a completely different theme. Sadly…it didn’t fix the problem.

    Plugin Author WPXPO

    (@wpxpo)

    Hi, It will work only for the backend editor. So, you must add this CSS within the backend CSS file.

    #editor .wp-block {
    width: 750px !important;
    }

    Thread Starter Deleyna

    (@deleyna)

    AHA. Sorry. I had to go through a few hoops but it worked great! Thanks!

    Plugin Author WPXPO

    (@wpxpo)

    Feel free to submit share your suggestion and ask questions. We always appreciate our user’s knowledge sharing.?

    Have a nice day.

    Thread Starter Deleyna

    (@deleyna)

    It is a fascinating plugin. Meets a need that my writing clients have often.

    Plugin Author WPXPO

    (@wpxpo)

    Hi @deleyna,

    Thanks for your support ticket. Without the support ticket, we will not fix the bug. We already update our plugins. I hope your problem is solved. If you have any more questions let me know. I will try to solve your problem as soon as possible.

    If you are satisfied with our support then give us a five-star review in the WordPress directory. As a new plugin developer, it helps us a lot.

    Have a nice day

    Thread Starter Deleyna

    (@deleyna)

    Looks good and I’ve already left a review!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘gutenberg editor text width changes with this plugin activated’ is closed to new replies.