Home › Forums › WoodMart support forum › Shop header
Shop header
- This topic has 7 replies, 3 voices, and was last updated 6 years, 7 months ago by
Elise Noromit.
-
AuthorPosts
-
June 24, 2018 at 1:44 pm #64566
cumendaParticipantHi,
few questions about the header on shopping page.
I’m sending the screenshot for better understand.-
How I can hide the text “Shop” (marked in green)
-
How I can enable/disable the categories (marked in magenta)
-
What about the category with 0 products. Could it be hidden when there are zero products?
Thank You
Attachments:
You must be logged in to view attached files.June 24, 2018 at 3:21 pm #64588
Elise NoromitMemberHello,
1. If you want to hide only “Shop” but leave the header and categories it is possible to do with Custom CSS. Add this CSS to Page Setting in Shop page to hide the title:
.entry-title{ display:none; }
2. Navigate to Theme Settings > Shop > SIDEBAR & PAGE TITLE > SHOP PAGE TITLE OPTIONS > Categories in page heading http://prntscr.com/jyqfod you can activate /deactivate categories in heading
3. No, all the categories will be shown
Best Regards
June 24, 2018 at 8:15 pm #64606
cumendaParticipantHi,
the text “shop” can’t by hidden by CSS – but I’ve seen then on theme settings / shop / sidebar and page title/ You can disable it; this is the only working way to disable the title.Concerning the category “not assigned” (where all products should be if they are not assigned to any specific category), I do not understand why in some situations it is visible event if with zero products “not assigned”.
In private I am sending links where You can see that this category is visible only in Italian and English, wheile in Russian is not visible as it should be….June 25, 2018 at 10:04 am #64667
Elise NoromitMemberHello,
If you disable theme settings / shop / sidebar and page title/, the whole header will disappear.
In order to hide “Shop” you can leave the page title empty http://prntscr.com/jz0uue but I do not recommend to do that as h1 should be as pe SEO requirements.
As for empty categories in different languages, make sure all the categories and products have translations. They would not be displayed until they got the translation.
Best Regards
June 25, 2018 at 10:16 am #64671
cumendaParticipantHi,
I was thinking to hide the “uncatecorized” category by CSS.Supposing the “uncategorized” category id is 132, which is the CSS code to add to the main shop page?
June 25, 2018 at 11:26 am #64677
Elise NoromitMemberHello,
The uncategorized category can be renamed and filled with the products. There is no option to hide any categories
Best Regards
December 1, 2018 at 9:12 pm #93125
abbeyrooParticipantIf you make another category the default one, you can delete the Uncategorized one and remove it completely.
December 2, 2018 at 7:54 am #93157
Elise NoromitMemberHello,
Yes, that is right. The main point is that there should be the default category. Our can rename the existing or create your own
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register