Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Frank Goossens

    (@futtta)

    Bonjour Fred;
    A CSS-conflict, with your theme resetting iframe position to “relative !important” while WP YouTybe Lyte needs it to be “absolute”. If you dive into wp-youtube-lyte.php you’ll find (just do a text search);

    .lyMe iframe, .lyte iframe, .lyte .pL {position: absolute

    just change that into
    .lyMe iframe, .lyte iframe, .lyte .pL {position: absolute !important

    and all should be fine.

    Bien à toi,
    frank

    Thread Starter fredericgomes

    (@fredericgomes)

    Tks a lot!
    Ca marche maintenant 😉
    Kind regards,
    Fred

    Plugin Author Frank Goossens

    (@futtta)

    FYI: This small change is in 1.6.2, which I released earlier today Fred.

    frank

    Thread Starter fredericgomes

    (@fredericgomes)

    Hi,
    did you remove the !impotant with the 1.6.3 version ?
    I’m asking this because I added it again some weeks ago.
    Regards,
    Fred

    Plugin Author Frank Goossens

    (@futtta)

    seems like it’s not in there i’m afraid, must have lost it somewhere along the way. i’m preparing 1.6.4 now, will take this into account.

    frank

    Plugin Author Frank Goossens

    (@futtta)

    ok, (re-)added it, if you want you can download & test the upcoming 1.6.4 from https://downloads.wp.xz.cn/plugin/wp-youtube-lyte.zip

    frank

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

The topic ‘Grey screen’ is closed to new replies.