Sho Posted January 23, 2019 Share Posted January 23, 2019 (edited) Hello. CMS Block in PrestaShop 1.6 displays duplicated menu items in the footer. In CMS section and module configuration all seems ok, all items are single, but on the front the are displayed twice. Any solution? Edited January 23, 2019 by Sho (see edit history) Link to comment Share on other sites More sharing options...
Sho Posted March 5, 2019 Author Share Posted March 5, 2019 I found the solution. if anyone would want to know. In themes/default-bootstrap/modules/blockcms/blockcms.tpl there was duplicated code: <li class="item"> <a href="{$cmslink.link|escape:'html':'UTF-8'}" title="{$cmslink.meta_title|escape:'html':'UTF-8'}"> {$cmslink.meta_title|escape:'html':'UTF-8'} </a> </li> I deleted these strings and flushed the cache. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now