-
AuthorPosts
-
December 21, 2024 at 2:55 am #1474096
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.
December 22, 2024 at 2:17 pm #1474137Hey 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,
MikeDecember 23, 2024 at 4:55 am #1474159i 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'; }
December 23, 2024 at 5:28 am #1474160Hi,
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,
IsmaelDecember 23, 2024 at 7:36 am #1474167but 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.
December 23, 2024 at 5:22 pm #1474191Hi Mike – Sorry about that. See revised link.
For this page, the Title Bar Settings = “Display Only Title” and Header visibility and transparency = “No Transparency.”December 23, 2024 at 5:30 pm #1474193The Header is set to “No Transparency”
December 24, 2024 at 1:20 pm #1474229Hi,
please include admin login in the Private Content area so we can investigate.Best regards,
MikeDecember 26, 2024 at 7:59 pm #1474273This reply has been marked as private.December 27, 2024 at 8:19 am #1474287Hi,
Thank you for the info.
We manually adjusted the value of the header custom field. It had been set to “no” for some reason. Please make sure to purge the cache before checking the page.
Best regards,
IsmaelDecember 27, 2024 at 5:01 pm #1474300It worked! Thank you so much.
December 27, 2024 at 6:54 pm #1474308Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Missing Page Titles’ is closed to new replies.