blixten19 LiteCart Fan Da Sweden Membro dal mag 2022 blixten19 11 dic 2023 12:31 Warning: Modification "Portfolio" failed during operation #1 in includes/templates/man.catalog/views/box_site_menu.inc.php: Search not found in ~/includes/library/lib_vmod.inc.php (Line 210) Warning: Modification "Portfolio" failed during operation #1 in includes/templates/man.catalog/views/box_site_menu.inc.php: Search not found in ~/includes/library/lib_vmod.inc.php (Line 210)
jackmaessen LiteCart Fan Da Netherlands Membro dal dic 2022 jackmaessen 11 dic 2023 19:54 in file [b]includes/templates/man.catalog/views/box_site_menu.inc.php [/b]it is looking for this piece of code: <li class="nav-item information dropdown"> <a class="nav-link" href="#" data-toggle="dropdown" class="dropdown-toggle"><?php echo language::translate('title_information', 'Information'); ?></a> <ul class="dropdown-menu"> <?php foreach ($pages as $item) { ?> <li class="nav-item"><a class="nav-link" href="<?php echo functions::escape_html($item['link']); ?>"><?php echo $item['title']; ?></a></li> <?php } ?> </ul> </li> <?php } ?> https://github.com/litecart/litecart/blob/0016e27a3b964c3f7f18a345f3d6761bbae6439d/public_html/includes/templates/default.catalog/views/box_site_menu.inc.php#L68C1-L77C19 Is this code not present in your file?
blixten19 LiteCart Fan Da Sweden Membro dal mag 2022 blixten19 12 dic 2023 09:16 no can i insert this code?
jackmaessen LiteCart Fan Da Netherlands Membro dal dic 2022 jackmaessen 12 dic 2023 14:58 Better attach the file: [b]includes/templates/man.catalog/views/box_site_menu.inc.php[/b] Then i can see what's the best solution