• Resolved Ann

    (@akg-free)


    Hi and first of all, a massive “thank you” for all the work you put into this plugin & thumbs up for the results! ??

    Since the last update your CSS styles for a gutenberg based embed privacy overlay crash the layout: Screenshot

    Defining everything as “unset” works as fix:

    .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.epyt-facade, .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__ {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    It happens on multiple projects with various bases, plugins, not only with caching plugins and so on.

    • This topic was modified 3 years, 1 month ago by Ann.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author embedplus

    (@embedplus)

    Thanks for the kind words.

    Can you share the name of the theme you’re using in this particular case?

    Thread Starter Ann

    (@akg-free)

    Occurs with Divi, Themify, Genesis (Studiopress)

    Plugin Author embedplus

    (@embedplus)

    Unfortunately your current solution isn’t complete based on some tests we ran (it leaves a large gap above the video). We’d like to take a deeper look. Could you please provide a link to a page that has your issue? We will need a real page not a screenshot. However it’s OK if it’s a page that has your fix. Feel free to send via email ext @ embedplus account

    Thread Starter Ann

    (@akg-free)

    I have no gap on the ipad in Safari & on the PC in Firefox, Chrome, Opera & yet in Edge with

    .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.epyt-facade, .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__ {
        position: unset;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
    }

    I write you here because we’re using your free version, so we don’t have an embed plus account.

    For example, here it works for me
    https://synoveda.de/2021/10/28/video-zwei-neue-starter-sets/

    Plugin Author embedplus

    (@embedplus)

    Hi,

    Please update to the latest version and let us know if you see the fix on your end.

    Thread Starter Ann

    (@akg-free)

    Yeah, now it works, thank you! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Privacy Overlay layout crashes in Gutenberg’ is closed to new replies.