<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dx3webs &#187; missing</title>
	<atom:link href="http://dx3webs.com/front/tag/missing/feed/" rel="self" type="application/rss+xml" />
	<link>http://dx3webs.com/front</link>
	<description>Magento: fast.. supported.. managed</description>
	<lastBuildDate>Sun, 22 Jan 2012 17:28:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Change number of columns displayed in Magneto search results (modern theme)</title>
		<link>http://dx3webs.com/front/2010/10/change-number-of-columns-displayed-in-magneto-search-results-modern-theme/</link>
		<comments>http://dx3webs.com/front/2010/10/change-number-of-columns-displayed-in-magneto-search-results-modern-theme/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 12:00:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[3]]></category>
		<category><![CDATA[4]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[modern]]></category>
		<category><![CDATA[optimised]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[uk]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=627</guid>
		<description><![CDATA[Tweet To fix this edit catalogsearch.xml in the 2 locations where this occurs. Set setColumnCount to the number of columns you require. We left the original code in place should this start to work correctly at some point in the future. FROM TO If you look in the catalog.xml, you will see this is how [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdx3webs.com%2Ffront%2F2010%2F10%2Fchange-number-of-columns-displayed-in-magneto-search-results-modern-theme%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://dx3webs.com/front/2010/10/change-number-of-columns-displayed-in-magneto-search-results-modern-theme/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://dx3webs.com/front/2010/10/change-number-of-columns-displayed-in-magneto-search-results-modern-theme/"  data-text="Change number of columns displayed in Magneto search results (modern theme)" data-count="horizontal" data-via="dx3webs">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><div style='float:left; width:600px;' ><div id='stb-box-861' class='stb-custom_box' style="color:#ffffff; border-top-color: #ffffff'; border-left-color: #ffffff'; border-right-color: #ffffff'; border-bottom-color: #ffffff'; background-color: #000000; background-image: url(none); min-height: 20px; padding-left: 5px; "><br />
As a result of a bug in the modern theme (1.4.X) you may find that the number of columns being shown in your Quick Search and Advanced Search do not match with the layout specified in your Grid settings. Regardless of what your grid layout specifies you will get 3 columns.  The modern theme is layout with the expectation of 4 columns and the results look poor to visitors.<br />
</div></div><br />
<span id="more-627"></span><br />
To fix this edit catalogsearch.xml in the 2 locations where this occurs. Set setColumnCount to the number of columns you require. We left the original code in place should this start to work correctly at some point in the future.</p>
<p>FROM</p>
<pre class="brush: php; title: ; notranslate">
&lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;empty&lt;/layout&gt;&lt;count&gt;6&lt;/count&gt;&lt;/action&gt;
&lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;one_column&lt;/layout&gt;&lt;count&gt;5&lt;/count&gt;&lt;/action&gt;
&lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;two_columns_left&lt;/layout&gt;&lt;count&gt;4&lt;/count&gt;&lt;/action&gt;
&lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;two_columns_right&lt;/layout&gt;&lt;count&gt;4&lt;/count&gt;&lt;/action&gt;
&lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;three_columns&lt;/layout&gt;&lt;count&gt;3&lt;/count&gt;&lt;/action&gt;
</pre>
<p>TO</p>
<pre class="brush: php; title: ; notranslate">

&lt;!--action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;empty&lt;/layout&gt;&lt;count&gt;6&lt;/count&gt;&lt;/action&gt;
&lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;one_column&lt;/layout&gt;&lt;count&gt;5&lt;/count&gt;&lt;/action&gt;
&lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;two_columns_left&lt;/layout&gt;&lt;count&gt;4&lt;/count&gt;&lt;/action&gt;
&lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;two_columns_right&lt;/layout&gt;&lt;count&gt;4&lt;/count&gt;&lt;/action&gt;
&lt;action method=&quot;addColumnCountLayoutDepend&quot;&gt;&lt;layout&gt;three_columns&lt;/layout&gt;&lt;count&gt;3&lt;/count&gt;&lt;/action--&gt;
&lt;action method=&quot;setColumnCount&quot;&gt;&lt;count&gt;4&lt;/count&gt;&lt;/action&gt;</pre>
<p>If you look in the catalog.xml, you will see this is how it was done in that file.</p>
<div id='stb-container-7617' class='stb-container'><div id='stb-caption-box-7617' class='stb-alert-caption_box stb_caption' >Update: missing pagination</div><div id='stb-body-box-7617' class='stb-alert-body_box stb_body' ></p>
<p>You may also notice that the pagiation is also missing. For example, your search may return 400 items but you can only see page 1 of 40. To fix this edit catalogsearch.xml find:</p>
<pre class="brush: php; title: ; notranslate">
&lt;action method=&quot;setColumnCount&quot;&gt;&lt;count&gt;4&lt;/count&gt;&lt;/action&gt;
</pre>
<p>and place the following immediately ABOVE</p>
<pre class="brush: php; title: ; notranslate">
&lt;block type=&quot;catalog/product_list_toolbar&quot; name=&quot;product_list_toolbar&quot; template=&quot;catalog/product/list/toolbar.phtml&quot;&gt;
&lt;block type=&quot;page/html_pager&quot; name=&quot;product_list_toolbar_pager&quot;/&gt;
&lt;/block&gt;
&lt;action method=&quot;setToolbarBlockName&quot;&gt;&lt;name&gt;product_list_toolbar&lt;/name&gt;&lt;/action&gt;
</pre>
<p>Don&#8217;t forget empty your cache.<br />
</div></div>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2010/10/change-number-of-columns-displayed-in-magneto-search-results-modern-theme/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fix missing Layered navigation in Magento</title>
		<link>http://dx3webs.com/front/2010/01/fix-missing-layered-navigation-in-magento/</link>
		<comments>http://dx3webs.com/front/2010/01/fix-missing-layered-navigation-in-magento/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 22:58:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[disspeared]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[layered navigation]]></category>
		<category><![CDATA[missing]]></category>

		<guid isPermaLink="false">http://dx3webs.com/front/?p=182</guid>
		<description><![CDATA[Tweet Simply log onto your back end System &#62; cache management &#62; Layered Navigation Indices &#62; rebuild now. hey presto all should be well again.]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080; border-radius:5px 5px 5px 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3);background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdx3webs.com%2Ffront%2F2010%2F01%2Ffix-missing-layered-navigation-in-magento%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://dx3webs.com/front/2010/01/fix-missing-layered-navigation-in-magento/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://dx3webs.com/front/2010/01/fix-missing-layered-navigation-in-magento/"  data-text="Fix missing Layered navigation in Magento" data-count="horizontal" data-via="dx3webs">Tweet</a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><div style='float:left; width:600px;' ><div id='stb-box-5152' class='stb-custom_box' style="color:#ffffff; border-top-color: #ffffff'; border-left-color: #ffffff'; border-right-color: #ffffff'; border-bottom-color: #ffffff'; background-color: #000000; background-image: url(none); min-height: 20px; padding-left: 5px; "><br />
If you find that when you look at your Magento powered e-commerce  site and all your layered navigation sub categories have vanished! Don&#8217;t panic.  <br />
</div></div><span id="more-182"></span><br />
Simply log onto your back end System &gt; cache management &gt; Layered Navigation Indices &gt; rebuild now.</p>
<p>hey presto all should be well again.</p>
<div id='stb-container-6155' class='stb-container'><div id='stb-caption-box-6155' class='stb-alert-caption_box stb_caption' style="border-top-color: #000; border-left-color: #000; border-right-color: #000; border-bottom-color: #000; background-image: url(null); padding-left: 25px; ">Looking for Optimised UK Magento Hosting</div><div id='stb-body-box-6155' class='stb-alert-body_box stb_body' style="color:#000; border-top-color: #000; border-left-color: #000; border-right-color: #000; border-bottom-color: #000; background-color: #eeeeee; "><br />
<strong>Rock solid speed and reliability</strong><br />
Robust, reliable, fully backed up, secure <a href="http://dx3webs.com/front/magento-e-commerce/magento-hosting/">UK based Magento hosting</a> for £175 per year. Full details <a href="http://dx3webs.com/front/magento-e-commerce/magento-hosting/">here </a>or <a href="http://dx3webs.com/front/contact-us/">Contact us</a><br />
</div></div>
]]></content:encoded>
			<wfw:commentRss>http://dx3webs.com/front/2010/01/fix-missing-layered-navigation-in-magento/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

