-
Author
-
August 11, 2016 at 20:54 #132111
eric-ria
ParticipantI 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!
August 12, 2016 at 19:11 #132202Radu
ModeratorHi,
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 solutionAugust 15, 2016 at 18:29 #132515Radu
ModeratorHi,
Please provide to me the links that you have found on the forum regarding to this
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 15, 2016 at 22:23 #132552eric-ria
ParticipantHere was the topic I found when searching for Breadcrumbs.
https://archived.seventhqueen.com/forums/topic/change-breadcrumb-custom-title– Which might be be helpful.
August 16, 2016 at 16:23 #132652Radu
ModeratorHi,
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 solutionAugust 17, 2016 at 15:20 #132819eric-ria
ParticipantSorry 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,
EricAugust 17, 2016 at 18:14 #132862Radu
ModeratorI’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 solutionAugust 17, 2016 at 19:00 #132879Radu
ModeratorHi,
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 solutionAugust 18, 2016 at 17:07 #133010Radu
ModeratorHi,
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 solutionAugust 18, 2016 at 17:10 #133012eric-ria
ParticipantThanks 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!
August 18, 2016 at 18:11 #133041Radu
ModeratorOk
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 -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.