This topic has 4 replies, 3 voices, and was last updated 4 years ago ago by Olga Barlow
Hi 8theme,
Following your support guide, and after tons of hours trying and testing, I can’t do what I want.
I need to edit the product layour to add somethihngs like the screenshoot in the private content area.
Elementor is not free in the template (or at least, I cant edit with elementor because I need the pro version), and with the WPBakery I only can edit the bottom part:
– https://i.gyazo.com/7e7f6c143af3e26393d89f5cab7d4c42.png
So, what ways I can follow to edit my product page like the private screen? (the screen is edited by PS)
Thanks
Hello,
Thanks for using our theme.
Please check settings in Theme Options > WooCommerce (Shop) > Single product page, or even enable Single Product Builder via Theme Options and create a layout of the Single product page from scratch depends on your needs. For example – https://prnt.sc/vj0qcj https://xstore.8theme.com/demos/2/niche-market/product/blue-stripped-chair-2/
Regards
Hello Rose,
Thanks for your answer. I could do it, and I started to build my product page.
But now I’m in front of some walls and I need a bit of help.
1) First of all, with the brand, u know any way to add it without using the “sidebar” option for the brands? I mean, add the product brand as part of the product page to edit it, etc.
2) If it’s not possible, I want to remove the “view all product text” and I don’t want how (https://i.gyazo.com/87dee634cb1ccba89c40d6b01f325f05.png).
3) Also, I need to remove “1 product review” from the right of the stars (https://i.gyazo.com/08bab7b2fd0cec48285c56cfc139c2b5.png)
4) And finally, I want to remove the “review” title in the tab (https://i.gyazo.com/52bebebd87013fcae7cd26db30ea9b16.png) or If u know another way to add a customize review block.
5) Otherwise, I need to add CSS Class to some things like “related products” or some blocks, there is any way to do it? Because my product on the home page has a design based on the class, but the related products have the “standard” style.
6) And I have a problem with the “Add to wish list”. It works correctly, but I want to know if there is any possibility to change the function when you click it. I mean, the first click means add the product to the wish list, but the second click redirects you to the list. Can I remove the product from the list by only click?
7) Aaaaaand the last thing is about the social logos, there is any possibility to change them into other ones? I mean, I have only these 2 options: https://i.gyazo.com/ac63aab1171c9529e5cbda4374f0243e.png
Thanks for all the help!
Hello,
1) You can change the position of the brands at Theme Options > WooCommerce > Shop elements > Brands > http://prntscr.com/vjxqoe
2) You can hide it using custom CSS (Theme Options > Custom CSS)
.sidebar-widget.product-brands .view-products {
display: none;
}
3) Use custom CSS:
.product-content .woocommerce-product-rating .woocommerce-review-link {
display: none;
}
4) There is no special option. Use custom CSS
.tabs #tab_reviews.tab-title {
display: none;
}
5) Related products have the related-products class http://prntscr.com/vjxue4
6) You can set it in the Wishlist plugin settings http://prntscr.com/vjxwem
7) We have only these 2 designs. So, any other changes by additional customization only.
Regards
You must be logged in to reply to this topic.Log in/Sign up