NooTheme Premium WordPress Theme › Forums › JobMonster › How to display breadcrumbs in Jobmonster theme?
Tagged: breadcrumbs
- This topic has 7 replies, 4 voices, and was last updated 5 years ago by tinhbeng.
-
AuthorPosts
-
5 years, 2 months ago #1079262
Hi Noo Support,
How do I enable breadcrumbs with the Jobmonster theme? I can't see any options for this?
Veneta
5 years, 2 months ago #1079327Hi.
Thank you for contacting us.
Currently Jobmonster theme does not have breadcrumbs.
Thanks.
5 years ago #1080724Hi,
we would also like to implement bread crumbs, and ususally it is possible to do this with the SEO Yoast Plugin.
http://neu.nexaria.ch/
But currently the breadcrumbs appear between Navigation bar and header image. We would like to show the breadcrumbs below the header image though. This is due to the fact that header images is currently implemented manually with Visual Composer. Clearly, with the set up it´s not possible to move breadcrumbs down. But we have tried to add the header image via "featured image" (instead of using visual composer). The theme is not picking up the featured image as header image.Only if we use the page setting "show page title" and upload a header image, we have the possibility to implement the header image outside the content and the breadcrumbs do appear below the header image. BUT: if we use this option we have the page title appearing on each page and most importantly the image is being zoomed and blurred and does not appear in it´s full size. Do you have a suggestion how to solve this? Or maybe another solution how to move breadcrumbs down?
Many thanks,
Nadine
Attachments:
You must be logged in to view attached files.5 years ago #1080739Hi,
You should use the "Heading Background Image" instead of the shortcode from Visual Composer.
Later you can use custom CSS as you like. (Set as private reply)
You can send me wp admin info. I will help you check.
Best regards,
tb.
5 years ago #1081222This reply has been marked as private.5 years ago #1081226Hi,
1. I disable the paralax function on Header Image.
2. Add these CSS lines to the style.css of Child theme
.noo-page-heading{
padding-top: 200px;
padding-bottom: 200px;
}
Please reload your site and check again.
http://neu.nexaria.ch/arbeitgeber/active-sourcing/fachkraefte-rekrutierung/
Best regards,
tb.
5 years ago #1081238Hi Tinhbeng,
thanks for that very quick solution. Looks good.
2 things:
1. With this setting the page title does appear on each image, which we would not want to. Could you provide me with some code for the css to hide the page title on the image?
2. On the frontpage this setting does not work, as the header has a different structure. please see the file attached. The text on the image disappears but instead the page title is visible. Do you have any advice here what to do in order to keep our current design but move the breadcrumbs below the image?
Many thanks
Nadine
Attachments:
You must be logged in to view attached files.5 years ago #1081264Hi,
You can use these lines:
.noo-page-heading .page-title {
display: none;
}
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.