AshbridgeWS Posted January 6, 2016 Share Posted January 6, 2016 Hi all, I have recently installed the module Smart Blog to my Prestashop store and I need to remove the Breadcrumb from the main page of the Blog. I went to /httpdocs/modules/smartblog/views/templates/front and opened every file... I can't find <div class="breadcrumb clearfix"> which is what shows when I inspect element on the Breadcrumb on the Blog page. Why is this? Am I in the wrong directory? Link to comment Share on other sites More sharing options...
im_presto Posted January 6, 2016 Share Posted January 6, 2016 In smart blog module, you can find template posts.tpl, which has below code for breadcrumb. {capture name=path}<a href="{smartblog::GetSmartBlogLink('smartblog')}">{l s='All Blog News' mod='smartblog'}</a><span class="navigation-pipe">{$navigationPipe}</span>{$meta_title}{/capture} probably, you can find {capture} tag based breadcrumb in other templates too. Link to comment Share on other sites More sharing options...
AshbridgeWS Posted January 6, 2016 Author Share Posted January 6, 2016 In smart blog module, you can find template posts.tpl, which has below code for breadcrumb. {capture name=path}<a href="{smartblog::GetSmartBlogLink('smartblog')}">{l s='All Blog News' mod='smartblog'}</a><span class="navigation-pipe">{$navigationPipe}</span>{$meta_title}{/capture} probably, you can find {capture} tag based breadcrumb in other templates too. I went through every file and removed that line and it's still there. Ideas? Link to comment Share on other sites More sharing options...
im_presto Posted January 6, 2016 Share Posted January 6, 2016 better you check the controllers of smart blog module. Link to comment Share on other sites More sharing options...
vekia Posted January 6, 2016 Share Posted January 6, 2016 have you cleared the shop cache after you altered the module .tpl file? 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