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

    #330725

    Also, 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!

    #331074

    Hey 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!
    Yigit

    #331119
    This reply has been marked as private.
    #332114

    Hi Yigit, any luck with this?

    Thanks!

    Best,
    Jonathan

    #332551

    Hey!

    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!
    Yigit

    #332601

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

    #332938

    Hi!

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

    #332946

    Hi 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;
    }
    #333362

    Hi!

    After choosing to display Title and Breadcrumbs under Layout Section, please check Custom Field and make sure that header says “yes”

    Regards,
    Yigit

    #333590

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

    #334159

    Hi!

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

    #334417

    Works, thank you!

    #334418

    Also, how come my breadcrumbs are aligned right rather than to the left the way they are on your site?

    Best,
    Jonathan

    #334961

    Hi!

    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.
    #335105

    Thank 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?

    #335106

    You can see at the below url:

    #335107
    This reply has been marked as private.
    #335128

    Hi!

    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 needed

    Best regards,
    Yigit

    #335146

    That’s perfect, thank you!

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Breadcrumbs not working’ is closed to new replies.