<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Tag: updates - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/updates</link>
		<description>Support Forum - Tag: updates - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 14:10:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/updates" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-101151</link>
			<pubDate>Wed, 13 Mar 2013 16:31:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101151@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think we are duplicating responses at this point so I'm going to close this topic and we'll just work on the issue in the other topic.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100965</link>
			<pubDate>Tue, 12 Mar 2013 19:44:44 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">100965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have all new versions too!&#60;/p&#62;
&#60;p&#62;I got the price showing with the other thread response for changing the config and removing a line but since then the price also shows in top right corner and much bigger than others!&#60;/p&#62;
&#60;p&#62;Here is a link..&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tosigns.com/product/business-card&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product/business-card&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100934</link>
			<pubDate>Tue, 12 Mar 2013 18:12:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi turboper4mer,&#60;/p&#62;
&#60;p&#62;I just tested this one this morning with the latest version of Flashlight, WooCommerce and Wordpress: &#60;a href=&#34;http://www.kriesi.at/support/topic/woocommerce-single-product-page-missing-price-tag?replies=11#post-100919&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/woocommerce-single-product-page-missing-price-tag?replies=11#post-100919&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100762</link>
			<pubDate>Tue, 12 Mar 2013 06:09:52 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">100762@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;added to functions.php but no change..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100576</link>
			<pubDate>Mon, 11 Mar 2013 13:49:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">100576@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please try to add following code to the bottom of functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;woocommerce_before_add_to_cart_button&#38;#39;, &#38;#39;inoplugs_price_container&#38;#39;, 50 );

