<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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">
	<channel>
		<title>Magik Forum &#187; Forum: Magik Shoes - Recent Posts</title>
		<link>http://forum.magikcommerce.com/forum/magik-shoes</link>
		<description>Magik Forum</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 06:38:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forum.magikcommerce.com/search.php</link>
		</textInput>
		<atom:link href="http://forum.magikcommerce.com/rss/forum/magik-shoes" rel="self" type="application/rss+xml" />

		<item>
			<title>Magik Pranali on "Homepage"</title>
			<link>http://forum.magikcommerce.com/topic/homepage#post-442</link>
			<pubDate>Thu, 22 Dec 2011 05:54:22 +0000</pubDate>
			<dc:creator>Magik Pranali</dc:creator>
			<guid isPermaLink="false">442@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Please follow the readme instructions and installation manual steps.&#60;/p&#62;
&#60;p&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>fizzyisdizzy on "Homepage"</title>
			<link>http://forum.magikcommerce.com/topic/homepage#post-441</link>
			<pubDate>Wed, 21 Dec 2011 12:27:17 +0000</pubDate>
			<dc:creator>fizzyisdizzy</dc:creator>
			<guid isPermaLink="false">441@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I added this template, following guide, however my homepage isn't appearing with content i.e. the images as shown on template. &#60;/p&#62;
&#60;p&#62;Can anyone help me?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Ashish on "[issue]more than 1 page on products page?"</title>
			<link>http://forum.magikcommerce.com/topic/issuemore-than-1-page-on-products-page#post-435</link>
			<pubDate>Wed, 07 Dec 2011 06:43:41 +0000</pubDate>
			<dc:creator>Ashish</dc:creator>
			<guid isPermaLink="false">435@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;@TJR Could you please add more products under any category so we can check the issue.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>tjrenna on "[issue]more than 1 page on products page?"</title>
			<link>http://forum.magikcommerce.com/topic/issuemore-than-1-page-on-products-page#post-434</link>
			<pubDate>Wed, 07 Dec 2011 00:00:01 +0000</pubDate>
			<dc:creator>tjrenna</dc:creator>
			<guid isPermaLink="false">434@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;How was this issue resolved?&#38;nbsp; I currently have this issue and the code for Toolbar.php has already been edited.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;TJR
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Magik Pranali on "Query about this theme.."</title>
			<link>http://forum.magikcommerce.com/topic/query-about-this-theme#post-424</link>
			<pubDate>Fri, 11 Nov 2011 05:46:13 +0000</pubDate>
			<dc:creator>Magik Pranali</dc:creator>
			<guid isPermaLink="false">424@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Go to &#60;code&#62;app/design/frontend/default/magikshoes/template/catalog/product/list.phtml&#60;/code&#62; and replace the following line &#60;br /&#62;
&#60;pre lang=&#34;php&#34;&#62;&#38;lt;?php echo $this-&#38;gt;htmlEscape($_product-&#38;gt;getName()) ?&#38;gt;&#60;/pre&#62;
&#60;br /&#62;with&#60;br /&#62;
&#60;pre lang=&#34;php&#34;&#62;&#38;lt;?php $pname =&#38;nbsp; $this-&#38;gt;htmlEscape($_product-&#38;gt;getName());&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; if(strlen($pname) &#38;gt; 20)&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; {&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; echo substr($pname,0,18).'...';&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; }&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; else {&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; echo $pname;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; }&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;nbsp;?&#38;gt;&#60;/pre&#62;
</description>
		</item>
		<item>
			<title>MagentoNoob on "Query about this theme.."</title>
			<link>http://forum.magikcommerce.com/topic/query-about-this-theme#post-419</link>
			<pubDate>Thu, 03 Nov 2011 15:29:31 +0000</pubDate>
			<dc:creator>MagentoNoob</dc:creator>
			<guid isPermaLink="false">419@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;The empty spaces only occur in the Sort by Position and Name choice.. if I select Price and descending they show up fine&#38;nbsp; /
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MagentoNoob on "Query about this theme.."</title>
			<link>http://forum.magikcommerce.com/topic/query-about-this-theme#post-418</link>
			<pubDate>Thu, 03 Nov 2011 14:57:38 +0000</pubDate>
			<dc:creator>MagentoNoob</dc:creator>
			<guid isPermaLink="false">418@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Thank you for the link helped me. However now when it displays the category. Are empty spots in the grid. Do you know why? 
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Magik Pranali on "Query about this theme.."</title>
			<link>http://forum.magikcommerce.com/topic/query-about-this-theme#post-417</link>
			<pubDate>Thu, 03 Nov 2011 06:06:13 +0000</pubDate>
			<dc:creator>Magik Pranali</dc:creator>
			<guid isPermaLink="false">417@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;To fix above issue please do the changes specified in&#60;br /&#62;
