<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Hook the Prestashop Layered Navigation Block to the Center Column</title>
	<atom:link href="http://nemops.com/prestashop-layered-navigation-block-center-column/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com/prestashop-layered-navigation-block-center-column/</link>
	<description>Prestashop Tutorials, Modules and More!</description>
	<lastBuildDate>Fri, 10 Mar 2023 23:25:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.35</generator>
	<item>
		<title>By: Juan Sánchez</title>
		<link>http://nemops.com/prestashop-layered-navigation-block-center-column/comment-page-1/#comment-46822</link>
		<dc:creator><![CDATA[Juan Sánchez]]></dc:creator>
		<pubDate>Sun, 19 Jan 2020 20:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2319#comment-46822</guid>
		<description><![CDATA[Wow! Thanks for the temporary solution. Did you find another best way to keep the module working?

Regards]]></description>
		<content:encoded><![CDATA[<p>Wow! Thanks for the temporary solution. Did you find another best way to keep the module working?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://nemops.com/prestashop-layered-navigation-block-center-column/comment-page-1/#comment-46722</link>
		<dc:creator><![CDATA[chris]]></dc:creator>
		<pubDate>Mon, 19 Mar 2018 10:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2319#comment-46722</guid>
		<description><![CDATA[Hi 
Problem fixed !!!!
the issue is to include the hook in  the hook  like this it doesn&#039;t include the tpl file...
have a nice day]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
Problem fixed !!!!<br />
the issue is to include the hook in  the hook  like this it doesn&#8217;t include the tpl file&#8230;<br />
have a nice day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://nemops.com/prestashop-layered-navigation-block-center-column/comment-page-1/#comment-46721</link>
		<dc:creator><![CDATA[chris]]></dc:creator>
		<pubDate>Sun, 18 Mar 2018 20:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2319#comment-46721</guid>
		<description><![CDATA[Hi
It work for me but the content of the category.tpl is displayed in the blocklayered, it means that I have to expand the block to see the rest of the page ( products, footer...etc...) does anyone had the same problem and fixed it ?
(prestashop 1.6.1.7)]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
It work for me but the content of the category.tpl is displayed in the blocklayered, it means that I have to expand the block to see the rest of the page ( products, footer&#8230;etc&#8230;) does anyone had the same problem and fixed it ?<br />
(prestashop 1.6.1.7)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pecatum Gourmet</title>
		<link>http://nemops.com/prestashop-layered-navigation-block-center-column/comment-page-1/#comment-46706</link>
		<dc:creator><![CDATA[Pecatum Gourmet]]></dc:creator>
		<pubDate>Fri, 09 Feb 2018 12:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2319#comment-46706</guid>
		<description><![CDATA[Sooo, I got it!!! I added the style modifications to: themesYOUR-THEMEcssautoloaduniform.default.css, and now it works!

Indeed, no idea why it stops loading styles from blocklayered.css and loads them from uniform.default.css instead, when disabling left column. I guess I don&#039;t know Prestashop enough to explain this, but at least it works!

In any case, if anyone can explain why to me, I will thank him/her (just for curiosity and for increasing my knowledge about Prestashop ;-)).]]></description>
		<content:encoded><![CDATA[<p>Sooo, I got it!!! I added the style modifications to: themesYOUR-THEMEcssautoloaduniform.default.css, and now it works!</p>
<p>Indeed, no idea why it stops loading styles from blocklayered.css and loads them from uniform.default.css instead, when disabling left column. I guess I don&#8217;t know Prestashop enough to explain this, but at least it works!</p>
<p>In any case, if anyone can explain why to me, I will thank him/her (just for curiosity and for increasing my knowledge about Prestashop ;-)).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pecatum Gourmet</title>
		<link>http://nemops.com/prestashop-layered-navigation-block-center-column/comment-page-1/#comment-46705</link>
		<dc:creator><![CDATA[Pecatum Gourmet]]></dc:creator>
		<pubDate>Fri, 09 Feb 2018 12:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2319#comment-46705</guid>
		<description><![CDATA[Hi,

Everything works, except the part for the CSS changes. After doing everything, I find that the styles are being loaded from global.css, and not from blocklayered.css.

IMPORTANT (maybe): I have Left Column disabled in Category pages. If I re-enable it, then it works, and styles are loaded from blocklayered.css.

What&#039;s the problem? I see that the structure is the same, but just in case I&#039;ve also added the following to blocklayered.css:

#center_column .layered_filter{
  float:left;
  width: 50%;
}
#center_column .layered_filter:nth-child(2n) {
  clear:left;
}

#layered_block_left .layered_filter{
  float:left;
  width: 50%;
}
#layered_block_left .layered_filter:nth-child(2n) {
  clear:left;
}

#layered_block_left .block{
  float:left;
  width: 50%;
}
#layered_block_left .block:nth-child(2n) {
  clear:left;
}

Is there anywhere where it says not to load blocklayered.css if Left Column is disabled??? I don&#039;t get it :-(]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Everything works, except the part for the CSS changes. After doing everything, I find that the styles are being loaded from global.css, and not from blocklayered.css.</p>
<p>IMPORTANT (maybe): I have Left Column disabled in Category pages. If I re-enable it, then it works, and styles are loaded from blocklayered.css.</p>
<p>What&#8217;s the problem? I see that the structure is the same, but just in case I&#8217;ve also added the following to blocklayered.css:</p>
<p>#center_column .layered_filter{<br />
  float:left;<br />
  width: 50%;<br />
}<br />
#center_column .layered_filter:nth-child(2n) {<br />
  clear:left;<br />
}</p>
<p>#layered_block_left .layered_filter{<br />
  float:left;<br />
  width: 50%;<br />
}<br />
#layered_block_left .layered_filter:nth-child(2n) {<br />
  clear:left;<br />
}</p>
<p>#layered_block_left .block{<br />
  float:left;<br />
  width: 50%;<br />
}<br />
#layered_block_left .block:nth-child(2n) {<br />
  clear:left;<br />
}</p>
<p>Is there anywhere where it says not to load blocklayered.css if Left Column is disabled??? I don&#8217;t get it <img src="http://nemops.com/wp-includes/images/smilies/icon_sad.gif" alt=":-(" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oswaldo Franco</title>
		<link>http://nemops.com/prestashop-layered-navigation-block-center-column/comment-page-1/#comment-46680</link>
		<dc:creator><![CDATA[Oswaldo Franco]]></dc:creator>
		<pubDate>Fri, 17 Nov 2017 22:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2319#comment-46680</guid>
		<description><![CDATA[Greetings friends, I want to know if it is possible to show the contents of the blocklayered in a fancybox to show it on mobile.

regards]]></description>
		<content:encoded><![CDATA[<p>Greetings friends, I want to know if it is possible to show the contents of the blocklayered in a fancybox to show it on mobile.</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://nemops.com/prestashop-layered-navigation-block-center-column/comment-page-1/#comment-46616</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 06 Sep 2017 09:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2319#comment-46616</guid>
		<description><![CDATA[Hi,

you need to comment line 681,682 and 683 from blocklayered.php

regards,]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>you need to comment line 681,682 and 683 from blocklayered.php</p>
<p>regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F.V</title>
		<link>http://nemops.com/prestashop-layered-navigation-block-center-column/comment-page-1/#comment-46425</link>
		<dc:creator><![CDATA[F.V]]></dc:creator>
		<pubDate>Wed, 05 Oct 2016 17:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2319#comment-46425</guid>
		<description><![CDATA[Hello Manu, did you found the answer of this ? I got same problem but i couldnt fix it for now]]></description>
		<content:encoded><![CDATA[<p>Hello Manu, did you found the answer of this ? I got same problem but i couldnt fix it for now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F.V</title>
		<link>http://nemops.com/prestashop-layered-navigation-block-center-column/comment-page-1/#comment-46426</link>
		<dc:creator><![CDATA[F.V]]></dc:creator>
		<pubDate>Wed, 05 Oct 2016 17:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2319#comment-46426</guid>
		<description><![CDATA[Hello Nemo,

Do you have any more clue ? Couldn&#039;t solve this yet, it is on classic 1.6.1.6]]></description>
		<content:encoded><![CDATA[<p>Hello Nemo,</p>
<p>Do you have any more clue ? Couldn&#8217;t solve this yet, it is on classic 1.6.1.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemoPS</title>
		<link>http://nemops.com/prestashop-layered-navigation-block-center-column/comment-page-1/#comment-46404</link>
		<dc:creator><![CDATA[NemoPS]]></dc:creator>
		<pubDate>Mon, 05 Sep 2016 08:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=2319#comment-46404</guid>
		<description><![CDATA[You might need to check if it has a disabling if statement inside displayHeader, in case the module is not hooked to any column]]></description>
		<content:encoded><![CDATA[<p>You might need to check if it has a disabling if statement inside displayHeader, in case the module is not hooked to any column</p>
]]></content:encoded>
	</item>
</channel>
</rss>
