Home Forums WoodMart support forum Homepage H1 Title Missing

Homepage H1 Title Missing

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #719110

    91supplies
    Participant

    Hi,

    I have added Page title to the homepage but it does not shows any H1 tag.

    I checked the Theme settings> Page Title> Page Title Design…it was selected as Disable and when i selected Centered the H1 tag appears but it starts showing up on Homepage which i dont want. I wanted to hide the Homepage title in Front end.

    I tried using the Meta Box in the bottom of the Page editor that says Hide page title …but it again completely removed the H1 tag instead of just hiding it..

    Please let me know what to do?

    #719151

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The “Hide page title” option removes the entire page title section from the frontend, including the H1 tag, which is why the H1 disappears completely.

    If you want to keep the H1 for SEO purposes but hide it visually on the homepage, you can keep the Page Title enabled and add the following custom CSS:

    .home .wd-page-title {
        display: none;
    }

    Best Regards

    #719154

    91supplies
    Participant

    Yes this worked , i have place this in child theme’s css but this work only for homepage.
    ——————————————-
    1. No category/child category pages shows any H1, inspite of Theme settings>Page title.. setting enabled

    I am using custom layout only for 1 major category page…not for any other categories and in that i have also tried placing page title widget it shows in front page for that category page..How to hide that what or any css to use for that?

    2. And what about other categories and child categories that don’t use any custom layout which are still not showing any H1 tags?

    Attachments:
    You must be logged in to view attached files.
    #719164

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. To show the title in archive pages:

    Navigate to Theme Settings > Product archive > Page title and enable the shop title option:
    https://postimg.cc/jLMZMkvk

    02. Navigate to Woodmart > Header Builder >Edit current header and edit the Text/HTML widget and change the heading.
    https://postimg.cc/1nsGQ2mr

    Best Regards

    #719166

    91supplies
    Participant

    Hi
    1. To show title in Archive pages, the shop title option is already enabled as u can see in my screenshot

    Only in Homepage and 1 category that uses custom layout, in that its visible and hidden with the css u provided above
    Rest all main categories and child categories are not using any custom layout, are not showing H1

    Dashboard Admin details are already provided…before
    plz check and sort it out.

    ————-

    2. Also plz let us know why custom css is not taking effect when added to child theme css file?
    Currently we have to add in Additional CSS in customize tab.

    Attachments:
    You must be logged in to view attached files.
    #719210

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Navigate to Layouts > edit the product archive layout and make sure the page title widget is added in the layout.

    Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/

    If the issue remains, share the category page URL where the page title is not showing, along with the WP admin login details so I will further check on your site and give you a possible solution.

    02. Please try to add the custom css code in Theme Settings > Custom CSS and check how it works.

    Best Regards

    #719220

    91supplies
    Participant

    1. I have problem for all those categories that DONT Use custom layouts (Screen shot attached).
    All main categories (except 1 that use custom layout) and all child categories have missing H1 tags…u can check.
    Please resolve this soon…

    2. Theme Settings > CSS ..that will disappear on theme update?
    Placing custom css in child theme is a better option

    Attachments:
    You must be logged in to view attached files.
    #719279

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    02. Theme Settings > Custom CSS is safe and will not disappear after updates.

    Best Regards

    #719375

    91supplies
    Participant

    Almost 4 days my issue has not been resolved completely yet.

    H1 missing in all category pages…the given solution worked only for 1 category which is using layout. All other categories that are not using any layout still missing H1 tags.

    #719410

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I checked your site and found two things causing the issue:

    Your shop/category pages are using a custom Product Archive Layout globally, which overrides the default archive title output from the theme.https://postimg.cc/5HfK8bYw

    You also added the following CSS in Appearance > Customize > Additional CSS:

    .wd-page-title {
        display: none;
    }

    This CSS hides the page title globally on all pages, including category and child category archive pages, which is why the H1 tag is not visible. To resolve the issue, try to remove the custom css code on your site.

    Then navigate to Layouts > edit your active Product Archive Layout > Add the Page Title widget inside the layout and check the issue.

    After that, the page title should display correctly on all category archive pages.

    Best Regards

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