the following link&#60;br /&#62;
-http://www.magikthemes.com/question-answers/how-to-fix-the-error-on-category-page-if-category-has-more-than-9-products/
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MagentoNoob on "Query about this theme.."</title>
			<link>http://forum.magikcommerce.com/topic/query-about-this-theme#post-414</link>
			<pubDate>Wed, 02 Nov 2011 20:33:05 +0000</pubDate>
			<dc:creator>MagentoNoob</dc:creator>
			<guid isPermaLink="false">414@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Oh another thing is if I do not select the Category and only the subcategory the theme and the page shows up fine.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MagentoNoob on "Query about this theme.."</title>
			<link>http://forum.magikcommerce.com/topic/query-about-this-theme#post-413</link>
			<pubDate>Wed, 02 Nov 2011 20:30:54 +0000</pubDate>
			<dc:creator>MagentoNoob</dc:creator>
			<guid isPermaLink="false">413@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Great theme to begin with. &#60;/p&#62;
&#60;p&#62;However, when adding products to to a second sub category. The Category page does not show up. Shows some error. &#60;/p&#62;
&#60;p&#62;-=======================-&#60;br /&#62;
&#60;pre&#62;Invalid method Mage_Catalog_Block_Product_List_Toolbar::isLastPage(Array
(
)
)-===========================-

Why is that?  

Thanks 

Newbie&#60;/pre&#62;
</description>
		</item>
		<item>
			<title>Magik Pranali on "&#34;Static block only&#34; is trying to show products (when it&#039;s not supposed to)"</title>
			<link>http://forum.magikcommerce.com/topic/static-block-only-is-trying-to-show-products-when-its-not-supposed-to#post-412</link>
			<pubDate>Tue, 01 Nov 2011 05:58:51 +0000</pubDate>
			<dc:creator>Magik Pranali</dc:creator>
			<guid isPermaLink="false">412@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Go to &#60;code&#62;app/design/frontend/default/magikshoes/template/catalog/category/view.phtml&#60;/code&#62;&#60;br /&#62;Find the below the given lines&#60;br /&#62;
&#60;pre lang=&#34;php&#34;&#62;&#38;lt;?php echo $this-&#38;gt;getCmsBlockHtml() ?&#38;gt;&#38;lt;?php echo $this-&#38;gt;getProductListHtml() ?&#38;gt;&#60;/pre&#62;
&#60;p&#62;&#38;nbsp;and replace it with&#60;br /&#62;
&#60;pre lang=&#34;php&#34;&#62;&#38;lt;?php if($this-&#38;gt;isContentMode()): ?&#38;gt;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;?php echo $this-&#38;gt;getCmsBlockHtml() ?&#38;gt;

&#38;lt;?php elseif($this-&#38;gt;isMixedMode()): ?&#38;gt;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;?php echo $this-&#38;gt;getCmsBlockHtml() ?&#38;gt;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;?php echo $this-&#38;gt;getProductListHtml() ?&#38;gt;

&#38;lt;?php else: ?&#38;gt;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;?php echo $this-&#38;gt;getProductListHtml() ?&#38;gt;&#38;lt;?php endif; ?&#38;gt;&#60;/pre&#62;
&#60;p&#62;Hope this helps you.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>cristina on "&#34;Static block only&#34; is trying to show products (when it&#039;s not supposed to)"</title>
			<link>http://forum.magikcommerce.com/topic/static-block-only-is-trying-to-show-products-when-its-not-supposed-to#post-409</link>
			<pubDate>Sun, 23 Oct 2011 18:50:47 +0000</pubDate>
			<dc:creator>cristina</dc:creator>
			<guid isPermaLink="false">409@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm using &#60;strong&#62;Magik Shoes Theme&#60;/strong&#62; with Magento&#38;nbsp;ver. 1.6.0.0.&#60;/p&#62;
