Home Forums WoodMart support forum Video product gallery

Video product gallery

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #712227

    akselfaa
    Participant

    Today I stream all my videos from bunny.net. I try to add videos to product gallery, but Im unable to use the bunny.net URL. Is it only possible to add youtube/vimeo through url?

    Attachments:
    You must be logged in to view attached files.
    #712238

    akselfaa
    Participant

    Is it also possible to hide the play button? We just want the video to go in a loop for customers not to be able to get this button no matter what they do

    Attachments:
    You must be logged in to view attached files.
    #712291

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    1. Yes, you’re correct—the Woodmart theme’s default “MP4” option is designed to pull files directly from your WordPress Media Library, which usually requires the file to be hosted on your own server. Please click the upload button and upload the video on your site and then use it on the product page. https://ibb.co/8nxbfrGF

    2. Yes, to set the video auto-play, after uploading the video, just enable this option: https://ibb.co/PvZSVDTN

    Best Regards.

    #712377

    akselfaa
    Participant

    1. But can I not use bunny.net which has other URL than youtube or vimeo?

    2. You did not answer my question. Its already in autoplay, but I want to hide the play button. Its now showing even though its autoplay. Only way I was able to hide it was with css.

    #712477

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    1. No, you can not use the bunny.net video; there is no option to add the other URL than youtube or vimeo.

    2. When you have set it autoplay, then the icon should not show. Can you please share the WP admin login details and the product page URL so I will check the issue and give you the possible solution.

    Best Regards.

    #712654

    akselfaa
    Participant

    1. ok

    2. that is incorrect. You can see on product page its true play button doesnt show when video is played, but when you hover over video it shows play button. It also shows play button in the slider. Like I said, “Is it also possible to hide the play button? We just want the video to go in a loop for customers not to be able to get this button no matter what they do”.

    I dont want the play button to ever show. And I enabled “autoplay” and “Hide overlay information” so theres nothing else to disable.

    Attachments:
    You must be logged in to view attached files.
    #712740

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Ok, then please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .thumbs-position-left .wd-gallery-thumb .wd-with-video:before {
    display: none;
    }
    .wd-carousel-item.wd-with-video.wd-video-playing.wd-video-muted.wd-video-cover.wd-video-design-theme.wd-overlay-hidden.wd-active .wd-video-actions {
        display: none;
    }

    Best Regards.

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