This topic has 5 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Olga Barlow
Hi,
How to set the product detail page to show all the product description & additional information by default, i.e. no scroll bar, don’t need to click to expand.
Thank you.
Sorry for my mistake, the theme version is : XStore V.3.2
Please see the photo http://prnt.sc/dmp2k9 which I want to set.
Hello,
Unfortunately there is no option to do this. But youcan try to show and hide it using custom CSS
Go to Theme options > Styling > Custom CSS and add the following code
.single-product .tab-additional_information {display: block !important;}
.single-product .tabs .accordion-title a:after {display: none !important;}
.single-product .tabs .tab-title.opened {color: #1e1e1e;}
.single-product .tab-title .btn-underline:after {background: none;}
.single-product .sku_wrapper {display: none !important;}
Regards
Thank you for your reply.
A follow up question. In the product details, I want to add a custom tab named “REMARK” and show by default. How can I do that?
Meantime, I have another question, I used WPML, for Home page slider, it only can show on 1 language, but can’t display on other languages, it shows “No slides found, please add at least one Slide Template to the choosen language.”.
Please see http://prntscr.com/dp5ljn for Chinese Traditional, http://prntscr.com/dp5lpw for English.
Please help to solve.
Thank you.
Hello,
1) You can create 1 custom tab that will be common for all the products – go to Theme Options > E-Commerce > Single Product page > Custom tab. Also, you can create individual custom tab – go to Products > edit product > http://prntscr.com/dpq48i
2) This type of slider displays products, please, make sure that you have products for the other languages. Also you can create different sliders for every language and edit home page for every language and choose appropriate slider.
Regards
Tagged: problem, product details, solution, template, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up