This topic has 17 replies, 3 voices, and was last updated 3 years, 5 months ago ago by Rose Tyler
Hi guys, just wondering are there any Music/Media feature on Xstore? Would like to embed youtube or spotify on each product single page. Is there any cleanest way to do this?
http://prntscr.com/148angp This is kinda messy.
Is it possible to put video on Product image?
By the way, i did tried playing with the Single page builder. But i’m not sure why it doesnt work on the preview.
it would be nice if i can do this layout on my single product page. http://prntscr.com/148cigk
Or a scroll / arrow next for the video? is it possible without doing custom code? Thanks guys!
Hello,
Here is an example of product with video in gallery of thumbnails – https://xstore.8theme.com/product/product-classic/ – https://gyazo.com/c3814f02924a96fe273e0cba82247813
Also, you can create a static block with the desired content/video and show it using the Single product builder via HTML element, in this case, the video will be the same for all products.
Regards
Thanks for the link. I think im fine with this. But should i need to upload the video? or music audio from my pc?
The static block wont do if i will have same video/music on different titles/products..
Hmm can’t seem to edit the single product using the builder 🙁
Hello,
But should i need to upload the video? or music audio from my pc?
Click “Add product gallery video” link and upload your video to the media gallery from your PC or use youtube iframe code if you uploaded the video to youtube.
Hmm can’t seem to edit the single product using the builder ?
What error do you have? Could you, please, explain in more detail?
Regards
I tried playing with the single product builder. Adding some option from the menu doesnt seem to work like add full description to show on the single product page.
Working on the video iframe code as well. The page looks terrible hahaha
It is possible to just have an arrow / next on the image gallery for the video to hide the video?
Guys,
I found a good and clean layout for my single product page with spotify embed..
Is it possible to put the image gallery near the text contect on the right side?
The page looks unbalance. want it centered so it would look clean.
Thanks again
Hello,
Add the below code to Theme Options > Custom CSS
.product-images .main-images {
text-align: right;
}
Regards
Thanks! Would this affect the tablet and mobile view on product page? Thanks
Hello,
Oh, yes. In this case replace it with
@media only screen and (min-width:991px){
.product-images .main-images {
text-align: right;
}
}
Regards
Did this code already… I just found out the SALE button on the single product page is a bit off..
IS this possible? Thank you!
Hello,
Provide temporary wp-admin access, so we can take a closer look.
Also, provide URL of the mentioned Sale product.
Regards
please check private content.
Actually in showcasecarpet this were the same. Hahah
https://www.showcasecarpet.com.ph/product/09905a-black-antracite/
But it looks fine. IN onthecorner i need it inside the image.
Try to add the next code in Theme Options > Theme Custom CSS > Custom CSS for desctop:
.single-product .product-images .onsale {
left: unset !important;
right: 520px !important;
width: 70px;
}
.single-product .woocommerce-product-gallery.images-wrapper .sale-wrapper {
display: none;
}
Regards
Thank you! Works!!!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up