-
AuthorPosts
-
October 6, 2014 at 7:44 am #330722
Hey guys,
Hope you’re doing well! I never used the title/breadcrumbs before but now I wanted to see how it would look – after selecting to show both and not hide them in my page settings for any page on my site it still doesn’t show them. Any idea why?
Thanks!
Best,
JonathanOctober 6, 2014 at 7:52 am #330725Also, this isn’t due to any recent update, etc. I remember having this issue a while back but haven’t yet looked into it until now. Thanks for helping me with this!
October 6, 2014 at 6:33 pm #331074Hey Jonathan!
All is well. Hope it is the same on your end as well :)
Do you mind creating a temporary admin login and posting it here privately? On which page would you like to display breadcrumbs?Cheers!
YigitOctober 6, 2014 at 7:45 pm #331119This reply has been marked as private.October 8, 2014 at 5:25 am #332114Hi Yigit, any luck with this?
Thanks!
Best,
JonathanOctober 8, 2014 at 5:05 pm #332551Hey!
You should choose to display title and breadcrumbs under Layout section. Can you try de-activating all active plugins and check if that helps?
Cheers!
YigitOctober 8, 2014 at 6:09 pm #332601Hi Yigit,
I’ve deactivated all plugins and changed the settings for the about page but it still doesn’t show titles or breadcrumbs. I gave you a login – are you able to look into this?
Best,
JonathanOctober 9, 2014 at 6:06 am #332938Hi!
On what page did you try to enable the title? Maybe you added custom css before to hide the title container. Look for any css codes with the .title_container selector.
Cheers!
IsmaelOctober 9, 2014 at 6:14 am #332946Hi Ismael, I enabled it on the About page.
There was the following css in my custom file, but even if removing this the breadcrumbs still don’t show. They did on the home page but then I disabled that as I don’t want it to show there. Enabling on the other pages doesn’t work though for some reason. Thanks in advance for your help!
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container{ display:none; }
October 9, 2014 at 5:30 pm #333362Hi!
After choosing to display Title and Breadcrumbs under Layout Section, please check Custom Field and make sure that header says “yes”
Regards,
YigitOctober 10, 2014 at 2:06 am #333590Hi Yigit, that works, thank you very much!
How can I just show the breadcrumbs but no title? Also, how do I change the colour of the breadcrumb bar?
Many thanks,
JonathanOctober 11, 2014 at 7:08 am #334159Hi!
There is no option to hide just the title but you can use this on Quick CSS or custom.css:
#top .alternate_color.title_container .main-title { display: none; }
Cheers!
IsmaelOctober 12, 2014 at 12:20 am #334417Works, thank you!
October 12, 2014 at 12:25 am #334418Also, how come my breadcrumbs are aligned right rather than to the left the way they are on your site?
Best,
JonathanOctober 13, 2014 at 3:22 pm #334961Hi!
Please add following code to Quick CSS
.title_container .breadcrumb { right: auto; left: 50px; }
Cheers!
Yigit- This reply was modified 10 years, 1 month ago by Yigit.
October 13, 2014 at 6:40 pm #335105Thank you! It goes farther left than the rest of my content now – is there a way to align this with the logo and the content below?
October 13, 2014 at 6:40 pm #335106You can see at the below url:
October 13, 2014 at 6:41 pm #335107This reply has been marked as private.October 13, 2014 at 7:21 pm #335128Hi!
I have edited the code i posted here – https://kriesi.at/support/topic/breadcrumbs-not-working/#post-334961
Please use it like this and adjust if neededBest regards,
YigitOctober 13, 2014 at 8:05 pm #335146That’s perfect, thank you!
-
AuthorPosts
- The topic ‘Breadcrumbs not working’ is closed to new replies.