&#60;p&#62;In &#34;Catalog&#34; when I create a Category and choose on Display Mode &#60;strong&#62;&#34;Static block Only&#34;&#60;/strong&#62; and then specify the CMS block&#38;nbsp;I want, it shows on the website the correct cms block...BUT...below shows a message that says someting like &#34;&#60;strong&#62;There's no products in this category&#34;&#60;/strong&#62; (I'm using a translated version so I don't know what is the exact english message but it seems that it's trying to load products but there is none associated with that category so it shows this message).&#60;/p&#62;
&#60;p&#62;I'm pretty sure this is only a problema with this Theme, because I've configured other stores in this same installation and reviewed all settings and there are all equal, except for the theme used. &#60;/p&#62;
&#60;p&#62;And if I change in &#34;Custom Design&#34; tab, the theme associated with that block, the problem goes away (it shows only the cms content and no message related to the products), so it's really a Magik Shoes problem.&#60;/p&#62;
&#60;p&#62;I really like this theme but I need help to solve this problem.&#60;/p&#62;
&#60;p&#62;Any idea?&#60;/p&#62;
&#60;p&#62;Thank you!&#60;/p&#62;
</description>
		</item>
		<item>
			<title>thierry on "Link compare"</title>
			<link>http://forum.magikcommerce.com/topic/link-compare#post-329</link>
			<pubDate>Fri, 26 Aug 2011 08:08:07 +0000</pubDate>
			<dc:creator>thierry</dc:creator>
			<guid isPermaLink="false">329@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;thanks a lot
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>chris on "Tags cloud"</title>
			<link>http://forum.magikcommerce.com/topic/tags-cloud#post-326</link>
			<pubDate>Wed, 24 Aug 2011 22:41:22 +0000</pubDate>
			<dc:creator>chris</dc:creator>
			<guid isPermaLink="false">326@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;Sorry but I can't do that for security reason.&#60;br /&#62;I think I will try to re-install magento and then the theme from the beginning..
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MagikTejas on "Width site"</title>
			<link>http://forum.magikcommerce.com/topic/width-site#post-325</link>
			<pubDate>Wed, 24 Aug 2011 11:44:03 +0000</pubDate>
			<dc:creator>MagikTejas</dc:creator>
			<guid isPermaLink="false">325@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;If you try to change the width for templates then u need to modify all dependent parts like top header image, navigation menu background image etc.&#60;br /&#62;Also need to do some css changes in proportion with increased width.&#60;br /&#62;&#38;nbsp;&#60;br /&#62;Thanks
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MagikTejas on "Link compare"</title>
			<link>http://forum.magikcommerce.com/topic/link-compare#post-324</link>
			<pubDate>Wed, 24 Aug 2011 11:31:20 +0000</pubDate>
			<dc:creator>MagikTejas</dc:creator>
			<guid isPermaLink="false">324@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To remove &#34;compare product&#34; link go to -&#60;br /&#62;&#60;code&#62;app/design/frontend/default/magikshoes/catalog/product/view/addto.phtml&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In this file comment out following code -&#60;br /&#62; &#60;b&#62;&#60;strong&#62;&#60;br /&#62;
