Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter istok

    (@istok)

    Another issue nit in quick modus are white spaces between title and video.

    1/3 is ok but suddenly further with thi white space even if all posts are similar:

    https://www.dropbox.com/scl/fi/vpv0wyx7qgvzct3zqq6wa/Bildschirmfoto-2025-07-16-um-00.49.01.png?rlkey=pdp3vgchvgd7raemnqze908vh&dl=0

    Bw. videopictures are cut after this white space

    Plugin Author Michael Nelson

    (@mnelson4)

    hi @istok, sorry you’re having these issues. Yes there shouldn’t normally just be a giant play button for YouTube videos, it should look cleaner than that. But I think there’s some problem. Can you share the URL of a post that’s having this issue? Being able to see the page’s HTML will help figure out the problem.

    And for the other issue: do you mind creating a separate support thread to discuss that? It just helps keep our threads easier to follow if there mostly one problem per support thread. Is that ok?

    Thread Starter istok

    (@istok)

    I can’t publish url, this is not public, i just need a pdf

    Plugin Author Ryan

    (@ryanvdk)

    Hello Istok,

    This is Ryan from Print My Blog.

    Could you confirm the method you are using to embed videos in your posts?

    If possible, would you mind copy-pasting the html for one of your videos as it appears in your WordPress post? If the video link itself is sensitive, you could just omit it from the code you share.

    Sharing the code, would allow me to try to replicate the issue you are experiencing.

    Please also see my reply to your white space issue for instructions on how to send your debug information. That would help us resolve this issue as well.

    Best regards,

    Ryan

    Thread Starter istok

    (@istok)

    Yotuve block as method to embed

    Code

    <!-- wp:embed {"url":"https://www.youtube.com/watch?v=cr0FhjW2UYU","type":"video","providerNameSlug":"youtube","responsive":true,"className":"wp-embed-aspect-16-9 wp-has-aspect-ratio"} -->
    <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
    https://www.youtube.com/watch?v=cr0FhjW2UYU
    </div></figure>
    <!-- /wp:embed -->

    <!-- wp:more -->
    <!--more-->
    <!-- /wp:more -->

    <!-- wp:paragraph -->
    <p></p>
    <!-- /wp:paragraph -->

    <!-- wp:paragraph -->
    <p>Ich habe Dinge manifestiert, die ich vorher für unmöglich gehalten habe. Dinge, bei denen mir sogar andere Menschen gesagt haben: „Nicole, das schaffst du niemals. Das ist unmöglich.“ Ich habe es geschafft, innerhalb von einem Jahr meine komplette Realität zu transformieren. Ich hatte keinen Sturm, ich hatte falsche Freunde, ich hatte kein Zuhause, ich war komplett am Tiefpunkt, Rock Bottom, da war ich, und innerhalb von einem Jahr habe ich das komplett transformiert in eine schöne Beziehung, in eine harmonische, schöne Beziehung. Ich habe meine Selbständigkeit manifestiert, ein neues Zuhause, mehr als genug Geld, wundervolle Freundschaften und noch so viele Dinge, die ich für unmöglich gehalten habe, sind plötzlich Realität geworden. Und ich verrate dir heute, wie ich das geschafft habe, Step für Step, meine Geheimtipps, wie ich es geschafft habe, von diesem Tiefpunkt in meine Traumrealität zu steppen. Wie immer auch: Willkommen zurück oder herzlich willkommen auf meinem Kanal, wenn du neu hier bist. </p>
    <!-- /wp:paragraph -->
    Plugin Author Ryan

    (@ryanvdk)

    Thank you for sharing that.

    I’ve also received your debug information by email, so I’ve answered you there, but I’ll answer here as well for the benefit of other users:

    I believe you can fix that play button issue by applying a custom CSS rule to your design.

    This article explains how to add custom CSS code to your design: https://printmy.blog/user-guide/dev-docs/adding-custom-css-to-designs/

    You need to navigate to the Customize Design page for your chosen PMB Design, and find the “Custom CSS” field. In there, please add this CSS rule:

    div.pmb-pretend-play-button {
    display: none;
    }

    I believe that will remove the play buttons that appear above your videos.

    Please try that and let me know the results.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Big play buttin’ is closed to new replies.