Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • desiretart Friend
    #661999

    Hi

    We have a youtube video on the homepage using ACM Module, Hero Style 4.

    We would like to include two buttons on the video with a uniform design.

    The buttons should be shop audio and Jump to the Site.

    Could you please guidance us how we can do it?

    Thank you very much

    Adam M Moderator
    #662276

    Hi @desiretart,

    Please navigate to admin and open the JA ACM setting page, under Hero Details >>> Intro Text you can put the HTML code of your button here.

    Adam M Moderator
    #745619

    Hi @desiretart,

    Please navigate to admin and open the JA ACM setting page, under Hero Details >>> Intro Text you can put the HTML code of your button here.

    desiretart Friend
    #662530

    Hi @adam

    Thank you very much.

    It is working

    Regards

    desiretart Friend
    #665037

    Hi @adam

    Could you please tell us what is the HTML Code for a button that allow on the youtube video, turn on/off the volume?

    Thank you very much

    desiretart Friend
    #746441

    Hi @adam

    Could you please tell us what is the HTML Code for a button that allow on the youtube video, turn on/off the volume?

    Thank you very much

    Adam M Moderator
    #665075

    Hi @desiretart,

    Regrading the documentation here, you might have to modify the player :

    <div id="player" />

    and add a custom js code for it :

    .................
    function onPlayerReady(event) {
    event.target.setVolume(2);
    event.target.playVideo();
    }

    I’m not 100% guarantee that it will work out of the box but think it as an idea cause such customization request is beyond our support scope.

    Adam M Moderator
    #746479

    Hi @desiretart,

    Regrading the documentation here, you might have to modify the player :

    <div id="player" />

    and add a custom js code for it :

    .................
    function onPlayerReady(event) {
    event.target.setVolume(2);
    event.target.playVideo();
    }

    I’m not 100% guarantee that it will work out of the box but think it as an idea cause such customization request is beyond our support scope.

    desiretart Friend
    #665392

    Thank you very much @adam for the information

    We will try it

    Regards

    desiretart Friend
    #746541

    Thank you very much @adam for the information

    We will try it

    Regards

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  desiretart 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum