• dailycdev

    (@dailycdev)


    Banners No Longer display after the last update.
    Any of the pages that use your plugin have an empty white banner. To make it look better, I added some code to give it something while you work on a fix.
    Here is that code…
    .yrc-brand.pb-relative:before {
    content: ”;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(93, 78, 44, 0.7), rgba(51, 41, 18, 0.7));
    }
    That code used to work, in order to make it show the banner with a darker accent to it. But since the update, the banner is now missing completely, which just leaves my background color.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author plugin.builders

    (@pluginbuilders)

    Hi, the YouTube API has stopped sending banner images, I’ll see if there’s some other ways to get them.

    Thread Starter dailycdev

    (@dailycdev)

    This is too bad since the links for facebook, twitter, and more all resides on the banner. Hopefully, you have a fix for this soon.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Banners No Longer display’ is closed to new replies.