Header top callout text not showing.

Hey again!

I’m almost done in my quest to build a page. (teatrozereia.es, for reference)

For the second time I find myself in the situation to ask for help. My headers are not showing any titles in my pages.
A similar situation as the one described here: https://colorlibsupport.com/t/header-top-callout/

For example, I would ike the contact page to show “Contacto” in that header:
https://pasteboard.co/GMDdEEK.png

I removed my page titles previously (.page-template-full-width .post-title{ display: none; }) to use the ones in the header, but now they are not showing up.

Thanks in advance for such valuabe help!

Hi,

Sorry for a late in response, This happens when we have Yoast plugin in active, to fix this go to /wp-content/themes/shapely/inc/extras.php line #584 you will see this line,

$title_in_post = get_theme_mod( 'hide_post_title', false );

change that to,

$title_in_post = get_theme_mod( 'hide_post_title', true );

I already report this issue to the development team, so it will be fixed in the next update.

Let us know,

Thanks,
laranz.

Hey, laranz.

It’s great to count on such a great support team when building a page with little experience.
It worked perfectly, big thanks!

Egozalor

Thanks laranz for your great support Its work amazing.