ElenaB77 Mar 22, 2021 · 7:58 am #15501 Hello,
As I wrote before (sorry for writing in the wrong topic!), I still have a white bottom margin, under the navigation bar. In page settings, the margins are disabled. I tried to inspect the code, without success… I couldn’t find what is the issue!
You can see the issue here: http://www.iedsrl.it (the cookie settings pop up opens, it has an overlay effect, so you can see the white gap; otherwhise, I can send you a picture).
Please, can you help me?
Thanks a lot in advance!
Kind Regards,
Elena
Andrew Misplon Puro Mar 22, 2021 · 9:50 am #15502 Hi Elena
Thanks for reaching out.
At the moment, I don’t see a gap. Perhaps because I don’t receive the cookie notification, I’m not sure. Here is what the navigation looks like when I view the home page. https://imgur.com/a/b6SjKvi
ElenaB77 Mar 22, 2021 · 10:31 am #15503 Hi Andrew,
Thanks a lot for your quick reply!
Here below the link in which you can see the cookie pop up overlay:
View post on imgur.com
I’ve also made a picture to better explain… : https://imgur.com/B6Mb2EW
I hope now my issue it’s better exposed 😉
Thanks again!!
Kind Regards,
Elena
Andrew Misplon Puro Mar 22, 2021 · 10:35 am #15511 Thanks for the screenshot.
I’ve tried accessing the site from the Netherlands and from Italy, both the Italian and English versions, I can’t seem to trigger the cookie modal. How is that modal triggered?
Andrew Misplon Puro Mar 22, 2021 · 10:39 am #15512 I can see the issue now. The breadcrumbs container is being outputted, I’m not sure why. You can try adding to Appearance > Custom CSS or Customize > Additional CSS:
.breadcrumbs {
display: none;
}
ElenaB77 Mar 22, 2021 · 1:52 pm #15513 Hi Andrew,
thanks for your reply. Unfortunately This doesn’work (see it here: https://imgur.com/75HWrxX).
…Could it be a .site-content issue (I’ve highlighted it with the Inspector, see here: https://imgur.com/kbRUHtL)?
Thanks a lot again!
Kind Regards,
Elena
Andrew Misplon Puro Mar 22, 2021 · 1:53 pm #15515 Hi Elena
The CSS rule above the rule that has just been added is not complete. If you add the closing bracket for the rule above, the breadcrumbs rule should then take effect.
ElenaB77 Mar 22, 2021 · 2:10 pm #15516 …Oh yes! It works correctly!
I couldn’t notice the missing bracket, ups…
Thanks a lot!
Kind regards,
Elena
Andrew Misplon Puro Mar 22, 2021 · 3:58 pm #15517 Super, glad to hear you’re making progress 🙂
ElenaB77 Oct 19, 2023 · 8:15 am #17537 Hello,
I’m here again in this old post because now I would need to implement the breadcrumbs on my web site. But I don’t want them directly under the header (due to the fact I still don’t want the white gap under my navigation bar).
I would like to show them under the hero (built with Site Origin), in the pages… Is that possible?
Also, they are shown with no space from the margin:please, see the picture here: https://imgur.com/a/6GddS1X
Do you have any suggestion?
As usual, thanks a lot again in advance.
Regards,
Elena
Andrew Misplon Puro Oct 20, 2023 · 10:32 am #17540 Hi Elena
Polestar supports BreadCrumb NavXT, which offers a breadcrumb trail widget. You might be able to set BreadCrumb NavXT to not display on the pages where you manually insert the plugin’s widget.
Please find a Custom CSS rule to adjust the breadcrumb container margin here.
ElenaB77 Oct 20, 2023 · 11:49 am #17541 Hi Andrew,
Thank you for your answer!
Actually, I would like to show the breadcrumbs in my pages, in which I don’t have the sidebar (Breadcumbs NavXT has only two widget options – sidebar and footer),
I would like to know if it is possible to show the breadcrumbs wherelse in the page (as shown for i.e. in this picture here: https://imgur.com/a/0qHGaVH) …
Again, thanks a lot for your help! I really appreciate your support 🙂
Regards,
Elena
Andrew Misplon Puro Oct 24, 2023 · 9:21 am #17543 Hi Elena
If the screenshot above shows content in SiteOrigin Page Builder then you can disable the theme level breadcrumb and insert a Breadcrumb NavXT widget within Page Builder. Please try inserting a Breadcrumb NavXT widget in Page Builder.
Andrew Misplon Puro Oct 24, 2023 · 9:28 am #17546 Breadcrumb NavXT doesn’t have an easy method of removing the first breadcrumb on selected pages. You can try the last Custom CSS rule here https://purothemes.com/documentation/polestar-wordpress-theme/css-snippets/#heading-hide-the-first-breadcrumb-trail-on-page-builder-pages.
ElenaB77 Oct 24, 2023 · 1:34 pm #17547 Hello Andrew,
Thanks a lot for your suggestions.
I’ve found the widget in Page Builder, I can add the Breadcrumbs where I want :))
Also the CSS rules are working fine.
As usual, thanks a lot for your preciuos support!
Have a great evening,
Regards
Elena
Andrew Misplon Puro Oct 24, 2023 · 2:21 pm #17548 Hi Elena
Thanks for the update; I’m glad to hear you’re making progress 🙂
All the best.
Andrew