Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #331274

    Is there a way to show the breadcrumbs when choosing the layout “Logo and Main Menu” on right sidebar?

    Thanks

    #331803

    Hey luxubux!

    No, header title and breadcrumbs options are only available on “header on top” layout

    Best regards,
    Yigit

    #331868

    You make such a beautiful new design and you “forget” this…:(

    #331874

    Hey!

    Sidebar space is limited, including the breadcrumb trail there would cause design problems with large titles for example.

    Cheers!
    Josue

    #333482

    Hi Josue,
    I have a follow up question if i may.
    Is it possible to change the header location per page.
    For example, have the “standard” enfold header throughout the site, but on say….”/about” change the header to the left sidebar?

    Thanks

    #333524

    Hey!

    Try the following: open /enfold/functions-enfold.php and look for line 796:

    $post_id 	= function_exists('avia_get_the_id') ? avia_get_the_id() : get_the_ID();
    

    Add this below:

    if($post_id == 2) $settings['header_position'] = 'header_left header_sidebar';
    

    Change “2” by the ID of your about page.

    Cheers!
    Josue

    #333563

    Hi Josue!
    Thanks, but a code error shows up. Something needs to go before “if($post_id == 2) $settings[‘header_position’] = ‘header_left header_sidebar’; ”
    maybe a $ ( i am not a coder, sorry)

    Jimmy

    #333594

    Hi Jimmy!

    What error did you get exactly? try with this line instead:

    if($post_id == 2){ $settings['header_position'] = 'header_left header_sidebar'; }
    

    Regards,
    Josue

    #333600

    Hey!
    I am getting a syntax error
    Thanks

    #333606

    Can you paste the syntax error you are getting?

    #333608

    Parse error: syntax error, unexpected ‘&’, expecting ‘]’ in /wp-content/themes/enfold/functions-enfold.php on line 796

    #333611

    Hold on Josue,
    I might have solved it.

    #333612

    I got it working Josue! Thanks a Million!

    #333614

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How to make menu and breadcrumbs visable with layout menu right (version 3.0)’ is closed to new replies.