This topic has 13 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #132111
     eric-ria
    Participant

    I would like to keep the breadcrumbs on each page, but instead of the full address, just provide a link back to the home page of the site.

    I saw two topics in the general questions that asked the same thing, if I could view those I could figured out how to do it myself, any help would be appreciate. Love the theme!

     

    #132202
     Radu
    Moderator

    Hi,

    Please provide me there an account and a password to can see your current breadcrumbs structure.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #132238
     eric-ria
    Participant
    This reply has been set as private.
    #132515
     Radu
    Moderator

    Hi,

    Please provide to me the links that you have found on the forum regarding to this

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #132552
     eric-ria
    Participant

    Here was the topic I found when searching for Breadcrumbs.
    https://archived.seventhqueen.com/forums/topic/change-breadcrumb-custom-title

    – Which might be be helpful.

    #132652
     Radu
    Moderator

    Hi,

    That user was asking ho can use a custom breadcrumb title, not to change the breadcrumb structure.

    For the breadcrumb structure make sure you have settings like this from wp-admin -> settings -> permalinks

    Important to have in the category input .

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #132819
     eric-ria
    Participant

    Sorry I guess I was not being clear.
    I want to replace the breadcrumbs section on each page, with a simple link back to the home page, so
    instead of Localhost/kleo/sample-post. – I just would like to be a link to the home page – / for this example it would display ” <-Localhost ” on all the pages.

    Sorry for the confusion.
    Thanks,
    Eric

    #132862
     Radu
    Moderator

    I’ve understood, please let me know the page where i can see the breadcrumbs active, cuz right now i cannot find it into any page.

    I will give you a css solution for this

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #132865
     eric-ria
    Participant
    This reply has been set as private.
    #132879
     Radu
    Moderator

    Hi,

    Try with this css selector

    COPY CODE
    
    .kleo_framework.breadcrumb span.sep:before {
        content: "<< ";
        font-size: 13px;
    }
    

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #132910
     eric-ria
    Participant
    This reply has been set as private.
    #133010
     Radu
    Moderator

    Hi,

    Use this css

    COPY CODE
    
    .breadcrumb-extra .kleo_framework.breadcrumb span {display: none !important;}
    .breadcrumb-extra .kleo_framework.breadcrumb span:first-child {display:block !important;}
    .breadcrumb-extra .kleo_framework.breadcrumb span:first-child:before {content:"< - ";}
    

    Let me know if it's ok.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #133012
     eric-ria
    Participant

    Thanks that solved half of the problem. But I actually found another way to work around it, just adding :before and :after text to the logo, on every page but the home. Thank you for your help! I will use this on another section!

    Thanks!

    #133041
     Radu
    Moderator

    Ok

    Have a nice week

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 14 posts - 1 through 14 (of 14 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?