Tagged: Error Message, Product page, video, woocommerce
-
AuthorPosts
-
September 20, 2017 at 8:31 am #854243
In my products there is an option to add a youtube video link
I have first tried it for this page:
and this is were I entered the YouTube link:
And this is the link I used and it works fine in YouTube
, yet showing an error message when in where the product image is
September 20, 2017 at 1:51 pm #854358Hey Nathan,
Looks like the video is supposed to be shown instead of the featured image, please remove the image and see if the video shows up.
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 20, 2017 at 6:11 pm #854520even when I do that it’s not showing up
September 21, 2017 at 3:27 pm #854902see the error message in the video?
September 21, 2017 at 10:38 pm #855092can I please get support to fix the error?
September 22, 2017 at 7:41 am #855207Hi,
It works fine if you remove the “t” parameter in the url.
https://www.youtube.com/watch?v=j0gPCan_E4k
Please contact the plugin author for additional help.
Best regards,
IsmaelSeptember 22, 2017 at 8:05 pm #855545“remove the “t” parameter in the url”
Meaning take out the letter “t” in all the other links in the other products too?
How do I increase the size of the video?
Thank you for responding Ismael with solutions it’s supportive
September 22, 2017 at 8:24 pm #855554how do I remove the magnifying glass icon on the video too please
September 23, 2017 at 3:54 am #855672Hi,
Meaning take out the letter “t” in all the other links in the other products too?
1.) It’s the parameter in the video url. This is the original youtube url.
// https://www.youtube.com/watch?v=j0gPCan_E4k&t=26
You have to remove the “time” or “t” parameter.
// https://www.youtube.com/watch?v=j0gPCan_E4k
2.) You have to increase the size of the image container in order to increase the size of the video.
.single-product-main-image { width: 50%; } .single-product-main-image iframe { width: 100% !important; } 3.) Remove the magnifying glass icon with the following css code.
.avia-wc-30-product-gallery-lightbox {
display: none !important;
}`Best regards,
IsmaelSeptember 23, 2017 at 2:04 pm #855799I have tried to increase size of container like you mentioned
if it goes to 200% it pushes the calendar aside
How do I made it around this size please
https://i.imgur.com/w1TnBsn.jpgSeptember 25, 2017 at 5:33 am #856305 -
AuthorPosts
- You must be logged in to reply to this topic.