• Resolved estiwolo

    (@estiwolo)


    I’m using the plugin to embed google drive videos but I don’t want users to be able to click the pop out link on the top right to open the video in drive. How can I hide that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Amit Barai Alit

    (@amitbarai013)

    Hello @estiwolo,
    Hope you are doing well. Thanks for reaching out to us.

    Actually, that pop out button is generated from Google by default. I have checked on my end to hide this. But really sorry to disappoint but that feature to hide the pop out button is unfortunately not available at this time.

    With that being said, there are existing feature requests, so I’ve added your feedback to our internal suggestion lists. If your suggestions are something that we’re able to introduce, we’ll be sure to let you know.

    If you have any further questions, please let us know.
    Thank you.

    Plugin Support Amit Barai Alit

    (@amitbarai013)

    Hello @estiwolo,

    I am glad to share some good news with you. You can now easily hide the pop-out button using the custom CSS code. Please use the following custom CSS code to hide that:

    .ose-google-drive {
    position: relative;
    }

    .ose-google-drive:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: transparent;
    right: 5px;
    top: 5px;
    }


    You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.

    After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert the CSS Code. Please check this screencast to learn more – https://d.pr/v/QrrfTw

    Let me know how it goes.
    Thank you.

    Plugin Support Amit Barai Alit

    (@amitbarai013)

    Hello estiwolo,
    Greetings. Hope you are doing well.

    We haven’t heard from you since then. Can you please inform me whether the issue mentioned above is already fixed with the custom CSS that I provided or not?

    Let us know the update.
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.