This topic has 7 replies, 3 voices, and was last updated 10 years, 3 months ago ago by Jack Richardson
Hello,
how to delete that “CUSTOM TAB FOR ALL PRODUCTS” tab? I can’t find any section in the theme options….
here is the link:
http://powertransmission24.com/?product=optibelt-sk-spz-487
also i would like to know how to delete the text “PRODUCT DESCRIPTION”.
That must be something in the .php file
If you need any further information please contact me
Many thanks!
Hello,
To delete “CUSTOM TAB FOR ALL PRODUCTS” navigate to Theme Options -> Single Product Page -> in the bottom find Custom Tab Title and delete it, after that save changes.
To solve issues with “PRODUCT DESCRIPTION” add this code to custom.css file.
.tab-content h2 {
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
That didn’t help me :/
i tried the following:
.wpsc_categories li > ul > li > ul{
display:none;
}
but when i open my shop page i have no category selected so all subcategories are shwon…
Any help?
Hello,
Could you please clarify us with more details what are you going to do? Do you want to remove product categories from single product page?
Regards,
Jack Richardson
Hello,
Fist of all i wanna say sorry for my bad description.
But I just found it by myselve 🙂
I comment out line 307 in idstore\js\script.js
// jQuery('.categories-group.has-subnav:first').addClass('opened').find('ul').show();
I copied to my custom css:
.wpsc_categories li > ul > li > ul{
display:none;
}
So no category is opend when visiting my shop. When i click on any category, only the second category level is shown.
Here a short example
You have a lot of categories and subcategories
CategoryA
-CategoryAA
–CategoryAAA
—CategoryAAA
CategoryB
-CategoryBB
–CategoryBBB
—CategoryBBB
…and so on
I wanna only show Category A and Categorie AA in my Navigaion, otherwiese it will confuse my customers. When i click on Categorie AA i see the other categories.
I hope that clarify my situation a bit more.
Attached 2 pictures.
Before:
After:
Best Regards
Tobi
sorry I answerd the wrong topic.
Hello,
It requires additional customization and is a paid service.
Regards,
Jack Richardson
The issue related to '‘CUSTOM TAB FOR ALL PRODUCTS’' has been successfully resolved, and the topic is now closed for further responses