&#60;pre lang=&#34;php&#34;&#62;&#38;lt;?php /*if($_compareUrl=$this-&#38;gt;helper('catalog/product_compare')-&#38;gt;getAddUrl($_product) ): ?&#38;gt;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;li style=&#34;display:inline;width:200px;&#34;&#38;gt;&#60;span class=&#34;pipe&#34;&#62;&#124;&#60;/span&#62; &#60;a&#62;&#34;&#38;gt;&#38;lt;?php echo $this-&#38;gt;__('Add to Compare') ?&#38;gt;&#60;/a&#62;&#38;lt;?php endif; */ ?&#38;gt;&#60;/pre&#62;
&#60;/strong&#62;&#60;br /&#62;&#60;/b&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>thierry on "Link compare"</title>
			<link>http://forum.magikcommerce.com/topic/link-compare#post-323</link>
			<pubDate>Wed, 24 Aug 2011 09:14:38 +0000</pubDate>
			<dc:creator>thierry</dc:creator>
			<guid isPermaLink="false">323@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;I would like to cancel the link compare product but I don't know how. Thanks
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>thierry on "Width site"</title>
			<link>http://forum.magikcommerce.com/topic/width-site#post-322</link>
			<pubDate>Wed, 24 Aug 2011 07:08:37 +0000</pubDate>
			<dc:creator>thierry</dc:creator>
			<guid isPermaLink="false">322@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;I would like to change the width but I can't. I have changed many line on boxes.css but it's doesn't work. Do you know jhow I have to do?
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MagikTejas on "Tags cloud"</title>
			<link>http://forum.magikcommerce.com/topic/tags-cloud#post-321</link>
			<pubDate>Fri, 19 Aug 2011 12:14:57 +0000</pubDate>
			<dc:creator>MagikTejas</dc:creator>
			<guid isPermaLink="false">321@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you give us the access of your site admin &#38;amp; if needed FTP access. So that we can look into the issue.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>chris on "Tags cloud"</title>
			<link>http://forum.magikcommerce.com/topic/tags-cloud#post-320</link>
			<pubDate>Fri, 19 Aug 2011 05:25:11 +0000</pubDate>
			<dc:creator>chris</dc:creator>
			<guid isPermaLink="false">320@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Same behavior... I have a blank column with no tag cloud.&#60;br /&#62;I should have missed something in the configuration.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MagikTejas on "Tags cloud"</title>
			<link>http://forum.magikcommerce.com/topic/tags-cloud#post-319</link>
			<pubDate>Thu, 18 Aug 2011 11:26:19 +0000</pubDate>
			<dc:creator>MagikTejas</dc:creator>
			<guid isPermaLink="false">319@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try applying 2columns-left layout to your home/CMS page.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>chris on "Tags cloud"</title>
			<link>http://forum.magikcommerce.com/topic/tags-cloud#post-318</link>
			<pubDate>Wed, 17 Aug 2011 19:16:09 +0000</pubDate>
			<dc:creator>chris</dc:creator>
			<guid isPermaLink="false">318@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;update:&#60;br /&#62;I tried to update catalog.xml:&#60;br /&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;reference name=&#34;left&#34;&#38;gt;&#60;br /&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;block type=&#34;catalog/navigation&#34; after=&#34;right.poll&#34; name=&#34;catalog.leftnav&#34; template=&#34;catalog/navigation/left.phtml&#34;/&#38;gt;&#60;br /&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;/reference&#38;gt;&#60;br /&#62;But no change !
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>chris on "Tags cloud"</title>
			<link>http://forum.magikcommerce.com/topic/tags-cloud#post-317</link>
			<pubDate>Wed, 17 Aug 2011 19:08:07 +0000</pubDate>
			<dc:creator>chris</dc:creator>
			<guid isPermaLink="false">317@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi.&#60;br /&#62;Thx for this 1rt answer.&#60;br /&#62;I'm using the magik shoes theme.&#60;br /&#62;Even if I put the home static page in a &#34;3 columns&#34; config, I can't see the tag cloud.&#60;br /&#62;:-(
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MagikTejas on "Tags cloud"</title>
			<link>http://forum.magikcommerce.com/topic/tags-cloud#post-316</link>
			<pubDate>Wed, 17 Aug 2011 13:10:42 +0000</pubDate>
			<dc:creator>MagikTejas</dc:creator>
			<guid isPermaLink="false">316@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;In a default installation of Magento, the tag cloud should appear automatically once tags have been added to the products &#38;amp; approved by admin. No need of extra settings. Are you using any custom theme? In that case you need to check that custom theme is not hiding the tag cloud.&#60;/p&#62;
&#60;p&#62;Hope this will you.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;&#38;nbsp;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>chris on "Tags cloud"</title>
			<link>http://forum.magikcommerce.com/topic/tags-cloud#post-315</link>
			<pubDate>Tue, 16 Aug 2011 21:45:55 +0000</pubDate>
			<dc:creator>chris</dc:creator>
			<guid isPermaLink="false">315@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm trying to display the tags cloud in the home page.&#60;/p&#62;
