- This topic has 35 replies, 3 voices, and was last updated 6 years, 11 months ago by Leo.
-
AuthorPosts
-
September 11, 2017 at 10:34 am #383318apartamento-para-tres
Hello
I have activated in http://apartamentoparatres.es the breadcrums with the yoast plugin. It is seen all over the web except in this type of pages (http://apartamentoparatres.es/nuestras-creaciones/diseno-grafico/diseno-grafico-yllera/). I have tried several options by code and I still do not solve the problem. Can you tell me how to see the breadcrums in these pages?
Thanks and greetingsIsrael
September 11, 2017 at 12:33 pm #383400LeoStaffCustomer SupportHi there,
Looks like the breadcrumb is showing in the primary navigation on other pages but the primary menu is disabled in the page you linked?
September 12, 2017 at 4:07 am #383780apartamento-para-tresHi there,
in the pages (http://apartamentoparatres.es/nuestras-creaciones/diseno-grafico/diseno-grafico-yllera/) the main menu is disabled. If you enable it, you see the breadcrumbs. Would it be possible to see them without enabling the menu?
Thanks and greetingsSeptember 12, 2017 at 8:13 am #383940LeoStaffCustomer SupportHmm not really if the breadcrumb is inserted with the primary navigation.
Can you try to add it somewhere else?
September 12, 2017 at 8:45 am #383967apartamento-para-tresWhile it appears at the top, I have no problem inserting it into another place.
At this moment the breadcrums code is in header.php. I tried to put it in page.php and content-page.php but it did´nt work. They did´n show up. I also copied the code in header.php and page.php but in certain pages they were duplicated. Where do you advise me to put it?Thank you
September 12, 2017 at 10:07 am #384047TomLead DeveloperLead DeveloperHave you tried adding it into the After Header hook in GP Hooks?
September 13, 2017 at 3:14 am #384488apartamento-para-tresI just tried and it doesn’t work. If I copy the code in gp hooks and in header.php or page.php in the pages like this (http://apartamentoparatres.es/nuestras-creaciones/diseno-grafico/diseno-grafico-yllera/) they appear the breadcrums but in the pages like this (http://apartamentoparatres.es/nuestras-creaciones/diseno-grafico/) they are duplicated.
*now the code is only copied in gp hooks because I don´t want the breadcrums to look duplicates.
Thank youSeptember 13, 2017 at 9:32 am #384730TomLead DeveloperLead DeveloperThey should only be added in GP Hooks – not in any files.
If they’re only in GP Hooks, they’re only showing up on some pages?
September 14, 2017 at 7:32 am #385329apartamento-para-tresthe code is only into the After Header hook in GP Hooks and is not seen in the pages that have hidden the main menu. Is it possible for the breadcrums to be seen on these types of pages without activating the menu?
thank you
September 14, 2017 at 10:13 am #385451TomLead DeveloperLead DeveloperHmm, the After Header hook has no connection to the menu. How are you hiding the menu on those pages?
September 14, 2017 at 12:24 pm #385520apartamento-para-tresWith the theme option: disable elements, which is in edit page on the right side (sorry for the explanation but I don´t know how to attach images here)
September 14, 2017 at 11:12 pm #385734TomLead DeveloperLead DeveloperAre you sure you’re using the After Header hook and not the After Header Content hook?
September 15, 2017 at 4:22 am #385835apartamento-para-tresYes. The code are in After Header Hook. Even so I tried on all the hooks to see what happened but in any hook the problem is solved.
September 15, 2017 at 9:18 am #386034TomLead DeveloperLead DeveloperIn any hook except the After Header hook the issue goes away?
September 15, 2017 at 10:21 am #386082apartamento-para-tresI finally managed to solve it, copying the code in after header content hook and giving some css styles to make it right. But I have two problems:
1. The color of the hover link does not respect it
2. I want to deactivate within the breadcrum the page “nuestras creaciones” (http://apartamentoparatres.es/nuestras-creaciones/diseno-grafico/). Can it be done?the css code is:
.breadcrumbs {
background-color: black;
padding:10px;
margin-top:0px;
font-size: 0.6em;
color: white;
}
.breadcrumbs a:hover {
color: #fedb00;
}
.breadcrumbs a:visited {
color: #cccccc;
}
body.home .breadcrumbs{
display:none;
}Thank you
-
AuthorPosts
- You must be logged in to reply to this topic.