Basement1995 1 Report post Posted October 7, 2013 Hello I have configured a layered navigation block but it does not show up on my site. My website is called http://www.basementdesignerclothing.com Can some one help me Thanks in Advance Share this post Link to post Share on other sites
batman42ca 15 Report post Posted October 7, 2013 I took a quick look. Have you added any products to your categories? The Layered Navigation Block appears on category pages. If all your categories are empty I guess the Layered Navigation Block won't appear. Share this post Link to post Share on other sites
Basement1995 1 Report post Posted October 7, 2013 yes my products are in categories but it sill doesnt show up Share this post Link to post Share on other sites
batman42ca 15 Report post Posted October 7, 2013 Then someone, not me, will probably need admin access to help diagnose this. 1 abzal reacted to this Share this post Link to post Share on other sites
Basement1995 1 Report post Posted October 9, 2013 Can anybody help me with this please Share this post Link to post Share on other sites
stottycabanas 129 Report post Posted October 13, 2013 Looks like you got it working OK .... If so, you can mark the topic as SOLVED Share this post Link to post Share on other sites
vekia 8,770 Report post Posted October 13, 2013 block layered navigation module appears only on category pages, it mean that you will not see in homepage etc. moreover on your homepage you haven't got left / right columns. i checked your website and module appears well, problem solved? Share this post Link to post Share on other sites
kimmy018 0 Report post Posted November 4, 2013 (edited) Hi, can anyone here help me implementing layered navigation in my cms page that shows all products? I think this module only appears on category and product pages. Thanks! Edited November 4, 2013 by kimmy018 Share this post Link to post Share on other sites
xavixaus 0 Report post Posted November 10, 2013 Hello. You need to modify hooks and put layered navigation block on CMS hook page. I hope this will solve your problem. Regards from http://www.sexotodo.com. Share this post Link to post Share on other sites
kimmy018 0 Report post Posted November 24, 2013 Hi xavixaus, thanks for your help but I have another problem in layered navigation module. I want to change color filter into checkbox. Filtering still works but when I uncheck it, it doesn't remove or untick the checkbox so the results are always the same. Note: even I set color filter on my template as checkbox it still a button that's why I have to modify blocklayered.tpl. Thanks for your time. Share this post Link to post Share on other sites
ricky11 47 Report post Posted December 18, 2013 Hi vekia I am having a small buggy problem with my layerd navigation. it works well, but when i filter a product, all the images changes to ? and in the url i can see a # next to the category. If i remove the # then the images appear OK. Someone told me i have to reinstall the layer navigation module. Do you think so. I am using 1.561 new install. Share this post Link to post Share on other sites
marquand26 0 Report post Posted January 9, 2014 Hi vekia I am having a small buggy problem with my layerd navigation. it works well, but when i filter a product, all the images changes to ? and in the url i can see a # next to the category. If i remove the # then the images appear OK. Someone told me i have to reinstall the layer navigation module. Do you think so. I am using 1.561 new install. Hi there, I'm having the same problem. It even appears in the pagination - so if I'm in a category listing and go to the next page, all I get are ? as images, but if I take the # off the url, it appears fine. Wonder what is outputting the # after the category name in the url? Thanks Share this post Link to post Share on other sites
luisgalvan 1 Report post Posted January 11, 2014 block layered navigation module appears only on category pages, it mean that you will not see in homepage etc. moreover on your homepage you haven't got left / right columns. i checked your website and module appears well, problem solved? Is there any way to display the layered navigation module in the results pages of a search? Share this post Link to post Share on other sites
guillenqn 4 Report post Posted February 7, 2014 Is there any way to display the layered navigation module in the results pages of a search? I'm looking for exactly the same request, any luck? Share this post Link to post Share on other sites
hurray 6 Report post Posted July 23, 2014 Hi, Did anyone figure out why the images do not show when we apply the filter? I am having the same problem. Share this post Link to post Share on other sites
pedes 0 Report post Posted November 21, 2014 Please anyone has a solution for the problem with the image on layered navigation? There should be someone who can solce this or at least tell something about it. Thanks Share this post Link to post Share on other sites
abossman 0 Report post Posted December 18, 2014 got the same problem too Share this post Link to post Share on other sites
Guest locen Report post Posted January 7, 2016 Hi, i have layered navigation block but when i setting up that product are not visible to some countries I have problems: - if i have filters active i can't shows any products (see the image) - if i disable filters i show product but i don't have filters.. anyone can help me? Share this post Link to post Share on other sites
prestashpbbsr 0 Report post Posted March 19, 2016 In Presatshop 1.6 The layered navigation block is not working. The filter templates has been configured for filtering on basis of Manufacturer and price. The Category tab in left panel is enabled.The Filter catalogue block is not appearing in the left column. Also after applying the filter,in the products page it is resulting to zero product. Can someone help on this. Share this post Link to post Share on other sites
Mja388 0 Report post Posted December 10, 2016 I have just transferred my Prestashop 1.6 site over to a new server and now there is a problem with the products not appearing on the category pages. The don't appear on the product list page unless I disable the layered filter module. I wonder if you are able to offer any advise on how to fix? Share this post Link to post Share on other sites
DanielWCPO 0 Report post Posted December 20, 2016 I am having the exact same problem as Mja388 above. No products show up in the categories pages when I have the layered navigation block enabled. - Running 1.6.1.10 - All products are in the categories and categories have been added to the layered navigation block module's active template - If I uncheck the categories in the active template then the products show in the categories, but obviously I want the filters working. Any help/ideas? Share this post Link to post Share on other sites
wesleifelix 1 Report post Posted September 28, 2017 in header.tpl create a new hook before the slide hook exemple: <!-- HEADER THEME TPL --> <div id="filtro_row"> <div id="top_column" class="center_column">{hook h="displayHomeFiltro"}</div></div> in the blocklayered.php add this hook in install public function install() { if (parent::install() && $this->registerHook('header') && $this->registerHook('leftColumn') && $this->registerHook('categoryAddition') && $this->registerHook('categoryUpdate') && $this->registerHook('attributeGroupForm') && $this->registerHook('afterSaveAttributeGroup') && $this->registerHook('afterDeleteAttributeGroup') && $this->registerHook('featureForm') && $this->registerHook('afterDeleteFeature') && $this->registerHook('afterSaveFeature') && $this->registerHook('categoryDeletion') && $this->registerHook('afterSaveProduct') && $this->registerHook('productListAssign') && $this->registerHook('postProcessAttributeGroup') && $this->registerHook('postProcessFeature') && $this->registerHook('featureValueForm') && $this->registerHook('postProcessFeatureValue') && $this->registerHook('afterDeleteFeatureValue') && $this->registerHook('afterSaveFeatureValue') && $this->registerHook('attributeForm') && $this->registerHook('postProcessAttribute') && $this->registerHook('afterDeleteAttribute') && $this->registerHook('afterSaveAttribute') && $this->registerHook('leftColumn') && $this->registerHook('displayHomeFiltro') ) before coment any : if ($id_parent == $home_category) return Share this post Link to post Share on other sites
somits1 0 Report post Posted October 4, 2017 ayered navigation block not working in mobile theme while working on Desktop Version, Can you please tell me how to enable on mobile. I am using prestashop 1.5.6 and my site is www.kaunsamobile.com Share this post Link to post Share on other sites