<?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>Everthemes</title>
	<atom:link href="http://everthemes.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://everthemes.com</link>
	<description>Premium Templates</description>
	<lastBuildDate>Mon, 13 May 2013 03:53:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Display a full width logo on Sellegance theme for OpenCart</title>
		<link>http://everthemes.com/knowledgebase/opencart/display-a-full-width-logo-on-sellegance-theme-for-opencart/</link>
		<comments>http://everthemes.com/knowledgebase/opencart/display-a-full-width-logo-on-sellegance-theme-for-opencart/#comments</comments>
		<pubDate>Fri, 08 Feb 2013 06:43:17 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[OpenCart]]></category>
		<category><![CDATA[Sellegance]]></category>

		<guid isPermaLink="false">http://everthemes.com/?p=284</guid>
		<description><![CDATA[<p>If you want to change the default header layout to display a full width logo just install the following vqmod extension.</p><p>The post <a href="http://everthemes.com/knowledgebase/opencart/display-a-full-width-logo-on-sellegance-theme-for-opencart/">Display a full width logo on Sellegance theme for OpenCart</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></description>
				<content:encoded><![CDATA[<div id="content-bootstrap-area"><p>If you want to change the default header layout to display a full width logo just install the following vqmod extension.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;modification&gt;
 
 &lt;id&gt;Use full width logo on Sellegance theme&lt;/id&gt;
 &lt;version&gt;1.0.0&lt;/version&gt;
 &lt;vqmver&gt;2.1&lt;/vqmver&gt;
 &lt;author&gt;everthemes.com&lt;/author&gt;
 
 &lt;file name=&quot;catalog/view/theme/*/template/common/header.tpl&quot;&gt;
  
  &lt;operation&gt;
   &lt;search position=&quot;replace&quot; offset=&quot;7&quot;&gt;&lt;![CDATA[&lt;div id=&quot;logo&quot; class=&quot;span4 offset4&quot;&gt;]]&gt;&lt;/search&gt;
   &lt;add&gt;&lt;![CDATA[]]&gt;&lt;/add&gt;
  &lt;/operation&gt;

  &lt;operation&gt;
   &lt;search position=&quot;replace&quot;&gt;&lt;![CDATA[&lt;div class=&quot;span4 leftbox&quot;&gt;]]&gt;&lt;/search&gt;
   &lt;add&gt;&lt;![CDATA[&lt;div class=&quot;span4&quot;&gt;]]&gt;&lt;/add&gt;
  &lt;/operation&gt;

  &lt;operation&gt;
   &lt;search position=&quot;before&quot; index=&quot;2&quot;&gt;&lt;![CDATA[&lt;div id=&quot;links&quot; class=&quot;hidden-phone&quot;&gt;]]&gt;&lt;/search&gt;
   &lt;add&gt;&lt;![CDATA[
   &lt;/div&gt;
   &lt;div class=&quot;span4&quot;&gt;]]&gt;&lt;/add&gt;
  &lt;/operation&gt;

  &lt;operation&gt;
   &lt;search position=&quot;after&quot; index=&quot;2&quot;&gt;&lt;![CDATA[&lt;/div&gt; &lt;!-- .rightbox --&gt;]]&gt;&lt;/search&gt;
   &lt;add&gt;&lt;![CDATA[
   &lt;/div&gt;
   &lt;div class=&quot;row&quot;&gt;
    &lt;div id=&quot;logo&quot; class=&quot;span12&quot;&gt;
     &lt;?php if ($logo) { ?&gt;
      &lt;a href=&quot;&lt;?php echo $home; ?&gt;&quot;&gt;&lt;img src=&quot;&lt;?php echo $logo; ?&gt;&quot; title=&quot;&lt;?php echo $name; ?&gt;&quot; alt=&quot;&lt;?php echo $name; ?&gt;&quot; /&gt;&lt;/a&gt;
     &lt;?php } ?&gt;
    &lt;/div&gt; &lt;!-- #logo --&gt;
   ]]&gt;&lt;/add&gt;
  &lt;/operation&gt;

  &lt;operation&gt;
   &lt;search position=&quot;before&quot;&gt;&lt;![CDATA[&lt;/style&gt;]]&gt;&lt;/search&gt;
   &lt;add&gt;&lt;![CDATA[
   @media only screen and (max-width: 767px) {
      #cart { top: -13px; }
    #cart h4 { display: none; }
    #cart .heading { height: 18px; }
   }
   #links { padding-top: 12px; }
   #logo img { width:100%; max-width:auto; }
   ]]&gt;&lt;/add&gt;
  &lt;/operation&gt;

 &lt;/file&gt;
 
&lt;/modification&gt;

</pre>
</div><p>The post <a href="http://everthemes.com/knowledgebase/opencart/display-a-full-width-logo-on-sellegance-theme-for-opencart/">Display a full width logo on Sellegance theme for OpenCart</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://everthemes.com/knowledgebase/opencart/display-a-full-width-logo-on-sellegance-theme-for-opencart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fortuna 1.2.1 (OpenCart)</title>
		<link>http://everthemes.com/blog/releases/fortuna-1-2-1-opencart/</link>
		<comments>http://everthemes.com/blog/releases/fortuna-1-2-1-opencart/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 20:13:16 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Fortuna]]></category>
		<category><![CDATA[OpenCart]]></category>

		<guid isPermaLink="false">http://everthemes.com/?p=272</guid>
		<description><![CDATA[<p>Fortuna 1.2.1 for OpenCart NEW Compatible with OpenCart 1.5.5.1 Updated Previous/Next Product extension. Now it will cycle on the same category Fixed issues with grid view. On some configurations the boxed were overlapping, the problem is fixed now. CSS fixes How &#8230; <a href="http://everthemes.com/blog/releases/fortuna-1-2-1-opencart/">Continued</a></p><p>The post <a href="http://everthemes.com/blog/releases/fortuna-1-2-1-opencart/">Fortuna 1.2.1 (OpenCart)</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></description>
				<content:encoded><![CDATA[<div id="content-bootstrap-area"><h4>Fortuna 1.2.1 for OpenCart</h4>
<ul>
<li><span class="label label-success">NEW</span> <span style="color: #ff0000;"><b>Compatible with OpenCart 1.5.5.1</b></span></li>
<li><strong>Updated Previous/Next Product extension.</strong> Now it will cycle on the same category</li>
<li><strong>Fixed issues with grid view.</strong> On some configurations the boxed were overlapping, the problem is fixed now.</li>
<li><strong>CSS fixes</strong></li>
</ul>
<h3 class="page-header">How to update</h3>
<ol>
<li>Get the new files from your account on Themeforest</li>
<li><span class="label label-important">Important</span> Delete <em>catalog/view/theme/fortuna/template/payment</em> folder</li>
<li>If you are using <em>bootstrap pagination</em>, <em>remove wishlist</em> and <em>remove comparison</em> extensions (from older Sellegance versions) delete those files from <em>vqmod/xml</em></li>
<li>Upload the new files overwriting the old ones</li>
<li>Go to <em>Fortuna Theme Options</em> module and save the new options</li>
<li>Clear your vQmod cache (delete files in <em>vqmod/vqcache</em>)</li>
<li>That&#8217;s it</li>
</ol>
<h3 class="page-header">Questions?</h3>
<p>The update process should be smooth but if get any issues contact me through my <a title="Contact me" href="http://themeforest.net/user/luisvelaz" target="_blank">profile page</a> on Themeforest.</p>
<div class="well">
<h3 style="text-align: center;">Still don&#8217;t have Fortuna theme?</h3>
<p style="text-align: center;"><a class="btn btn-success btn-large" title="Get Fortuna theme" href="http://themeforest.net/item/fortuna-elegant-and-responsive-opencart-theme/2564239?ref=luisvelaz" target="_blank">Get theme now</a></p>
</div>
</div><p>The post <a href="http://everthemes.com/blog/releases/fortuna-1-2-1-opencart/">Fortuna 1.2.1 (OpenCart)</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://everthemes.com/blog/releases/fortuna-1-2-1-opencart/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Fix issues with Facebook Like Box in Fortuna theme</title>
		<link>http://everthemes.com/knowledgebase/fixes/fix-issues-with-facebook-like-box-in-fortuna-theme/</link>
		<comments>http://everthemes.com/knowledgebase/fixes/fix-issues-with-facebook-like-box-in-fortuna-theme/#comments</comments>
		<pubDate>Wed, 23 Jan 2013 20:37:57 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Fixes]]></category>
		<category><![CDATA[Fortuna]]></category>
		<category><![CDATA[OpenCart]]></category>

		<guid isPermaLink="false">http://everthemes.com/?p=245</guid>
		<description><![CDATA[<p>&#160; Some days ago the Facebook Like Box widget included in Fortuna theme stopped working. There was a change on the Facebook end. But the problem it&#8217;s easy to fix. How to fix the issue? If you want to make &#8230; <a href="http://everthemes.com/knowledgebase/fixes/fix-issues-with-facebook-like-box-in-fortuna-theme/">Continued</a></p><p>The post <a href="http://everthemes.com/knowledgebase/fixes/fix-issues-with-facebook-like-box-in-fortuna-theme/">Fix issues with Facebook Like Box in Fortuna theme</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></description>
				<content:encoded><![CDATA[<div id="content-bootstrap-area"><p><a title="Everthemes" href="http://facebook.com/everthemes" target="_blank"><img class="size-full wp-image-257 alignright" alt="Facebook Like Box - Fortuna" src="http://everthemes.com/wp-content/uploads/2013/01/Screen-Shot-2013-01-23-at-3.06.35-PM.png" width="297" height="170" /></a></p>
<p>&nbsp;</p>
<p>Some days ago the Facebook Like Box widget included in Fortuna theme stopped working.</p>
<p>There was a change on the Facebook end. But the problem it&#8217;s easy to fix.</p>
<h3>How to fix the issue?</h3>
<p>If you want to make the updates for yourself let me explain.</p>
<p><span class="badge">1</span> First, add a container <code>&lt;div class="fb-container"&gt;</code> to the current box on catalog/view/theme/fortuna/template/common/footer.tpl and make sure to insert <code>https://www.facebook.com/</code> to the <code>href</code> attribute,</p>
<pre class="brush: xml; title: ; notranslate">
&lt;div class=&quot;fb-container&quot;&gt;
  &lt;div id=&quot;bg-box&quot; class=&quot;fb-like-box&quot; data-href=&quot;https://www.facebook.com/&lt;?php echo $this-&gt;config-&gt;get('fortuna_facebook_id'); ?&gt;&quot; data-width=&quot;290&quot; data-height=&quot;180&quot; data-color-scheme=&quot;light&quot; data-show-faces=&quot;true&quot; data-border-color=&quot;#FFF&quot; data-stream=&quot;false&quot; data-header=&quot;false&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
</pre>
<p><span class="badge">2</span> Then, the CSS to hide the border (catalog/view/theme/fortuna/stylesheet/stylesheet.css):</p>
<pre class="brush: css; title: ; notranslate">
.fb-container {
  width: 288px;
  height: 178px;
  overflow: hidden;
  margin: 0 auto;
}

.fb-container &gt; div {
  margin: -1px 0px 0px -1px;
}
</pre>
<p><span class="badge">3</span> Delete the references to Facebook frame at the bottom of the same file.</p>
<pre class="brush: css; title: ; notranslate">
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}
</pre>
<p><span class="badge">4</span> Also, you need to change the Facebook ID on Fortuna theme options module for the url ending. For example, if the page is www.facebook.com/<strong>everthemes</strong>, you need:</p>
<p><img class="size-full wp-image-249 alignnone" title="Facebook page" alt="Facebook page" src="http://everthemes.com/wp-content/uploads/2013/01/Screen-Shot-2013-01-23-at-2.45.44-PM.png" width="375" height="39" /></p>
<h3>Questions?</h3>
<p>If you have any issues, send me a message through the <a title="Contact me" href="http://themeforest.net/user/luisvelaz" target="_blank">contact form on my profile page</a> on Themeforest.</p>
</div><p>The post <a href="http://everthemes.com/knowledgebase/fixes/fix-issues-with-facebook-like-box-in-fortuna-theme/">Fix issues with Facebook Like Box in Fortuna theme</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://everthemes.com/knowledgebase/fixes/fix-issues-with-facebook-like-box-in-fortuna-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sellegance 1.4.4.1 (OpenCart)</title>
		<link>http://everthemes.com/blog/releases/sellegance-1-4-4-opencart/</link>
		<comments>http://everthemes.com/blog/releases/sellegance-1-4-4-opencart/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 09:22:48 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[OpenCart]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[Sellegance]]></category>

		<guid isPermaLink="false">http://everthemes.com/?p=237</guid>
		<description><![CDATA[<p>Sellegance 1.4.4.1 for OpenCart NEW Compatible with OpenCart 1.5.5.1 Added support for 3 columns on some layouts Added full background option. Background image will cove the whole page in every device. Updated Previous/Next Product extension. Now it will cycle on the &#8230; <a href="http://everthemes.com/blog/releases/sellegance-1-4-4-opencart/">Continued</a></p><p>The post <a href="http://everthemes.com/blog/releases/sellegance-1-4-4-opencart/">Sellegance 1.4.4.1 (OpenCart)</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></description>
				<content:encoded><![CDATA[<div id="content-bootstrap-area"><h4><img class="alignright size-medium wp-image-198" title="Sellegance - Responsive and clean template for OpenCart" alt="Sellegance - Responsive and clean template for OpenCart" src="http://everthemes.com/wp-content/uploads/2012/11/Sellegance-theme-300x240.jpg" width="300" height="240" />Sellegance 1.4.4.1 for OpenCart</h4>
<ul>
<li><span class="label label-success">NEW</span> <span style="color: #ff0000;"><b>Compatible with OpenCart 1.5.5.1</b></span></li>
<li><strong>Added support for 3 columns</strong> on some layouts</li>
<li><strong>Added full background option.</strong> Background image will cove the whole page in every device.</li>
<li><strong>Updated Previous/Next Product extension.</strong> Now it will cycle on the same category</li>
<li><strong>Fixed issues with grid view.</strong> On some configurations the boxed were overlapping, the problem is fixed now.</li>
<li><strong>Fixed type error on Tabbed Products module</strong> to avoid autoplaying.</li>
<li><strong>Fixed issue with RTL languages on iPad.</strong> The product layout was moved to the right and outside of the viewport (affecting default theme too)</li>
<li><strong>CSS fixes</strong></li>
</ul>
<h3 class="page-header">How to update</h3>
<ol>
<li>Get the new files from your account on Themeforest</li>
<li><span class="label label-important">Important</span> Delete <em>catalog/view/theme/sellegance/template/payment</em> folder</li>
<li>If you are using <em>bootstrap pagination</em>, <em>remove wishlist</em> and <em>remove comparison</em> extensions (from older Sellegance versions) delete those files from <em>vqmod/xml</em></li>
<li>Upload the new files overwriting the old ones</li>
<li>Go to <em>Sellegance Theme Options</em> module and save the new options</li>
<li>Clear your vQmod cache (delete files in <em>vqmod/vqcache</em>)</li>
<li>That&#8217;s it</li>
</ol>
<h3 class="page-header">Questions?</h3>
<p>The update process should be smooth but if get any issues contact me through my <a title="Contact me" href="http://themeforest.net/user/luisvelaz" target="_blank">profile page</a> on Themeforest.</p>
<div class="well">
<h3 style="text-align: center;">Still don&#8217;t have Sellegance theme?</h3>
<p style="text-align: center;"><a class="btn btn-success btn-large" title="Get Sellegance theme" href="http://themeforest.net/item/sellegance-responsive-and-clean-opencart-theme/1285060?ref=luisvelaz" target="_blank">Get theme now</a></p>
</div>
</div><p>The post <a href="http://everthemes.com/blog/releases/sellegance-1-4-4-opencart/">Sellegance 1.4.4.1 (OpenCart)</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://everthemes.com/blog/releases/sellegance-1-4-4-opencart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Rich Snippets</title>
		<link>http://everthemes.com/knowledgebase/opencart/extensions/google-rich-snippets/</link>
		<comments>http://everthemes.com/knowledgebase/opencart/extensions/google-rich-snippets/#comments</comments>
		<pubDate>Thu, 17 Jan 2013 16:52:07 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[Fortuna]]></category>
		<category><![CDATA[Sellegance]]></category>

		<guid isPermaLink="false">http://everthemes.com/?p=227</guid>
		<description><![CDATA[<p>Product rich snippets is to provide users with additional information about a specific product, such as the product’s price and reviewer(s) ratings and commentary. Attract potential buyers while they are searching for items to buy on Google. Submit your product &#8230; <a href="http://everthemes.com/knowledgebase/opencart/extensions/google-rich-snippets/">Continued</a></p><p>The post <a href="http://everthemes.com/knowledgebase/opencart/extensions/google-rich-snippets/">Google Rich Snippets</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></description>
				<content:encoded><![CDATA[<div id="content-bootstrap-area"><div id="attachment_232" class="wp-caption alignright" style="width: 310px"><a href="http://everthemes.com/wp-content/uploads/2013/01/google_rich_snippets.png"><img class="size-medium wp-image-232" alt="Google Rich Snippets" src="http://everthemes.com/wp-content/uploads/2013/01/google_rich_snippets-300x142.png" width="300" height="142" /></a><p class="wp-caption-text">Google Rich Snippets</p></div>
<p>Product rich snippets is to provide users with additional information about a specific product, such as the product’s price and reviewer(s) ratings and commentary.</p>
<ul>
<li>Attract potential buyers while they are searching for items to buy on Google.</li>
<li>Submit your product listings for free.</li>
<li>Control your product information. You can maintain the accuracy and freshness of your product information, so your customers find the relevant, current items they&#8217;re looking for.</li>
</ul>
<p>This is the adaptation of the popular extension <strong>&#8220;@tik&#8221; Google rich snippets </strong></p>
<h3>Installation</h3>
<p>To add rich snippets to your site:</p>
<p>1) Download the original extension <a title="Google Rich Snippets" href="http://www.opencart.com/index.php?route=extension/extension/info&amp;extension_id=6485" target="_blank">http://www.opencart.com/index.php?route=extension/extension/info&amp;extension_id=6485</a></p>
<p>2) Upload only the first file <em>z-google-rich-snippets-1.xml</em> to your server</p>
<p>3) Unzip and upload the file for your theme:</p>
<p><a title="Rich Snippets for Fortuna" href="http://everthemes.com/wp-content/uploads/2013/01/z-google-rich-snippets-2_Fortuna.zip" target="_blank">z-google-rich-snippets-2_Fortuna.xml</a> <span style="color: #808080;"><em>version 1.2+</em></span></p>
<p><a title="Rich Snippets for Sellegance" href="http://everthemes.com/wp-content/uploads/2013/01/z-google-rich-snippets-2_Sellegance.zip" target="_blank">z-google-rich-snippets-2_Sellegance.xml</a> <span style="color: #808080;"><em>version 1.4.3+</em></span></p>
<p>That&#8217;s all you need.</p>
<h3>Test</h3>
<p>You can check your site with this tool <a title="Rich Snippets Checker" href="http://www.google.com/webmasters/tools/richsnippets" target="_blank">http://www.google.com/webmasters/tools/richsnippets</a></p>
</div><p>The post <a href="http://everthemes.com/knowledgebase/opencart/extensions/google-rich-snippets/">Google Rich Snippets</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://everthemes.com/knowledgebase/opencart/extensions/google-rich-snippets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fortuna v1.2.0</title>
		<link>http://everthemes.com/blog/releases/fortuna-v1-2-0/</link>
		<comments>http://everthemes.com/blog/releases/fortuna-v1-2-0/#comments</comments>
		<pubDate>Thu, 29 Nov 2012 07:55:09 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Fortuna]]></category>
		<category><![CDATA[OpenCart]]></category>
		<category><![CDATA[releases]]></category>

		<guid isPermaLink="false">http://everthemes.com/?p=203</guid>
		<description><![CDATA[<p>New Fortuna OpenCart theme v1.2.0 Changelog Added support for large desktop size (&#62;1200px) Added tabbed products module Added Camera and Nivo slider scripts Added controls for Slideshow speed Slide and transition speed can be controlled from the admin panel Added &#8230; <a href="http://everthemes.com/blog/releases/fortuna-v1-2-0/">Continued</a></p><p>The post <a href="http://everthemes.com/blog/releases/fortuna-v1-2-0/">Fortuna v1.2.0</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></description>
				<content:encoded><![CDATA[<div id="content-bootstrap-area"><h4><span class="label label-important">New</span> Fortuna OpenCart theme v1.2.0</h4>
<p>Changelog</p>
<ul>
<li><strong>Added support for large desktop size (&gt;1200px)</strong></li>
<li><strong>Added tabbed products module</strong></li>
<li><strong>Added Camera and Nivo slider scripts</strong></li>
<li><strong>Added controls for Slideshow speed</strong> Slide and transition speed can be controlled from the admin panel</li>
<li><strong>Added related products module</strong> You can place it on the sidebar or bottom position</li>
<li><strong>Added option to display 3 or 4 products on each row </strong></li>
<li><strong>Added option to show information in accordion format on product page</strong></li>
<li><strong>Added more controls for product image zoom</strong> Select position right or inside</li>
<li><strong>Added option to display a select box menu on mobiles</strong> Select between the original Bootstrap mobile menu or a select box if you have dozens of menus</li>
<li><strong>Payment methods templates removed to use the default ones</strong></li>
<li><strong>Bootstrap Framework updated to 2.2.1</strong></li>
<li><strong>New 3rd. level menu vQmod extension</strong> Included in <em>Additional extensions</em> folder</li>
<li><strong>Fixed problem with vertical scroll on carousels</strong> Previously, on mobiles it was difficult to scroll page if you touch over the carousels.</li>
<li><strong>Hide Wishlist and Compare options on the admin panel instead of vqmod</strong></li>
<li><strong>Updated classes for buttons (.btn to .button) to improve compatibility with some extensions</strong> Buttons from additional extension will be displayed with the same design</li>
<li><strong>CSS fixes</strong></li>
</ul>
<h3 class="page-header">How to update</h3>
<ol>
<li>Get the new files from your account on Themeforest</li>
<li><span class="label label-important">Important</span> Delete <em>catalog/view/theme/fortuna/template/payment</em> folder</li>
<li>If you are using <em>bootstrap pagination</em>, <em>remove wishlist</em> and <em>remove comparison</em> extensions delete those files from <em>vqmod/xml</em></li>
<li>Upload the new files overwriting the old ones</li>
<li>Go to <em>Fortuna Theme Options</em> module and save the new options</li>
<li>Clear your vQmod cache (delete files in <em>vqmod/vqcache</em>)</li>
<li>That&#8217;s it</li>
</ol>
<h3 class="page-header">Questions?</h3>
<p>The update process should be smooth but if get any issues contact me through my <a title="Contact me" href="http://themeforest.net/user/luisvelaz" target="_blank">profile page</a> on Themeforest.</p>
<div class="well">
<h3 style="text-align: center;">Still don&#8217;t have Fortuna theme?</h3>
<p style="text-align: center;"><a class="btn btn-success btn-large" title="Get Fortuna theme" href="http://themeforest.net/item/fortuna-elegant-and-responsive-opencart-theme/2564239?ref=luisvelaz" target="_blank">Get theme now</a></p>
</div>
</div><p>The post <a href="http://everthemes.com/blog/releases/fortuna-v1-2-0/">Fortuna v1.2.0</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://everthemes.com/blog/releases/fortuna-v1-2-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sellegance 1.4.3 (OpenCart)</title>
		<link>http://everthemes.com/blog/releases/sellegance-1-4-3-opencart/</link>
		<comments>http://everthemes.com/blog/releases/sellegance-1-4-3-opencart/#comments</comments>
		<pubDate>Thu, 29 Nov 2012 06:50:16 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[OpenCart]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[Sellegance]]></category>

		<guid isPermaLink="false">http://everthemes.com/?p=169</guid>
		<description><![CDATA[<p>UPDATE Sellegance 1.4.3.1 This update is to fix the alignment issues when there are more than 12 items per page on category view. If your products don&#8217;t have alignment problems, you don&#8217;t need to update. Fixed products alignment of category &#8230; <a href="http://everthemes.com/blog/releases/sellegance-1-4-3-opencart/">Continued</a></p><p>The post <a href="http://everthemes.com/blog/releases/sellegance-1-4-3-opencart/">Sellegance 1.4.3 (OpenCart)</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></description>
				<content:encoded><![CDATA[<div id="content-bootstrap-area"><p><img class="alignright size-full wp-image-198" title="Sellegance-theme" alt="Sellegance - Responsive and clean template for OpenCart" src="http://everthemes.com/wp-content/uploads/2012/11/Sellegance-theme.jpg" width="375" height="300" /></p>
<h4><span class="label label-success">UPDATE</span> Sellegance 1.4.3.1</h4>
<div class="well">This update is to fix the alignment issues when there are more than 12 items per page on category view. If your products don&#8217;t have alignment problems, you don&#8217;t need to update.</div>
<ul>
<li>Fixed products alignment of category page</li>
<li>Fixed issues on Opera Mini</li>
<li>Minor CSS fixes</li>
</ul>
<h4>Sellegance 1.4.3 for OpenCart</h4>
<p>Important changes to improve compatibility with other extensions have been made.</p>
<p>List of changes:</p>
<ul>
<li><strong>Added support for large desktop size (&gt;1200px) </strong>Minimize the empty space on large screens with this option to enlarge your site. All the other resolutions (normal desktop, tablet, mobile) work as usual.</li>
<li><strong>Added Camera slider script</strong> A new script for featured slideshow</li>
<li><strong>Added controls for Slideshow speed</strong> Slide and transition speed can be controlled from the admin panel</li>
<li><strong>Added related products module</strong> You can place it on the sidebar or bottom position</li>
<li><strong>Added more font options</strong> Now it&#8217;s possible to select the font size and preview the changes!</li>
<li><strong>Added option to display 3 or 4 products on each row </strong></li>
<li><strong>Added option to change from tabs to accordion on product page</strong> For a more compact appearance you can choose accordion, this will help on mobiles too</li>
<li><strong>Added more controls for product image zoom</strong> Select position right or inside (always inside on mobiles)</li>
<li><strong>Added field to embed custom JavaScript code</strong> Helpful for some users who need to add 3rd party scripts, like a cookie policy acceptance</li>
<li><strong>Added option to display a select box menu on mobiles</strong> Select between the original Boostrap mobile menu or a select box if you have dozens of menus</li>
<li><strong>Added Instagram profile icon</strong> A new must have</li>
<li><strong>Payment methods templates removed to use the default ones</strong> This will make updates easier (more details below)</li>
<li><strong>Bootstrap Framework updated to 2.2.1</strong></li>
<li><strong>Subcategory thumbnails vqmod move to Additional Extensions</strong> Many people don&#8217;t like them by default, just copy the extension to vqmod/xml if you need it</li>
<li><strong>Fixed problem with vertical scroll on carousels</strong> Previously, on mobiles it was difficult to scroll page if you touch over the carousels. Fixed</li>
<li><strong>Hide Wishlist and Compare options on the admin panel instead of vqmod</strong> An easier CSS solution</li>
<li><strong>Updated classes for buttons (.btn to .button) to improve compatibility with some extensions</strong> Buttons from additional extension will be displayed with the same design</li>
<li><strong>CSS fixes</strong></li>
</ul>
<h3 class="page-header">How to update</h3>
<ol>
<li>Get the new files from your account on Themeforest</li>
<li><span class="label label-important">Important</span> Delete <em>catalog/view/theme/sellegance/template/payment</em> folder</li>
<li>If you are using <em>bootstrap pagination</em>, <em>remove wishlist</em> and <em>remove comparison</em> extensions delete those files from <em>vqmod/xml</em></li>
<li>Upload the new files overwriting the old ones</li>
<li>Go to <em>Sellegance Theme Options</em> module and save the new options</li>
<li>Clear your vQmod cache (delete files in <em>vqmod/vqcache</em>)</li>
<li>That&#8217;s it</li>
</ol>
<h3 class="page-header">Questions?</h3>
<p>The update process should be smooth but if get any issues contact me through my <a title="Contact me" href="http://themeforest.net/user/luisvelaz" target="_blank">profile page</a> on Themeforest.</p>
<div class="well">
<h3 style="text-align: center;">Still don&#8217;t have Sellegance theme?</h3>
<p style="text-align: center;"><a class="btn btn-success btn-large" title="Get Sellegance theme" href="http://themeforest.net/item/sellegance-responsive-and-clean-opencart-theme/1285060?ref=luisvelaz" target="_blank">Get theme now</a></p>
</div>
</div><p>The post <a href="http://everthemes.com/blog/releases/sellegance-1-4-3-opencart/">Sellegance 1.4.3 (OpenCart)</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://everthemes.com/blog/releases/sellegance-1-4-3-opencart/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Fix for bootstrap style pagination</title>
		<link>http://everthemes.com/knowledgebase/fixes/fix-for-bootstrap-style-pagination/</link>
		<comments>http://everthemes.com/knowledgebase/fixes/fix-for-bootstrap-style-pagination/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 08:05:10 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Fixes]]></category>

		<guid isPermaLink="false">http://everthemes.com/site/?p=142</guid>
		<description><![CDATA[<p>In a previous release a vqmod was added as optional extension to get the same pagination style that bootstrap framework. But this extension has some conflicts with the pagination in the admin panel. To fix the issues edit catalog/view/theme/[your-theme]/stylesheet/stylesheet.css. Find &#8230; <a href="http://everthemes.com/knowledgebase/fixes/fix-for-bootstrap-style-pagination/">Continued</a></p><p>The post <a href="http://everthemes.com/knowledgebase/fixes/fix-for-bootstrap-style-pagination/">Fix for bootstrap style pagination</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></description>
				<content:encoded><![CDATA[<div id="content-bootstrap-area"><p>In a previous release a vqmod was added as optional extension to get the same pagination style that bootstrap framework. But this extension has some conflicts with the pagination in the admin panel. To fix the issues edit catalog/view/theme/[your-theme]/stylesheet/stylesheet.css. Find the section marked with:</p>
<pre class="brush: css; title: ; notranslate">

/* Pagination
-------------------------------------------------- */

</pre>
<p>And replace the whole section with</p>
<pre class="brush: css; title: ; notranslate">

/* Pagination
-------------------------------------------------- */

.paginate {
 border-top: 1px solid #EEEEEE;
 padding-top: 8px;
 overflow: hidden;
}
 .paginate .links { float: left; overflow: hidden; }
 .paginate .links a,
 .paginate .links b {
 padding: 6px 12px;
 line-height: 24px;
 text-decoration: none;
 font-weight: bold;
 border: 1px solid #DDD;
 border-left-width: 0;
 display: block;
 float: left;
 }
 .paginate .links b {
 font-weight: normal;
 color:#999;
 background: #eee;
 }

.paginate .links a:hover {
 background: #f2f2f2;
 }

.paginate .links a:first-child,
 .paginate .links b:first-child {
 border-left-width: 1px;
 -webkit-border-radius: 3px 0 0 3px;
 -moz-border-radius: 3px 0 0 3px;
 border-radius: 3px 0 0 3px;
 }
 .paginate .links a:last-child,
 .paginate .links b:last-child {
 -webkit-border-radius: 0 3px 3px 0;
 -moz-border-radius: 0 3px 3px 0;
 border-radius: 0 3px 3px 0;
 }

.paginate .results {
 float: right;
 color: #999;
 font-family:arial,helvetica,sans-serif;
 font-size:11px;
 }

.pagination.brands {
 height:auto;
}
.pagination.brands a {
 padding: 0 9px;
}

</pre>
<p>Also re-upload the following file if you want to change the arrows. This is optional:</p>
<p><a href="http://everthemes.com/wp-content/uploads/pagination_bootstrap_style.xml">pagination_bootstrap_style.xml</a></p>
<p>&nbsp;</p>
<p>Finally, clear your vQmod cache (delete everything inside vqmod/vqcache folder)</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div><p>The post <a href="http://everthemes.com/knowledgebase/fixes/fix-for-bootstrap-style-pagination/">Fix for bootstrap style pagination</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://everthemes.com/knowledgebase/fixes/fix-for-bootstrap-style-pagination/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Sellegance 1.4.2 (OpenCart)</title>
		<link>http://everthemes.com/knowledgebase/opencart/sellegance-1-4-2-opencart/</link>
		<comments>http://everthemes.com/knowledgebase/opencart/sellegance-1-4-2-opencart/#comments</comments>
		<pubDate>Sat, 13 Oct 2012 15:50:22 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[OpenCart]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://everthemes.com/site/?p=128</guid>
		<description><![CDATA[<p>New Sellegance 1.4.2 for OpenCart A new release with important changes: Added Tabbed Products module Added 3rd Level Menu vqmod Added navigation arrows in product image popup Added close button to minicart on mobiles Fixed issue with collapsible sidebar in &#8230; <a href="http://everthemes.com/knowledgebase/opencart/sellegance-1-4-2-opencart/">Continued</a></p><p>The post <a href="http://everthemes.com/knowledgebase/opencart/sellegance-1-4-2-opencart/">Sellegance 1.4.2 (OpenCart)</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></description>
				<content:encoded><![CDATA[<div id="content-bootstrap-area"><h4><span class="label label-important">New</span> Sellegance 1.4.2 for OpenCart</h4>
<p>A new release with important changes:</p>
<ul>
<li>Added Tabbed Products module</li>
<li>Added 3rd Level Menu vqmod</li>
<li>Added navigation arrows in product image popup</li>
<li>Added close button to minicart on mobiles</li>
<li>Fixed issue with collapsible sidebar in tablets</li>
<li>Fixed issues with Remove Comparison and Remove Wishlist vqmods. They were causing errors in product grids when on Manufacturer products and Search results.</li>
<li>Updated HTML version</li>
</ul>
<h4>New features</h4>
<p>A totally new module to display Latest, Featured, Bestseller and Special products as tabs.</p>
<p><img class=" wp-image-134 alignnone" title="Tabbed Products" src="http://everthemes.com/wp-content/uploads/tabbed_products.jpg" alt="Tabbed Products" /></p>
<p>A new vqmod extension to add a 3rd. level to the top menu.</p>
<p><img class=" wp-image-129  alignnone" title="3rd level menu" src="http://everthemes.com/wp-content/uploads/third_level_menu.jpg" alt="3rd level menu" /></p>
<h4>How to update?</h4>
<div>Remember that you need <a title="vQmod" href="code.google.com/p/vqmod/" target="_blank">Vqmod</a> installed.</div>
<ol>
<li>Reupload the files and make sure to save your settings in the Sellegance Theme Options module.</li>
<li>Edit your Image Settings in System &gt; Settings &gt; your store &gt; Image tab. Change <em>Additional Product Image Size</em> to 62&#215;62.<br />
<img title="Additional Product Image Size" src="http://everthemes.com/wp-content/uploads/additional-product-image.jpg" alt="Additional Product Image Size" /></li>
<li>If you are using the function to hide the wishlist and comparison links upload the files <em>sellegance_remove_comparison.xml</em> and <em>sellegance_remove_wishlist.xml</em> from the Additional Extensions folder to <em>vqmod/xml</em> on your server.</li>
<li>Clear your vqmod cache.</li>
</ol>
<div></div>
<p>Let me know your thoughts <img src='http://everthemes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you have any issues contact me through my <a title="Contact me" href="http://themeforest.net/user/luisvelaz" target="_blank">profile page</a> on Themeforest.</p>
</div><p>The post <a href="http://everthemes.com/knowledgebase/opencart/sellegance-1-4-2-opencart/">Sellegance 1.4.2 (OpenCart)</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://everthemes.com/knowledgebase/opencart/sellegance-1-4-2-opencart/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Display Weight and Size in product details</title>
		<link>http://everthemes.com/knowledgebase/opencart/display-weight-and-size-in-product-details/</link>
		<comments>http://everthemes.com/knowledgebase/opencart/display-weight-and-size-in-product-details/#comments</comments>
		<pubDate>Mon, 10 Sep 2012 21:37:04 +0000</pubDate>
		<dc:creator>L</dc:creator>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[OpenCart]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[Fortuna]]></category>
		<category><![CDATA[Sellegance]]></category>
		<category><![CDATA[vqmod]]></category>

		<guid isPermaLink="false">http://everthemes.com/site/?p=112</guid>
		<description><![CDATA[<p>If you want to display the weight and size (lenght/width/height) on the product details page just upload the following file to your vqmod/xml folder: Product dimensions This is the code: Change the units from line 25 to 28.</p><p>The post <a href="http://everthemes.com/knowledgebase/opencart/display-weight-and-size-in-product-details/">Display Weight and Size in product details</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></description>
				<content:encoded><![CDATA[<div id="content-bootstrap-area"><p><a href="http://everthemes.com/site/wp-content/uploads/weight-size.jpg"><img class=" wp-image-119  alignleft" title="Display weight and size in product details" src="http://everthemes.com/wp-content/uploads/weight-size.jpg" alt="Display weight and size in product details" /></a></p>
<p>If you want to display the weight and size (lenght/width/height) on the product details page just upload the following file to your vqmod/xml folder:</p>
<p><a href="http://everthemes.com/site/wp-content/uploads/product_dimensions.zip">Product dimensions</a></p>
<div class="clearfix"></div>
<p>This is the code:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;modification&gt;

 &lt;id&gt;Product Dimensions&lt;/id&gt;
 &lt;version&gt;1.0.0&lt;/version&gt;
 &lt;vqmver&gt;2.1.2&lt;/vqmver&gt;
 &lt;author&gt;everthemes.com&lt;/author&gt;

 &lt;file name=&quot;catalog/controller/product/product.php&quot;&gt;

  &lt;operation&gt;
   &lt;search position=&quot;after&quot;&gt;&lt;![CDATA[
    $this-&gt;data['text_model'] = $this-&gt;language-&gt;get('text_model');
   ]]&gt;&lt;/search&gt;
   &lt;add&gt;&lt;![CDATA[
    $this-&gt;data['text_weight'] = $this-&gt;language-&gt;get('text_weight');
    $this-&gt;data['text_size'] = $this-&gt;language-&gt;get('text_size');
   ]]&gt;&lt;/add&gt;
  &lt;/operation&gt;

  &lt;operation&gt;
   &lt;search position=&quot;after&quot;&gt;&lt;![CDATA[
    $this-&gt;data['model'] = $product_info['model'];
   ]]&gt;&lt;/search&gt;
   &lt;add&gt;&lt;![CDATA[
    $this-&gt;data['weight'] = number_format($product_info['weight'],2) . ' kg';
    $this-&gt;data['length'] = number_format($product_info['length'],2) .  ' cm';
    $this-&gt;data['width'] = number_format($product_info['width'],2) .  ' cm';
    $this-&gt;data['height'] = number_format($product_info['height'],2) .  ' cm';
   ]]&gt;&lt;/add&gt;
  &lt;/operation&gt;

 &lt;/file&gt;

 &lt;file name=&quot;catalog/view/theme/*/template/product/product.tpl&quot;&gt;
  &lt;operation&gt;
   &lt;search position=&quot;after&quot;&gt;&lt;![CDATA[
    &lt;span&gt;&lt;?php echo $text_stock; ?&gt;&lt;/span&gt; &lt;?php echo $stock; ?&gt;
   ]]&gt;&lt;/search&gt;
   &lt;add&gt;&lt;![CDATA[
    &lt;?php if ($weight) { ?&gt;
    &lt;br /&gt;&lt;span&gt;&lt;?php echo $text_weight; ?&gt;&lt;/span&gt; &lt;?php echo $weight; ?&gt;
    &lt;?php } ?&gt;
    &lt;?php if ($length || $width || $height) { ?&gt;
    &lt;br /&gt;&lt;span&gt;&lt;?php echo $text_size; ?&gt;&lt;/span&gt; &lt;?php echo $length; ?&gt; x &lt;?php echo $width; ?&gt; x &lt;?php echo $height; ?&gt;
    &lt;?php } ?&gt;
   ]]&gt;&lt;/add&gt;
  &lt;/operation&gt;
 &lt;/file&gt;

 &lt;file name=&quot;catalog/language/english/product/product.php&quot;&gt;
  &lt;operation&gt;
   &lt;search position=&quot;before&quot;&gt;&lt;![CDATA[
    ?&gt;
   ]]&gt;&lt;/search&gt;
   &lt;add&gt;&lt;![CDATA[
    $_['text_weight']               = 'Weight:';
    $_['text_size']               = 'Size (LxWxH):';
   ]]&gt;&lt;/add&gt;
  &lt;/operation&gt;
 &lt;/file&gt;

&lt;/modification&gt;

</pre>
<p>Change the units from line 25 to 28.</p>
</div><p>The post <a href="http://everthemes.com/knowledgebase/opencart/display-weight-and-size-in-product-details/">Display Weight and Size in product details</a> appeared first on <a href="http://everthemes.com">Everthemes</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://everthemes.com/knowledgebase/opencart/display-weight-and-size-in-product-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Object Caching 1595/1609 objects using apc

 Served from: everthemes.com @ 2013-05-20 18:29:14 by W3 Total Cache -->