Breadcrumb bug


User avatar
Leinad4Mind
 
Posts: 213
Joined: Thu Oct 15, 2015 10:10 pm
 Thu Sep 08, 2022 3:59 pm • via Web
At least on faltboots, the event of the breadcrumb:
{% if U_SITE_HOME %}<li class="blg-breadcrumb-fix"></li>{% endif %}

Should be this instead:

{% if U_SITE_HOME and SCRIPT_NAME == "portal" %}<li class="blg-breadcrumb-fix"></li>{% endif %}

Orelse it will appear 2 ">" on the index
User avatar
IvanPF
Administrator
 
Posts: 2010
Joined: Fri Jun 17, 2011 12:15 am
Location: España (Spain)
 Wed Oct 12, 2022 3:09 pm • via Web
I have tried the latest version of flatboots and I don't have that problem.

Have you made any changes to the flatboots.css file?
That file should be loaded and have these lines.

Code: Select all
li.blg-breadcrumb-fix,
li.blg-breadcrumb-fix + li {
   display: none;
}

Who is online

Users browsing this forum: No registered users and 0 guests