• Resolved fredel

    (@fredel)


    Hey,

    i have this fancy shortcode which works perfect until now but now leads to strange behavior after latest update:
    At the top of the List i see all posts without design, from the middle of the list the correct ones are shown correctly,

    Can anyone help ? :))

    [wpp range=last7days stats_comments=0 cat=88,89,90 excerpt_length=200 post_type=post stats_views=0 order_by=avg limit=100 thumbnail_width=95 thumbnail_height=95 wpp_start=”<table>” post_html= “<tr><td>{thumb} <span style=’font-weight:600; font-size:1.1em’> {title} </span> <br><br><span style=’font-weight:300; font-size:1em; line-height:18px; font-color:#888′> {summary}</span></td></tr> ” wpp_end=” </table>”]

    Thx!
    Fredel

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter fredel

    (@fredel)

    PS: Its a problem in combination of excerpt_length= & limit=
    If i reduce any of them significantly (currenty 200 / 100), it shows posts correctly ??

    thx

    Plugin Author Hector Cabrera

    (@hcabrera)

    Looks like your shortcode is broken, as in the Post/Page Edit screen broke it somehow. Your HTML tags (<table>, <tr><td>, etc) are being completely ignored, leading to the mess you’re seeing now.

    Might be relevant: The [wpp] shortcode and the Block Editor (A.K.A. Gutenberg)

    Thread Starter fredel

    (@fredel)

    thx for super fast reply.

    but if i reduce lenght or limit its working correctly, so i think problem
    is somewhere else, also because the correct posts are shown correctly under the mess…

    also, the mess has not the correct posts / sorting..

    thx again

    Plugin Author Hector Cabrera

    (@hcabrera)

    Could you please share a screenshot of your Page Edit screen, making sure that the shortcode is in display so I can have a look?

    Thread Starter fredel

    (@fredel)

    Sure! Thx ??

    Here we go

    View post on imgur.com

    copy & paste
    [wpp range=last7days stats_comments=0 cat=88,89,90 excerpt_length=190 post_type=post stats_views=0 order_by=avg limit=100 thumbnail_width=95 thumbnail_height=95 wpp_start=”<table>” post_html= “<tr><td>{thumb} <span style=’font-weight:600; font-size:1.1em’> {title} </span> <br><br><span style=’font-weight:300; font-size:1em; line-height:18px; font-color:#888′> {summary}</span></td></tr> ” wpp_end=” </table>”]

    Plugin Author Hector Cabrera

    (@hcabrera)

    Yeah, chances are that the Block editor is breaking the shortcode as I mentioned above. It’s a known issue.

    Switch to the WordPress Popular Posts block as it doesn’t have these compatibility problems with the Block editor.

    Thread Starter fredel

    (@fredel)

    hm damn, ok i am trying ?? but dont get CSS working, you know why e.g.

    .wpp-cards li .wpp-post-title {
    margin-bottom: 0.5em;
    font-size: 1.5em !important;
    line-height: 1.2em;
    font-weight: 600 !important;
    }

    doenst work out within Custom CSS ?

    Thx ??

    Plugin Author Hector Cabrera

    (@hcabrera)

    doenst work out within Custom CSS ?

    It does, but if you’re trying to customize an existing widget theme (which seems to be the case) then you need to do some extra steps ?? See Customizing an Existing Widget Theme for more.

    Thread Starter fredel

    (@fredel)

    yeah sorry,, just found it mnyself ;/// ??

    THX AGAIN!!!!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Proplems after Update – All Posts are shown’ is closed to new replies.