• Resolved Rob Smelik

    (@designbuddha)


    First off… This plugin rocks! I love it when thought is given to keeping things simple. Clearly you did not over complicate this plugin. It’s powerful but so easy to use! I will certainly be donating to keep this one going. This should be in the WordPress core.

    So here’s my question. Is there a way to change the look of the play overlay button? (i.e. replace it with a custom play icon.)

    My theme has a relatively flat design and I would like to make that button image look more like the Vimeo play button. I tried replacing the play image in the img directory of the plugin but to no avail. Is it possible to change that graphic?

    https://www.ads-software.com/plugins/advanced-responsive-video-embedder/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nico

    (@nico23)

    First off you failed to read the instructions of how to get support despite the 3 links all around here.

    To answer this here anyway:
    You should avoid editing plugins since the changes will revert upon updates. The image is unused since I use it base64 encoded embedded inside the CSS.

    And yes its easy to use your own image, with custom CSS. There are plugins for that. Use:

    .arve-play-background,
    .arve-play-background:focus,
    .arve-play-background:hover {
    background-image: url( 'https://url.to/your/image.png' ) !important;
    }

    Upload a image to your media gallery and use the URL or encode your image to base64 and put it in there instead the URL.

    Thanks for donating.

    Plugin Author Nico

    (@nico23)

    Are you Tribus Creative Ltd?

    https://www.ads-software.com/plugins/simple-custom-css/screenshots/ is such a plugin btw.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I change the play overlay image’ is closed to new replies.