1. Please go edit the page and see if you have the "Show title" set to yes, currently the title is not showing so even if breadcrumbs is set to on it wont show.
2. Unfortunately this is not possible without custom code.
Do not hesitate to contact us if you have more questions.
I have found the correct settings and it now shows, it was counter intuitive for me to have to turn on 2 settings to make one item appear.
Is it possible that you can provide me with some code snippet to solve my 2nd issue. Just to be clear that we are taking about the same thing, please see attached screen shot of item which I would like to hide from this menu.
I am still struggling with an issue with the breadcrumbs.
When you click on the breadcrumbs menu icon on some pages the menu down down appears and all of the relevant sub pages are listed.. However, some of the pages drop down list appears blank, as if the text is white on white background. I have compared the pages which show correctly with those which do not and cannot find any difference in settings, other than the fact that the pages which display the drop down menu correctly have a revolution slider as the background.
Thank you! I could not see where to use this code on the page - I'm using Visual Composer with your Theme. However it worked when I placed it under stylng options. Can you tell me where I could have placed it on the page using VC? Many thanks - Paul
I have just noticed that the breadcrumbs on smaller sized monitor are not showing correctly on page. see attached image. It seems that when the Page name is short, the breadcrumbs drop down does not have enough space to show, as the drop down seems to be left aligned from the end of the Page Name.
1) The breadcrumbs do not appear on this page, https://lemonrockbiketours.com/motorcycle-2017-tours-ireland/7-day-wild-atlantic-tour/ even though I have set (and reset) it to appear. They appear ok on other pages!
2) Is it possible to hide pages from the breadcrumbs menu eg "your Tour is Booked" should only be accessed, when someone has completed a booking.
Many thanks
Paul
Hello Paul,
1. Please go edit the page and see if you have the "Show title" set to yes, currently the title is not showing so even if breadcrumbs is set to on it wont show.
2. Unfortunately this is not possible without custom code.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Many thanks for your prompt reply.
I have found the correct settings and it now shows, it was counter intuitive for me to have to turn on 2 settings to make one item appear.
Is it possible that you can provide me with some code snippet to solve my 2nd issue. Just to be clear that we are taking about the same thing, please see attached screen shot of item which I would like to hide from this menu.
Thanks again
Paul
Hello Paul,
1. Glad to hear that fixed the problem.
2. I am sorry but our support doesn't cover modifications, we do simple one when our team have but this one is a bit complicated.
I hope you can understand.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi
I am still struggling with an issue with the breadcrumbs.
When you click on the breadcrumbs menu icon on some pages the menu down down appears and all of the relevant sub pages are listed.. However, some of the pages drop down list appears blank, as if the text is white on white background. I have compared the pages which show correctly with those which do not and cannot find any difference in settings, other than the fact that the pages which display the drop down menu correctly have a revolution slider as the background.
Here are examples of the 2 pages
1) Which works ok - https://lemonrockbiketours.com/motorcycle-2017-tours-ireland/wild-atlantic-tour-nw200-races/
2) One which does not display breadcrumbs menu correctly. https://lemonrockbiketours.com/motorcycle-2017-tours-ireland/cork-kerry-gt3d4n/
Can you please advise what edits I need to do? I am used TheFox V2
Many thanks
Paul
Hello Paul,
Can you please add this custom css to the page or from ( thefox > styling options ) :
ul.child_pages_ctn.pop_child_pages { max-width: 350px; }
This should do the trick.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Thank you! I could not see where to use this code on the page - I'm using Visual Composer with your Theme. However it worked when I placed it under stylng options. Can you tell me where I could have placed it on the page using VC? Many thanks - Paul
I have just noticed that the breadcrumbs on smaller sized monitor are not showing correctly on page. see attached image. It seems that when the Page name is short, the breadcrumbs drop down does not have enough space to show, as the drop down seems to be left aligned from the end of the Page Name.
Hello Paul,
First if you want to add the custom css to only the current page you can add custom css from the page using the visual composer : https://drive.google.com/open?id=0B4U2I7SLFLQYM1dZY0RvZUZ3dkk
Then for the second problem you have, it's because the page title is too small.
Could you send us the page so we can check what css we need to add, moving the breadcrumbs button to the right should fix the problem.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi,
Thanks again for prompt and helpful reply.
I only use breadcrumbs for the pages in the Tours section. You will see that some format ok because the page name is sufficiently long enough:
So check out https://lemonrockbiketours.com/tours and its sub pages. See also example in attached jpeg.
Many thanks
Paul
Hello Paul,
For those page try to add this custom css :
.child_pages_ctn { left:-70px; }
.child_pages_ctn:before { left:77px; }
and change the value to a higher number if the title is longer.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme