Is there a way to show the breadcrumbs when choosing the layout “Logo and Main Menu” on right sidebar?
Thanks
Hey luxubux!
No, header title and breadcrumbs options are only available on “header on top” layout
Best regards,
Yigit
You make such a beautiful new design and you “forget” this…:(
Hey!
Sidebar space is limited, including the breadcrumb trail there would cause design problems with large titles for example.
Cheers!
Josue
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
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
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
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
Hey!
I am getting a syntax error
Thanks
Can you paste the syntax error you are getting?
Parse error: syntax error, unexpected ‘&’, expecting ‘]’ in /wp-content/themes/enfold/functions-enfold.php on line 796
Hold on Josue,
I might have solved it.
I got it working Josue! Thanks a Million!
You are welcome, glad to help :)
Regards,
Josue