• Resolved runfire22

    (@runfire22)


    Hey there, sorry to spring this so late, but I’ve only been working on this site for a week, so I haven’t seen or realised the message about the plugin being dropped until now. I’ve tried finding the block you suggest, but the theme being used, Newspaper, can’t access it, so I’ve created a shortcode which should replace you soon retired plugin, but it won’t show the picture, can you help me?

    [wpp range=’last24hours’ limit=5 stats_views=1 wpp_start='<div class=”popular-section”>’ post_html='<div class=”post-item”><div class=”overlay”></div><div class=”post-thumb”>{thumb}</div><div class=”entry-content”>{title} <span class=”wpp-meta post-stats”>{stats}</span></div></div>’ wpp_end='</div>’]

    Sorry to see this plugin retire, and thanks for the help.

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

    (@hcabrera)

    Hi @runfire22,

    Sorry to see this plugin retire

    The plugin is not being “retired” though. WordPress Popular Posts will continue to be maintained for as long as I can. It’s the widget that’s being retired. See here for more details.

    The [wpp] shortcode and the WordPress Popular Post block will keep working as usual.

    I’ve created a shortcode which should replace you soon retired plugin, but it won’t show the picture, can you help me?

    You forgot to specify the size of the thumbnail via thumbnail_width and thumbnail_height, like so for example:

    [wpp thumbnail_width=100 thumbnail_height=100 ...]

    If you have any other questions please let me know.

    Plugin Author Hector Cabrera

    (@hcabrera)

    Marking as resolved due to inactivity.

    OP, if you still need assistance with this please feel free to leave a comment below.

    Thread Starter runfire22

    (@runfire22)

    Hello again

    First of a far too longly delayed thanks for the help, I got the pictures to show up, but they’re all looking a little funny. I’m trying to align things to the left, but the pictures and texts look like things have been jumbled together, can you suggest any changes to the code that could fix things?

    [wpp range=’last24hours’ limit=5 stats_views=1 thumbnail_width=100 thumbnail_height=70 wpp_start=” post_html='{thumb}{title} {stats}’ wpp_end=”]

    • This reply was modified 4 months, 4 weeks ago by runfire22.
    Plugin Author Hector Cabrera

    (@hcabrera)

    That sounds like a styling issue, @runfire22. It’s a little difficult to say what the problem may be without seeing it myself so if you can please share your site’s URL so I can have a look.

    Thread Starter runfire22

    (@runfire22)

    The issue is it’s not public at the moment, I’ve send some pictures of how my employer would like it and how it is right now, hopefully that’ll suffice.

    How the employer wants it
    How it looks like right now
    Plugin Author Hector Cabrera

    (@hcabrera)

    From the looks of it, it seems that there’s a float: left; or float: right; CSS rule being applied to your list. If so, then either remove it or override it with float: none and/or clear: both.

    • This reply was modified 4 months, 4 weeks ago by Hector Cabrera. Reason: Fixed wording
    Thread Starter runfire22

    (@runfire22)

    Finally fixed it all with your help, thanks for it all.

    Plugin Author Hector Cabrera

    (@hcabrera)

    That’s great news, good job @runfire2!

    Have a great day!

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.