function inoplugs_price_container()
{
		global $woocommerce, $product, $post;
		if ( (!empty($product-&#38;gt;min_variation_price) &#38;amp;&#38;amp; $product-&#38;gt;min_variation_price == $product-&#38;gt;max_variation_price) &#124;&#124; empty($product-&#38;gt;min_variation_price) )
		{
			echo &#38;quot;&#38;lt;div class=&#38;#39;price_container&#38;#39;&#38;gt;&#38;quot;;
			woocommerce_template_single_price($post, $product);
			echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
		}
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100517</link>
			<pubDate>Mon, 11 Mar 2013 06:11:07 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">100517@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://tosigns.com/product/business-card&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product/business-card&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-100112</link>
			<pubDate>Thu, 07 Mar 2013 20:33:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Do you have an example we can take a look at? Just from the description of not showing I don't really know what it might be.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99982</link>
			<pubDate>Thu, 07 Mar 2013 07:40:06 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">99982@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I cannot get the simple product price to show in product page, variable product prices show,,,HELP this is making me crazy!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99934</link>
			<pubDate>Thu, 07 Mar 2013 01:01:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, the 2.2.1 update is for the WooCommerce update.&#60;/p&#62;
&#60;p&#62;You can read about child themes here: &#60;a href=&#34;http://codex.wordpress.org/Child_Themes&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Child_Themes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99933</link>
			<pubDate>Thu, 07 Mar 2013 00:53:09 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">99933@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;you mention CHILD THEMES..can you share more information on that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99932</link>
			<pubDate>Thu, 07 Mar 2013 00:51:17 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">99932@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The upgrade information for 2.0 which WooCommerce sent out today..I guess the 2.2.1 is the update version for flashlight?&#60;/p&#62;
&#60;p&#62;I'll upgrade later tonight and post the result.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99833</link>
			<pubDate>Wed, 06 Mar 2013 16:42:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99833@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi turboper4mer,&#60;/p&#62;
&#60;p&#62;You'll also need to update WooCommerce as the 2.2.1 update was to also address the major changes in the plugin. This requires a database update so you may want to make a backup using &#60;a href=&#34;http://wordpress.org/extend/plugins/backupwordpress/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/backupwordpress/&#60;/a&#62; .&#60;/p&#62;
&#60;p&#62;Disable any active plugins aside from WooCommerce as well since it has been causing conflicts with plugins after its update.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-99733</link>
			<pubDate>Wed, 06 Mar 2013 04:58:35 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">99733@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did the upgrade and now all sample products come up as fatal error!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tosigns.com/product-category/printing/business-cards&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product-category/printing/business-cards&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98844</link>
			<pubDate>Thu, 28 Feb 2013 11:56:13 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">98844@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HI,&#60;/p&#62;
&#60;p&#62;You will need to update using FTP. So please unzip the file locally on your home computer. You will need to install ftp software and filezilla is something i recommend &#60;a href=&#34;http://filezilla-project.org/download.php?type=client&#34; rel=&#34;nofollow&#34;&#62;http://filezilla-project.org/download.php?type=client&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Then you will need to get your ftp login/password from your host (which is different than your wordpress or host login/pw) &#60;/p&#62;
&#60;p&#62;Then find your theme folder located in /wp-content/themes/  if you customized any of your template files you will need to back them up because the update will overwrite every theme file including your custom.css  . That is the reason we recommend the use of child themes.&#60;/p&#62;
&#60;p&#62;If you made changes to your theme files I made a video how I go about making changes for a different theme (but the process is the same for all of them)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://docs.google.com/file/d/0B8hqGBMSfHtKRkJlN0pyNVNDSkk/edit&#34; rel=&#34;nofollow&#34;&#62;https://docs.google.com/file/d/0B8hqGBMSfHtKRkJlN0pyNVNDSkk/edit&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98819</link>
			<pubDate>Thu, 28 Feb 2013 08:28:44 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98819@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried updating and came up with this:&#60;/p&#62;
&#60;p&#62;Unpacking the package…&#60;/p&#62;
&#60;p&#62;Installing the theme…&#60;/p&#62;
&#60;p&#62;Destination folder already exists. /home/content/12/9827312/html/wp-content/themes/flashlight/&#60;/p&#62;
&#60;p&#62;Theme install failed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98815</link>
			<pubDate>Thu, 28 Feb 2013 08:13:25 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98815@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I will update the version but why are my prices not showing&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tosigns.com/product/plastic-card&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product/plastic-card&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98808</link>
			<pubDate>Thu, 28 Feb 2013 07:59:02 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98808@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://tosigns.com/company/gallery&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/company/gallery&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98393</link>
			<pubDate>Mon, 25 Feb 2013 16:06:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98393@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi turboper4mer,&#60;/p&#62;
&#60;p&#62;The image gallery attachment should work for images on pages as well as posts/portfolio/products. Perhaps try disabling any active plugins (except woocommerce) in case something is causing a conflict that is only showing on the individual pages.&#60;/p&#62;
&#60;p&#62;If you can provide a link to a page, we can take a look live and inspect the site to see if we can see any errors that way as well.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98321</link>
			<pubDate>Mon, 25 Feb 2013 03:56:58 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98321@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just solved the alphabetical order issue!&#60;/p&#62;
&#60;p&#62;Additional Question:&#60;/p&#62;
&#60;p&#62;I have a page GALLERY and I uploaded 5 or 6 images and set it to all choices available one at a time and nothing make the images show! Is the image gallery option not for regular pages?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>turboper4mer on "Category products are not alphabetical &#38; product images duplicate..."</title>
			<link>http://www.kriesi.at/support/topic/category-products-are-not-alphabetical-product-images-duplicate#post-98315</link>
			<pubDate>Mon, 25 Feb 2013 03:25:44 +0000</pubDate>
			<dc:creator>turboper4mer</dc:creator>
			<guid isPermaLink="false">98315@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My MENU shows the products alphabetical but they display with no order and random, see here &#38;gt;&#38;gt;   &#60;a href=&#34;http://tosigns.com/product-category/printing&#34; rel=&#34;nofollow&#34;&#62;http://tosigns.com/product-category/printing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1. How can we make the products display in an alphabetical order?&#60;br /&#62;
2. If I selected an image for a product and setup the product and then COPY TO NEW DRAFT and setup another product using the same information I cannot change the image to another image, if I delete the images from one product the other product images are deleted too, and is there any way to have a featured image and small additional product images which can be viewed if clicked upon?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Update Abundance"</title>
			<link>http://www.kriesi.at/support/topic/update-abundance#post-91045</link>
			<pubDate>Thu, 10 Jan 2013 20:58:00 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91045@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vincent on "Update Abundance"</title>
			<link>http://www.kriesi.at/support/topic/update-abundance#post-91028</link>
			<pubDate>Thu, 10 Jan 2013 18:10:38 +0000</pubDate>
			<dc:creator>Vincent</dc:creator>
			<guid isPermaLink="false">91028@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks and understood.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulkitchener on "i just updated but version is 1.3"</title>
			<link>http://www.kriesi.at/support/topic/i-just-updated-but-version-is-13#post-90959</link>
			<pubDate>Thu, 10 Jan 2013 12:31:04 +0000</pubDate>
			<dc:creator>paulkitchener</dc:creator>
			<guid isPermaLink="false">90959@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for the reponse.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "i just updated but version is 1.3"</title>
			<link>http://www.kriesi.at/support/topic/i-just-updated-but-version-is-13#post-90914</link>
			<pubDate>Thu, 10 Jan 2013 10:00:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">90914@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Yes, Kriesi forgot to update the version number in style.css. If the change log (version_brightbox.rtf) contains the changes for &#34;Version 1.4 &#34; you're using the latest version. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paulkitchener on "i just updated but version is 1.3"</title>
			<link>http://www.kriesi.at/support/topic/i-just-updated-but-version-is-13#post-90787</link>
			<pubDate>Wed, 09 Jan 2013 11:48:28 +0000</pubDate>
			<dc:creator>paulkitchener</dc:creator>
			<guid isPermaLink="false">90787@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have updated too. The 'version_brightbox.rtf' states it is version 1.4 but the style.css file within the brightox zip file within the main zip states 1.3&#60;/p&#62;
&#60;p&#62;Also there is no size difference between the older 1.3 I ran on my site and the newer one.&#60;/p&#62;
&#60;p&#62;Please can admin check that the style.css is updated in the zip file on themeforest.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Paul.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Update Abundance"</title>
			<link>http://www.kriesi.at/support/topic/update-abundance#post-90404</link>
			<pubDate>Mon, 07 Jan 2013 16:49:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Vincent,&#60;/p&#62;
&#60;p&#62;When you download the package from themeforest, look for the version.rtf file inside it. This will tell you which files have been updated and a general indication of what was changed in them. You can use FTP to connect to your server and then replace those files and folders individually.&#60;/p&#62;
&#60;p&#62;If you have made any changes to a file that has been updated, you can then just compare the two to see what the change was and if your change will need to be re-added in or modified to fit the update.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vincent on "Update Abundance"</title>
			<link>http://www.kriesi.at/support/topic/update-abundance#post-90332</link>
			<pubDate>Mon, 07 Jan 2013 10:01:59 +0000</pubDate>
			<dc:creator>Vincent</dc:creator>
			<guid isPermaLink="false">90332@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I want to update our copy of Abundance to the latest version, however we are quite concerned about doing this as we have a number of customizations and fixes.&#60;/p&#62;
&#60;p&#62;Is there a way of updating certain core files without upsetting anything else?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "i just updated but version is 1.3"</title>
			<link>http://www.kriesi.at/support/topic/i-just-updated-but-version-is-13#post-84928</link>
			<pubDate>Thu, 22 Nov 2012 02:28:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84928@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi flowidity,&#60;/p&#62;
&#60;p&#62;If you have downloaded it on the site I've posted then you are already using version 1.4. Kindly check the version_brightbox.rtf inside the zip file, if you can find 1.4 then you're using the latest version. I'll tag Kriesi so he'll be notified about the version number. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>flowidity on "i just updated but version is 1.3"</title>
			<link>http://www.kriesi.at/support/topic/i-just-updated-but-version-is-13#post-84840</link>
			<pubDate>Wed, 21 Nov 2012 08:13:28 +0000</pubDate>
			<dc:creator>flowidity</dc:creator>
			<guid isPermaLink="false">84840@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1.3 is what shows in my wp control panel.&#60;br /&#62;
Maybe it is 1.4 but shows 1.3, In style.css its written.&#60;br /&#62;
/*&#60;br /&#62;
Theme Name: BrightBox&#60;br /&#62;
Description: &#60;strong&#62;A sleek Business Theme by Kriesi&#60;/strong&#62; - &#60;br /&#62; Update notifications available on twitter and facebook:&#60;br /&#62; &#60;a href='http://twitter.com/kriesi'&#62;Follow me on twitter&#60;/a&#62;&#60;br /&#62; - &#60;a href='http://www.facebook.com/pages/Kriesi/333648177216'&#62;Join the Facebook Group&#60;/a&#62;&#60;br /&#62;
Version: 1.3&#60;br /&#62;
Author: Kriesi&#60;br /&#62;
Author URI: &#60;a href=&#34;http://www.kriesi.at&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at&#60;/a&#62;&#60;br /&#62;
*/
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "i just updated but version is 1.3"</title>
			<link>http://www.kriesi.at/support/topic/i-just-updated-but-version-is-13#post-84807</link>
			<pubDate>Wed, 21 Nov 2012 02:06:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84807@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can download it again. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeforest.net/item/brightbox-business-portfolio-wordpress-theme/233917?sso?WT.ac=search_item&#38;amp;WT.seg_1=search_item&#38;amp;WT.z_author=Kriesi&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/item/brightbox-business-portfolio-wordpress-theme/233917?sso?WT.ac=search_item&#38;amp;WT.seg_1=search_item&#38;amp;WT.z_author=Kriesi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The version of the theme in the link above is 1.4.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
