The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Error on navegation.php - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Error on navegation.php (/showthread.php?tid=167) |
Error on navegation.php - Ponchale - 06-16-2016 You trying to add new elements in the navigation menu, I found a problem which does not allow adding items to the left that is next to the home. And it is an odyssey trying to do This line does not work <li class="hidden-sm hidden-md hidden-lg"><a>"><i class="fa fa-fw fa-home"></i> Home</a></li> <!-- Hamburger menu link --> You trying to add new elements in the navigation menu, I found a problem which does not allow adding items to the left that is next to the home. And it is an odyssey try. This line does not work <Li class = "hidden-sm-md hidden hidden-lg"> <a> "> <i class =" fa fa fa-fw-home "> </ i> Home < / a> </ li> <! - Hamburger menu link -> and when that line is deleted is still displayed in the frontend Error on navegation.php - Ponchale - 06-17-2016 some help? Error on navegation.php - mudmin - 06-18-2016 The navigation is part of the theme itself and when you add items they need to be added in several places because one is for the hamburger (mobile) menu and one is for desktop. |