• Resolved ercolla

    (@ercolla)


    error detail:
    ====================
    E_COMPILE_ERROR was caused in line 9 of the /web/htdocs/www.***.com/home/wp-content/plugins/wordpress-popular-posts/src/Block/Widget/Widget.php.
    Error message: Declaration of WordPressPopularPosts\Block\Widget\Widget::render($attributes) must be compatible with WordPressPopularPosts\Block\Block::render(array $attribute)

    WordPress 5.7.2
    Theme : Montezuma (versione 1.2.8)
    Plugin corrente: WordPress Popular Posts (versione 5.3.4)
    Ver.PHP 7.1.33

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @ercolla,

    Please update to version 5.3.5, it fixes this specific error. Thanks for reporting the issue!

    Re unwanted reformatting of display – this has been fixed – but with a double space between items – comparing with Top Ten formatting above on https//seanoconaill.com

    ??

    Pernickity me!

    Thanks, Héctor

    Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @epicblunderer,

    That specific issue isn’t related to the new update. It’s more of a styling issue that in your case it’s been there forever and you just noticed it after comparing it with the other plugin ??

    Anyways, although off-topic I’ll humor you (sorry ercolla for hijacking your topic!):

    1. Go to your WP Dashboard > Appearance > Customize.

    2. Click on Additional CSS
    and add the following CSS rules:

    .wpp-list li {
        margin-bottom: 0.25rem;
    }

    3. Click on Publish (top left of your screen) to save changes.

    That should reduce the spacing between popular posts.

    That CSS add-on has fixed that perfectly.

    Much obliged!

    Sean O’Conaill

    Thread Starter ercolla

    (@ercolla)

    Thanks Héctor, solved !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘error after last update’ is closed to new replies.