&#60;p&#62;system-Configuration-Advanced-Advanced-Mage_Tag is activated&#60;br /&#62;and I have created some tags (status approved) from the admin page.&#60;/p&#62;
&#60;p&#62;I tried to edit the tags.xml:&#60;br /&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;reference name=&#34;left&#34;&#38;gt;&#60;br /&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;block type=&#34;tag/popular&#34; name=&#34;tags_popular&#34; template=&#34;tag/popular.phtm&#34;&#38;gt;&#60;br /&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;action method=&#34;setTemplate&#34;&#38;gt;&#38;lt;template&#38;gt;tag/popular.phtml&#38;lt;/template&#38;gt;&#38;lt;/action&#38;gt;&#60;br /&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;/block&#38;gt;&#60;br /&#62;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; &#38;lt;/reference&#38;gt;&#60;br /&#62;to &#38;lt;reference name=&#34;right&#34;&#38;gt; or &#38;lt;reference name=&#34;footer&#34;&#38;gt; ...&#60;br /&#62;but nothing in the home page :(&#60;br /&#62;Please help me...
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MagikTejas on "Magikshoes and magento 1.5"</title>
			<link>http://forum.magikcommerce.com/topic/magikshoes-and-magento-15#post-307</link>
			<pubDate>Mon, 11 Jul 2011 05:49:38 +0000</pubDate>
			<dc:creator>MagikTejas</dc:creator>
			<guid isPermaLink="false">307@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you send us the FTP details so we can install this theme on your server or you can check our other shoes theme -&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.magikcommerce.com/magento-themes/premium-magento-themes/magik-shoeey-magento-theme/&#34; rel=&#34;nofollow&#34;&#62;http://www.magikcommerce.com/magento-themes/premium-magento-themes/magik-footwear-store-magento-theme/&#60;/a&#62;&#60;br /&#62;&#60;a href=&#34;//www.magikcommerce.com/magento-themes/premium-magento-themes/magik-shoeey-magento-theme/&#34; rel=&#34;nofollow&#34;&#62;&#60;br /&#62;http://www.magikcommerce.com/magento-themes/premium-magento-themes/magik-shoeey-magento-theme/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>magikless on "Magikshoes and magento 1.5"</title>
			<link>http://forum.magikcommerce.com/topic/magikshoes-and-magento-15#post-306</link>
			<pubDate>Sun, 10 Jul 2011 18:34:56 +0000</pubDate>
			<dc:creator>magikless</dc:creator>
			<guid isPermaLink="false">306@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;I just tried to install on version 1.5 and it was a no-go. If anyone knows of any other themes paid or free that would work well for a shoe site (not from magik)&#38;nbsp;please send me a message. I would really appreciate it. As of right now I am thinking of getting a paid theme from another site and modifying it for shoes, which sucks since this one was so close to what I needed. Too bad it won't install.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>magikless on "Not showing up"</title>
			<link>http://forum.magikcommerce.com/topic/not-showing-up#post-305</link>
			<pubDate>Sun, 10 Jul 2011 18:30:43 +0000</pubDate>
			<dc:creator>magikless</dc:creator>
			<guid isPermaLink="false">305@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Well I have been looking for magento themes, and I was at first happy to find this site. However this shoe theme does not show up in the configuartion scope drop-down so it is impossible to install.&#60;/p&#62;
&#60;p&#62;I understand no free support for a free theme, but I can't imagine the paid themes are any more reliable. I guess I will go buy a TM theme since I have never had any trouble with any of their templates.&#60;/p&#62;
&#60;p&#62;I build a ton of websites, and just switched over to Magento, so if you guys ever get the bugs worked out please send me an email and I will give you another try. Ok I have wasted enough time on this already, so have yourselves a great day. Thanks.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>thierry on "[issue]more than 1 page on products page?"</title>
			<link>http://forum.magikcommerce.com/topic/issuemore-than-1-page-on-products-page#post-286</link>
			<pubDate>Tue, 05 Jul 2011 09:08:55 +0000</pubDate>
			<dc:creator>thierry</dc:creator>
			<guid isPermaLink="false">286@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hello magik Tejas.&#60;/p&#62;
&#60;p&#62;I have try the link myfashion and the speed is very high.&#60;br /&#62;Can you tell me witch hosting do you have?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;Thierry&#60;/p&#62;
</description>
		</item>
		<item>
			<title>thierry on "Home page problem"</title>
			<link>http://forum.magikcommerce.com/topic/home-page-problem#post-285</link>
			<pubDate>Tue, 05 Jul 2011 09:04:51 +0000</pubDate>
			<dc:creator>thierry</dc:creator>
			<guid isPermaLink="false">285@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;It's ok. Every thing are in banner.phtml.
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>

