Home Forums WoodMart support forum Shop header

Shop header

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #64566

    cumenda
    Participant

    Hi,
    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.
    #64588

    Hello,

    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

    #64606

    cumenda
    Participant

    Hi,
    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….

    #64667

    Hello,

    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

    #64671

    cumenda
    Participant

    Hi,
    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?

    #64677

    Hello,

    The uncategorized category can be renamed and filled with the products. There is no option to hide any categories

    Best Regards

    #93125

    abbeyroo
    Participant

    If you make another category the default one, you can delete the Uncategorized one and remove it completely.

    #93157

    Hello,

    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

Viewing 8 posts - 1 through 8 (of 8 total)