-
Author
-
August 11, 2016 at 20:54 #132111eric-riaParticipant
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!
August 12, 2016 at 19:11 #132202RaduModeratorHi,
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 #132515RaduModeratorHi,
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-riaParticipantHere 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 #132652RaduModeratorHi,
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-riaParticipantSorry 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 #132862RaduModeratorI’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 #132879RaduModeratorHi,
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 #133010RaduModeratorHi,
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-riaParticipantThanks 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 #133041RaduModeratorOk
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.