This topic has 6 replies, 2 voices, and was last updated 1 years ago ago by Rose Tyler
Hello good time
I have a problem with the newly added Elementor product page builder
1- The Product Stock element has been added, but is it hidden?
2- My gallery is a “double image” model and does not have an interesting view for single images
3- In simple products, the buy now and add to cart buttons are not the same
thank you
Hello, MAHDAR,
Thank you for contacting us and for using XStore.
1/ The problem is caused by this custom CSS code https://prnt.sc/rNZVb1dsrsnD Please try to remember where you added it.
2/ Please provide URL of product with a single image and describe the desired result for it.
3/ Both buttons have their own settings, that you can edit https://prnt.sc/9cWu96XnoZFC https://prnt.sc/Gg3dzXe_vrSj
What exactly doesn’t work there?
Kind Regards,
8theme team
Thank you for your reply
1- Please see the picture I have posted for you
—
2- https://fendo.ch/product/afragola-marineblaue-socken/
—
3- The button is not displayed correctly in simple products
https://fendo.ch/product/afragola-marineblaue-socken/
Hello, MAHDAR,
We appreciate your prompt response.
1/ How does it work when not our theme but the Storefront theme is activated on the site?
2/ Thank you for the URL. The current displaying is correct. Do you want to change it? How exactly?
This code can help you to set the image full width:
.woocommerce-product-gallery__wrapper {
width: 100%;
}
3/ Please add the next custom CSS code:
.buy-now-button-stretched .etheme-add-to-cart-form form .et-single-buy-now:last-child {
margin-bottom: 10px;
}
here – https://prnt.sc/rKBY7c0YyOU5
Kind Regards,
8theme team
1- The xstor template is active on the site.
2- I use Double image mode, but some products have one image and it spoils the appearance of the product page
We need to define a code to display the full image for one image products
3- It was done, thank you very much
Hello, MAHDAR,
1/ Yes, but with Elementor Pro you can build a template for single product page independently of the activated theme
https://elementor.com/help/woocommerce-single-product-builder/
We ask you to do this test to find out if our theme is the reason for the problem or not.
2/ Please try this code:
.woocommerce-product-gallery__wrapper {
width: 100% !important;
}
3/ You’re welcome!
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up