This topic has 10 replies, 2 voices, and was last updated 8 years ago ago by 8theme
Hello,
I’m building a customization tshirt website with this product designer plugin https://codecanyon.net/item/woocommerce-custom-product-designer/10959830 and i faced few issues in the single product page and the product layout page:
For the product layout page (https://www.apparelly.co/categories/polos/premium-polos/ )
1. I added image in the “product image” in the product page but the image appears on the breadcrumbs http://prnt.sc/dago18
2. Is it possible to make the product image clickable too instead of clicking the product to the next page? http://prnt.sc/dagpyy
3. How can i hide the “start design” button?
For the single product page ( https://www.apparelly.co/products/gildan-easy-care-pique-polo/ )
1. I added one product image for the polo and other 5 images in the product gallery and have 3 colors image for the polo. But when you click on the link, you will realised that 6 images automatically load to the 3 color image of the product as soon as you browse the page. Other than that, the “zoom” button isn’t at the right position.
2. I have chose this layout without sidebar http://prnt.sc/dagu14 for my product page and disable compare and wishlist plugin, and remove all the widgets in the appearance > widget > single product page sidebar, but somehow that sidebar area is blank ( http://prnt.sc/dagw5a )even i have set the page without sidebar.
I know that’s lots of issues for you but i hope u are able to solve all these. Appreciate that. Hear from you soon.
Regards and thanks.
Hello,
Products page layout:
1. Be sure that you have set your Shop page in WooCommerce Settings.
2. Try to add this code snippet to the custom CSS
.product-view-default .footer-product {
height:auto;
top:auto;
}
3. With this code
.woocommerce_msrp { display:none; }
Single product page:
1. This is caused by additional plugins installed that you are using for this functionality.
2. There is no sidebar on your product page. It is displayed in this way because of additional plugin styles also.
Regards
Hi,
For Products page layout:
I would consider to get this plugin from https://codecanyon.net/item/woocommerce-products-layouts/7384574
For Single product page/ account setting/ cart/ checkout:
I would consider to get this plugin https://codecanyon.net/item/woocommerce-page-builder/15534462
Do you think both of the plugins will works nicely with xstore?
Regards
Hi,
Unfortunately, we didn’t have a chance to test our theme with these plugins and can’t guarantee that they will work correctly with our theme.
Regards
HI,
How can i change the breadcrumbs like this demo ( https://www.8theme.com/demo/xstore/furniture/product/city-sofa/ ) http://prnt.sc/db8czy ?
Regards.
Hi,
You can configure breadcrumbs in Theme Options -> General -> Breadcrumbs.
Hi,
1) About the breadcrumbs,
If you see my page, https://www.apparelly.co/products/gildan-easy-care-pique-polo/ the product title is on the left whereas the one on the demo is on the right with the product information. How can do that?
2) How can i hide/remove quantity selector in the single product page?
Thanks
Regards,
Roger
Helo,
1. You can change this in Theme Options / Ecommerce / Single Product page / Show product name above the price.
2. Add this code to your custom CSS
.quantity {
display:none!important;
}
Regards
Hi,
How can i move the breadcrumbs row? http://prntscr.com/dd8kcw?
Thanks.
Hello,
Sorry, but there is no such option in our theme and it may require template files customization.
Regards
You must be logged in to reply to this topic.Log in/Sign up