Home › Forums › WoodMart support forum › Video as cover for product not working
Video as cover for product not working
- This topic has 21 replies, 2 voices, and was last updated 2 days, 3 hours ago by
Hung Pham.
-
AuthorPosts
-
June 18, 2025 at 4:51 pm #668218
oceanhabParticipantHi. I am trying to add video as cover for a product. But nothing happens. Tried both link via youtube and selfhosted. But it just remains blank…I also wonder if it is possible to add video within a hotspot popup? My site has not launched yet…
June 18, 2025 at 6:50 pm #668260
Hung PhamKeymasterHi oceanhab,
Thanks for reaching to us.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) and screenshots that illustrate the problem to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Kind Regards,
Hung PDJune 19, 2025 at 12:32 pm #668425
oceanhabParticipantThank you. I have added the info in the private content area. Also, is it possible to add video in the hope spot items?
Thank you very much! /lena
June 19, 2025 at 3:00 pm #668451
Hung PhamKeymasterHi oceanhab,
Thanks for details.
To assist you in the best possible manner, I kindly ask that you please provide me screenshots that illustrate the problem to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Kind Regards,
Hung PDJune 21, 2025 at 1:14 pm #668835
oceanhabParticipantHi, I added a screenshot. no? It is for the products. instead of image cover, there is an option for video cover. i tried both youtube link and click save, and selfhosted video. but nothing is saved. I feel something is missing/error. Usually you see the url etc. You can try it for the breathe product. Or create new. this site is not launched, so just “check”. I added screenshot again here
Attachments:
You must be logged in to view attached files.June 22, 2025 at 6:55 pm #668944
Hung PhamKeymasterHi oceanhab,
First of all, I’m really sorry have taken long time to reply you due to the weekend.
Would you mind if I deactivate extra plugins for testing? Please confirm me back.
Regards,
Hung PDJune 22, 2025 at 7:11 pm #668949
oceanhabParticipantHi, it is ok to deactivate plugins. I guess this will not destroy the site/I can activate again. Thank you
/Lena
June 23, 2025 at 7:52 am #668972
Hung PhamKeymasterHi oceanhab,
I see you are using outdated WoodMart theme and WoodMart Core plugin, please create a dev site and update theme and core plugins to the latest version and let me know if it helps.
Devsite – also called a Staging platform where you can test issues, enable/disable features/plugins thus such changes will affect the main site. The below article will help you to create it:
https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/
Regards,
Hung PDJune 24, 2025 at 7:42 pm #669451
oceanhabParticipantHow is that possible? I bought the theme not long ago, and have not received any info about new updates? And I do not see any info about updated version on the wp dashboard.
/lena
June 25, 2025 at 9:00 am #669492
Hung PhamKeymasterHi oceanhab,
Please to increase the
PHP Max Input Vars
value to 10000 in the server’s configuration. You need to execute some server commands for this. I would suggest you approach Hosting for this.Regards,
Hung PDJune 26, 2025 at 4:01 pm #669871
oceanhabParticipantThis is getting frustrating. hostinger fixed the input value, according to them. Do not know how to check it. I also updatede the theme (had an update today). But still impossible to add video as cover for product…
June 27, 2025 at 11:25 am #669966
Hung PhamKeymasterHi oceanhab,
The issue is that your product doesn’t have an image. For the video to work properly, it’s essential to add a main image — the video will replace this image during playback.
As an example, I added a video to a product that has an image: https://holdfastx.org/product/henectus-tincidunt/ — and it works correctly.
Regards,
Hung PDJune 29, 2025 at 6:51 pm #670356
oceanhabParticipantThank you!! It works now, but that was so tricky to understand from the dashboard. But how come this video can now be downloaded from the product cover. Not suitable for users….See image. the option appears after I click the “setting” icon on the video.
-
This reply was modified 2 weeks, 2 days ago by
oceanhab.
Attachments:
You must be logged in to view attached files.June 30, 2025 at 6:21 am #670388
Hung PhamKeymasterHi oceanhab,
Try to add the code below in Theme Settings > Custom JS.
document.querySelector('video').setAttribute("controlslist", "nodownload");
Best Regards,
Hung PDJuly 1, 2025 at 1:11 pm #670880
oceanhabParticipantNo. download option still available…
July 2, 2025 at 9:53 am #671071
Hung PhamKeymasterHi oceanhab,
Admin credential is incorrect, please check again.
Regards,
Hung PDJuly 6, 2025 at 5:12 pm #672012
oceanhabParticipantSorry, I don’t understand. Why is the code not working?
July 7, 2025 at 6:08 am #672030
Hung PhamKeymasterHi oceanhab,
I tested it on my local and it worked, so please re-send wp-admin credentials so I can check the issue for you.
Regards,
Hung PDJuly 9, 2025 at 4:40 pm #672738
oceanhabParticipantThank you! I have set up the same password and admin log in as before. I now see that the download for the product video is gone. But it seems to be some download default for all the videos? No? If you check the “masterclass” page, you can see that the videos still have the download function. Even the hotspot video (first one)…None of the videos should be able to download. Thank you /Lena
July 11, 2025 at 7:30 am #673007
Hung PhamKeymasterHi oceanhab,
Take my appreciation for your patience.
Please remove above code and use below one:
document.querySelectorAll('video').forEach(video => {video.setAttribute("controlsList", "nodownload");});
Regards,
Hung PDJuly 12, 2025 at 8:09 pm #673605
oceanhabParticipantThank you. You solved some of the video downloads. But not the video hotspot. or the gif as product cover. So strange that these are set to be downloadable. Not ideal for any business to “give away” content in that way. Can it be tweaked in total?
July 14, 2025 at 8:47 am #673696
Hung PhamKeymasterHi oceanhab,
Take my appreciation for your patience.
I checked the hotspot video and didn’t see the download button. Also, there is no option to disable download, so please use above Custom JS.
Regards,
Hung PD -
This reply was modified 2 weeks, 2 days ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register