-
AuthorPosts
-
October 7, 2014 at 2:16 am #331274
Is there a way to show the breadcrumbs when choosing the layout “Logo and Main Menu” on right sidebar?
Thanks
October 7, 2014 at 5:48 pm #331803Hey luxubux!
No, header title and breadcrumbs options are only available on “header on top” layout
Best regards,
YigitOctober 7, 2014 at 8:23 pm #331868You make such a beautiful new design and you “forget” this…:(
October 7, 2014 at 8:29 pm #331874Hey!
Sidebar space is limited, including the breadcrumb trail there would cause design problems with large titles for example.
Cheers!
JosueOctober 9, 2014 at 11:28 pm #333482Hi 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
October 10, 2014 at 12:37 am #333524Hey!
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!
JosueOctober 10, 2014 at 1:34 am #333563Hi 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
October 10, 2014 at 2:38 am #333594Hi Jimmy!
What error did you get exactly? try with this line instead:
if($post_id == 2){ $settings['header_position'] = 'header_left header_sidebar'; }Regards,
JosueOctober 10, 2014 at 3:33 am #333600Hey!
I am getting a syntax error
ThanksOctober 10, 2014 at 4:11 am #333606Can you paste the syntax error you are getting?
October 10, 2014 at 4:15 am #333608Parse error: syntax error, unexpected ‘&’, expecting ‘]’ in /wp-content/themes/enfold/functions-enfold.php on line 796
October 10, 2014 at 4:17 am #333611Hold on Josue,
I might have solved it.October 10, 2014 at 4:20 am #333612I got it working Josue! Thanks a Million!
October 10, 2014 at 4:21 am #333614You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
- The topic ‘How to make menu and breadcrumbs visable with layout menu right (version 3.0)’ is closed to new replies.
