Pro - Stack - Page Title

Hi Themeco,

WordPress 4.9.8
Pro 2.2.5

Testing Pro I’m finding the Page Title code is not generated depending on which stack on chosen.

Both Integrity and Icon output the following:

<header class="entry-header">
    <h1 class="entry-title">Cart</h1>
</header>

However both Renew and Ethos the above HTML is not generated.

Checking in X http://demo.theme.co/shop-ethos/cart/ you can see the Page Title is output

<header class="x-header-landmark x-container max width">
    <h1 class="h-landmark entry-title"><span>Cart</span></h1>
</header>

This suggests it works with X and only affects Pro, switching between and changing stacks and settings. I’ve tried on two clean installs and the behaviour is the same.

Although I’ve given WooCommerce pages as an example this happens on all pages.

UPDATE - I’ve found this happens when using Pro Headers. When I remove Pro Headers all the Page Titles are generated. Also noticed that when Pro Headers are used the Integrity stack only displays the Page Title on some pages, not all. i.e. It works on Cart, Checkout but not the Shop, Product Category pages, its rather inconsistent.

Hello There,

Thanks for posting in!

<header class="x-header-landmark x-container max width">
    <h1 class="h-landmark entry-title"><span>Cart</span></h1>
</header>

This is the landmark header. This is only available when you are using the default header. As soon as you create a custom header and assign it to pages, the landmark header will no display and will be replaced with your custom header instead.

If you want to include the landmark header in your custom header, please check out this thread: https://theme.co/apex/forum/t/category-title-section-missing-from-blog-posts/26001/2

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.