Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.

    #1474137

    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

    #1474159

    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';
    }
    #1474160

    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

    #1474167

    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.

    #1474191

    Hi Mike – Sorry about that. See revised link.
    For this page, the Title Bar Settings = “Display Only Title” and Header visibility and transparency = “No Transparency.”

    #1474193

    The Header is set to “No Transparency”

    #1474229

    Hi,
    please include admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    #1474273
    This reply has been marked as private.
    #1474287

    Hi,

    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,
    Ismael

    #1474300

    It worked! Thank you so much.

    #1474308

    Hi,
    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Missing Page Titles’ is closed to new replies.