How do I control whether or not a page displays a title bar? I have 2 pages that display the bar but their Title Bar Settings are different from one another. One says “Default Layout – Set in Enfold > Header” and the other one says “Display only title.” I have a third page where I want the title bar to display but no matter which setting I choose, it doesn’t display. Is there something else I should change? Thanks for you help.
Hey bbiller,
The page that you are having issues with is password protected, try removing the password and check again, If this doesn’t correct please include admin login in the Private Content area so we can investigate.
Best regards,
Mike
i guess that page with no Title has a transparency header.
in functions-enfold.php there is:
if( ! empty( $transparency ) )
{
$header['header_title_bar'] = 'hidden_title_bar';
}
Hi,
Thank you for the update.
Did you set the page to use a transparent header? As @Guenni007 mentioned above, the title bar will not be displayed if the transparent header is enabled.
Best regards,
Ismael
but you can use on those pages a custom shortcode for breadcrumb.
There is one for breadcrumb only on docu:
function av_breadcrumbs_shortcode( $atts ) {
return Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) );
}
add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );
But if you like to have both – look further on that page: https://webers-testseite.de/breadcrumbs-shortcode/
use an extra color-section (custom class with: breadcrumb-section) and styling background-color: alternate content.