Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, teeboy4real. Want to join to your question and draw attention of the author to one issue. Before and after rate widget now are empty spaces, created by empty paragraphs. Want to know how to delete it. Problem appeared after WordPress update to 7 version.

    Thread Starter teeboy4real

    (@teeboy4real)

    This is exactly the same reason why I created this support request there are lots of empty spaces before and after the rate widget maybe there is a conflict with the latest gutenberg update.

    teeboy4real, I’ve already found the solution of the problem in this topic – https://www.ads-software.com/support/topic/empty-spaces-after-wordpress-5-7-update/

    It appears to be common WordPress problem and not of the plugin.
    I suggest you to try the following (as I it works on my site):

    Open your wordpress theme and click Customize -> Additional CSS and put in it:

    body p:empty:before {
    content: none;
    }

    After that all empty spaces will be deleted.

    Plugin Support Blaz K.

    (@blazk)

    Hi there,

    WP 5.7 comes with some extra CSS that seems to interfere with many plugins. I released a quick update (3.3.2) that fixes the issue, but Edward’s CSS above will also work ?? Thanks for sharing @edviser.

    Regards,
    Blaz

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress 5.7 compatibility’ is closed to new replies.