Home / Forums / WoodMart support forum / Video product gallery
Home › Forums › WoodMart support forum › Video product gallery
Video product gallery
- This topic has 6 replies, 2 voices, and was last updated 3 months, 3 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
March 12, 2026 at 9:54 am #712227
akselfaaParticipantToday 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.March 12, 2026 at 10:18 am #712238
akselfaaParticipantIs 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.March 12, 2026 at 2:55 pm #712291Hello,
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.
March 13, 2026 at 6:00 am #712377
akselfaaParticipant1. 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.
March 13, 2026 at 5:28 pm #712477Hello,
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.
March 15, 2026 at 8:17 am #712654
akselfaaParticipant1. 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.March 16, 2026 at 10:52 am #712740Hello,
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.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register