<?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>Vfxdude &#187; Tag: upgrade - Recent Posts</title>
		<link>http://www.vfxdude.com/forum/tags/upgrade</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 05:52:57 +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.vfxdude.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.vfxdude.com/forum/rss/tags/upgrade" rel="self" type="application/rss+xml" />

		<item>
			<title>vfxdude on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-8318</link>
			<pubDate>Mon, 06 Feb 2012 10:41:49 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">8318@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;you need to upgrade the theme too (not only wordpress). You are using version 1.4.0.2 and the newest version is 1.4.2. &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/10/faq/#how2upgrade&#34;&#62;Here's how to upgrade&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ariff on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-8313</link>
			<pubDate>Sun, 05 Feb 2012 21:54:46 +0000</pubDate>
			<dc:creator>ariff</dc:creator>
			<guid isPermaLink="false">8313@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I just upgraded and the image background disapeared!&#60;br /&#62;
Help!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tradgardsturisten.se/&#34; rel=&#34;nofollow&#34;&#62;http://tradgardsturisten.se/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;: maria
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myrto on "Problem with upgrade to 1.4.1.3"</title>
			<link>http://www.vfxdude.com/forum/topic/problem-with-upgrade-to-1413#post-7959</link>
			<pubDate>Thu, 22 Dec 2011 18:32:50 +0000</pubDate>
			<dc:creator>myrto</dc:creator>
			<guid isPermaLink="false">7959@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;As always many thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Problem with upgrade to 1.4.1.3"</title>
			<link>http://www.vfxdude.com/forum/topic/problem-with-upgrade-to-1413#post-7952</link>
			<pubDate>Thu, 22 Dec 2011 15:10:48 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7952@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;you should not be importing stylesheets in the child theme. The function add_stylesheets in functions.php should take care of this. If you have an old version of a child theme, before I added this function, then you can copy this code into functions.php of your child theme:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;add_action( 'bf_head', 'add_stylesheets', 1 );&#60;br /&#62;
function add_stylesheets() {&#60;br /&#62;
	if (function_exists('bf_childtheme_css')) {&#60;br /&#62;
		remove_action( 'bf_head', 'bf_stylesheets');&#60;br /&#62;
		bf_childtheme_css();&#60;br /&#62;
	} else { ?&#38;gt;&#60;br /&#62;
	&#38;lt;link rel=&#34;stylesheet&#34; href=&#34;&#38;lt;?php bloginfo('template_directory'); ?&#38;gt;/style.css&#34; type=&#34;text/css&#34; media=&#34;screen&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;?php }&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And remove the importing in style.css. Read this &#60;a href=&#34;http://www.vfxdude.com/forum/topic/tips-and-tricks#post-7807&#34;&#62;Child themes do's and dont's tip&#60;/a&#62;. You can also just copy the code in the bfBlank functions.php, since this child theme only contains the stylesheet import. &#60;/p&#62;
&#60;p&#62;It's much faster to import the stylesheets like that, and it will also use the theme functionality automatically. The reason the optionstyles.css is now written to the child theme folder is that every child theme can have it's own theme setting (the &#34;Save the theme settings for this child theme separately&#34; setting). This way it's possible to setup many child themes and they each can have different widths, navigation and colors. Switching between them will be change the design totally, and there's no need to change anything after switching.&#60;/p&#62;
&#60;p&#62;Check the &#60;a href=&#34;http://www.vfxdude.com/downloads/&#34;&#62;bfNav child theme&#60;/a&#62; how to add a footer navigation (in functions.php, check the customFooter function and the add_action hook call in the top).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myrto on "Problem with upgrade to 1.4.1.3"</title>
			<link>http://www.vfxdude.com/forum/topic/problem-with-upgrade-to-1413#post-7946</link>
			<pubDate>Thu, 22 Dec 2011 02:07:41 +0000</pubDate>
			<dc:creator>myrto</dc:creator>
			<guid isPermaLink="false">7946@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;OK so now the question is:&#60;br /&#62;
How can I add some text (navigation links) i.e.&#60;/p&#62;
&#60;p&#62;Home &#124; About &#124; Lorem &#124; Ipsum&#60;/p&#62;
&#60;p&#62;at the bottom of my page just before the footer text (within the container).&#60;br /&#62;
on the previous version I've made a copy of the footer.php into my child theme folder and I've added a&#60;br /&#62;
div tag with my links but now that the code has changed to hooks I don't know how to do this..&#60;/p&#62;
&#60;p&#62;Any help greatly appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myrto on "Problem with upgrade to 1.4.1.3"</title>
			<link>http://www.vfxdude.com/forum/topic/problem-with-upgrade-to-1413#post-7945</link>
			<pubDate>Thu, 22 Dec 2011 01:27:26 +0000</pubDate>
			<dc:creator>myrto</dc:creator>
			<guid isPermaLink="false">7945@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Feel like I'm talking to my self... but I hope this might help someone else as well. The css problem is now solved.&#60;br /&#62;
I was using @import in my style.css file&#60;br /&#62;
so I've added the optionstyles.css and it is now working.&#60;/p&#62;
&#60;p&#62;i.e.&#60;br /&#62;
@import &#34;../bigfeature/style.css&#34;;&#60;br /&#62;
@import&#34;optionstyles.css&#34;;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myrto on "Problem with upgrade to 1.4.1.3"</title>
			<link>http://www.vfxdude.com/forum/topic/problem-with-upgrade-to-1413#post-7943</link>
			<pubDate>Thu, 22 Dec 2011 00:41:36 +0000</pubDate>
			<dc:creator>myrto</dc:creator>
			<guid isPermaLink="false">7943@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;OK...need to add here that in my child theme I have a copy of the header and footer files with a few changes. I've noticed that the new version is using different format. (hooks) Although I've copied the new header and footer it can't read the optionstyles css file...&#60;br /&#62;
I hope this helps .
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myrto on "Problem with upgrade to 1.4.1.3"</title>
			<link>http://www.vfxdude.com/forum/topic/problem-with-upgrade-to-1413#post-7942</link>
			<pubDate>Wed, 21 Dec 2011 17:46:46 +0000</pubDate>
			<dc:creator>myrto</dc:creator>
			<guid isPermaLink="false">7942@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have upgraded to the new version. And although I saved my setting and re - imported them the layout and the colours were not restored. I've also  noticed that in my child theme folder there is an optionstyles.css file created.&#60;br /&#62;
I had to restore back the the previous version cause everything changed...&#60;br /&#62;
Anyone else had this problem? Any idea?&#60;/p&#62;
&#60;p&#62;Many thanks and season's greetings to all!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7927</link>
			<pubDate>Tue, 20 Dec 2011 15:13:54 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7927@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;ChrisGallagher, I found the problem with the background uploader, and now there is a &#60;a href=&#34;http://www.vfxdude.com/forum/topic/announcements#post-7920&#34;&#62;new version of the theme available&#60;/a&#62; where this is fixed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7926</link>
			<pubDate>Tue, 20 Dec 2011 15:10:55 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7926@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;arothafel, this is not related to wp3.3 as far as I can see, it's working as it should. The theme settings styles overrides the default styles, and setting the font-weight to normal when using cufon for the navigaton. You can add this css to the bfBlank style.css to set it back to bold:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;ul.navigation li a { font-weight: bold; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Another tip is to enable the &#34;Cache the settings stylesheet&#34; theme setting (make sure it's written to the library/css folder. might have to make it writable).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>arothafel on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7925</link>
			<pubDate>Tue, 20 Dec 2011 14:53:27 +0000</pubDate>
			<dc:creator>arothafel</dc:creator>
			<guid isPermaLink="false">7925@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Looks like W3 Total Cache plugin conflicts with the theme navigation text.  When I activate the W3TC plugin, my navigation text (and dropdowns) go from bold to light (normal).  When I deactivate W3TC everything returns to normal.&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://skincaremember.com/wp-content/uploads/2011/12/Without-WTC.png&#34;&#62;&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://skincare1.s3.amazonaws.com/wp-content/uploads/2011/12/With-W3TC.png&#34;&#62;&#60;/p&#62;
&#60;p&#62;The site was running just fine before the upgrade to 3.3.  I am using a child theme bf_blank.&#60;/p&#62;
&#60;p&#62;Here's the site:  &#60;a href=&#34;http://skincaremember.com/&#34; rel=&#34;nofollow&#34;&#62;http://skincaremember.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ChrisGallagher on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7883</link>
			<pubDate>Wed, 14 Dec 2011 13:38:20 +0000</pubDate>
			<dc:creator>ChrisGallagher</dc:creator>
			<guid isPermaLink="false">7883@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;My background image doesn't show up now after upgrading to wp 3.3.  I am a new user to wp - and am using wamp server locally while I build my site. Are you going to release a fix for this?  Also where in my style.css should I place the code &#34;body { background: #292929 url(http://www.mystite.com/bg.jpg) repeat; }&#34; to get back my background image?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>arben on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7882</link>
			<pubDate>Wed, 14 Dec 2011 12:24:38 +0000</pubDate>
			<dc:creator>arben</dc:creator>
			<guid isPermaLink="false">7882@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;everything works&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://artlemon.de&#34; rel=&#34;nofollow&#34;&#62;http://artlemon.de&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hereandnow on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7880</link>
			<pubDate>Tue, 13 Dec 2011 22:33:18 +0000</pubDate>
			<dc:creator>Hereandnow</dc:creator>
			<guid isPermaLink="false">7880@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I just did the update, no problems on my site, everything works perfectly. ;)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.hereandnow.ch&#34;&#62;http://www.hereandnow.ch&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>telgo on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7878</link>
			<pubDate>Tue, 13 Dec 2011 16:44:14 +0000</pubDate>
			<dc:creator>telgo</dc:creator>
			<guid isPermaLink="false">7878@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I have just figured out, was my fault.&#60;br /&#62;
thanks anyway.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>telgo on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7877</link>
			<pubDate>Tue, 13 Dec 2011 16:00:24 +0000</pubDate>
			<dc:creator>telgo</dc:creator>
			<guid isPermaLink="false">7877@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Seem to have some background trouble, too.&#60;br /&#62;
I just have upgraded to wp 3.3. Usually I have a white background. &#60;/p&#62;
&#60;p&#62;Now it's set to #EDEEEF. &#60;/p&#62;
&#60;p&#62;I tried to play with the background setting tools in the backend. Nothing happend.&#60;br /&#62;
Then I tried my luck (it's luck not knowledge in my case ;-) with the style.css, does not work or precisely can not notice any changes...&#60;/p&#62;
&#60;p&#62;Thanks for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shiftpgdn on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7874</link>
			<pubDate>Tue, 13 Dec 2011 14:40:50 +0000</pubDate>
			<dc:creator>shiftpgdn</dc:creator>
			<guid isPermaLink="false">7874@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Installed it on HighFlange.com last night with no issues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>c-r-u-x on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7873</link>
			<pubDate>Tue, 13 Dec 2011 11:18:00 +0000</pubDate>
			<dc:creator>c-r-u-x</dc:creator>
			<guid isPermaLink="false">7873@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Thanks, that did it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7872</link>
			<pubDate>Tue, 13 Dec 2011 10:39:36 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7872@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;c-r-u-x, I guess it's the same as &#60;a href=&#34;http://www.vfxdude.com/forum/topic/background-has-disappeared&#34;&#62;here&#60;/a&#62;. The wp background image uploader is probably changed, and the background image must be added with css instead. You can just upload the image in the media library, and copy the image url and then add css like this in style.css:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;body { background: #292929 url(http://www.mystite.com/bg.jpg) repeat; }&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>c-r-u-x on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7871</link>
			<pubDate>Tue, 13 Dec 2011 10:23:12 +0000</pubDate>
			<dc:creator>c-r-u-x</dc:creator>
			<guid isPermaLink="false">7871@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;My background image doesn't show up now!&#60;br /&#62;
My site is &#60;a href=&#34;http://www.c-r-u-x.de&#34; rel=&#34;nofollow&#34;&#62;http://www.c-r-u-x.de&#60;/a&#62; and there should be (and has been) a 1920x1200 background image. Instead it's just all #1f1f1f now.&#60;/p&#62;
&#60;p&#62;Seems like more people and themes have this problem ( &#60;a href=&#34;http://wordpress.org/support/topic/background-image-wont-show-up-1&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/background-image-wont-show-up-1&#60;/a&#62; , &#60;a href=&#34;http://wordpress.org/support/topic/background-image-doesnt-work-in-33&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/background-image-doesnt-work-in-33&#60;/a&#62; ). How can I fix this - or can you release a hotfix?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7870</link>
			<pubDate>Tue, 13 Dec 2011 10:08:34 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7870@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;fixed some cosmetic issues in the theme settings now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7869</link>
			<pubDate>Tue, 13 Dec 2011 09:26:33 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7869@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I have upgraded, and it seems fine. Have not done an extensive test though.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ronenbekerman on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7867</link>
			<pubDate>Tue, 13 Dec 2011 07:43:31 +0000</pubDate>
			<dc:creator>ronenbekerman</dc:creator>
			<guid isPermaLink="false">7867@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Who is the brave first dude to get this one cracking? ;)&#60;/p&#62;
&#60;p&#62;I'm not even on the latest BigFeature version yet :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>illusio on "Anyone test out WordPress 3.3 with BigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/anyone-test-out-wordpress-33-with-bigfeature#post-7866</link>
			<pubDate>Tue, 13 Dec 2011 02:11:18 +0000</pubDate>
			<dc:creator>illusio</dc:creator>
			<guid isPermaLink="false">7866@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://wordpress.org/download/&#34;&#62;WordPress 3.3&#60;/a&#62; is out peoples! Anyone test it yet?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dubief on "Timthumb security flaw"</title>
			<link>http://www.vfxdude.com/forum/topic/timthumb-security-flaw#post-7344</link>
			<pubDate>Mon, 26 Sep 2011 20:09:45 +0000</pubDate>
			<dc:creator>dubief</dc:creator>
			<guid isPermaLink="false">7344@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I hope everybody has updated to the most current version of BigFeature! My itty bitty site just got hacked (BOOOO!) through timthumb because I hadn't upgraded to 1.4.1. Which was totally stupid on my part. &#60;/p&#62;
&#60;p&#62;So yes this is a REAL vulnerability and yes you DO want to use the most current theme version to avoid the mess I just finished cleaning up. Blech.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Timthumb security flaw"</title>
			<link>http://www.vfxdude.com/forum/topic/timthumb-security-flaw#post-7102</link>
			<pubDate>Tue, 16 Aug 2011 10:54:17 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7102@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;updating timthumb.php (in library/timthumb) should work (zoom cropping will not work then though). You might have to delete the cache folder, and recreate it if it's not done automatically (I did not have to do this with my hosting, but setups are different). &#60;/p&#62;
&#60;p&#62;timthumb is updated in the latest version of the theme (1.4.1).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blogmeistress on "Timthumb security flaw"</title>
			<link>http://www.vfxdude.com/forum/topic/timthumb-security-flaw#post-7101</link>
			<pubDate>Tue, 16 Aug 2011 10:38:17 +0000</pubDate>
			<dc:creator>blogmeistress</dc:creator>
			<guid isPermaLink="false">7101@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi there&#60;/p&#62;
&#60;p&#62;I've been reading recently about the security flaw in TimThumb (&#60;a href=&#34;http://www.woothemes.com/2011/08/timthumb-security-flaw-patch/&#34;&#62;article here&#60;/a&#62;) - and was wanting to update the timthumb file in the Big Feature theme to make sure this doesn't happen to my clients sites.  I use Big Feature often, so will need to do this across the board.   I tried replacing the timthumb.php file with the new one provided by the creator (as suggested by Woo Themes in that article linked above), but it didn't work - the images were no longer showing.  So, I have reverted for the time being, but need to get this updated as soon as I can.&#60;/p&#62;
&#60;p&#62;Is there something specific I should be doing to update this for Big Feature?  &#60;/p&#62;
&#60;p&#62;Really appreciate your time.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Pia
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Upgrade not working"</title>
			<link>http://www.vfxdude.com/forum/topic/upgrade-not-working#post-6010</link>
			<pubDate>Thu, 17 Mar 2011 16:01:31 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6010@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;you are probably installing the downloaded zip file, that's not how to install the theme. Unzip it and install the bigfeature.zip inside it. Also read the documentation in the docs folder. More info on upgrading can be found &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/10/faq/#how2upgrade&#34;&#62;here&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>devanslive on "Upgrade not working"</title>
			<link>http://www.vfxdude.com/forum/topic/upgrade-not-working#post-6009</link>
			<pubDate>Thu, 17 Mar 2011 15:19:45 +0000</pubDate>
			<dc:creator>devanslive</dc:creator>
			<guid isPermaLink="false">6009@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Good day, I am trying to install the latest version of this theme from my &#60;a href=&#34;http://www.themeforest.net&#34; rel=&#34;nofollow&#34;&#62;http://www.themeforest.net&#60;/a&#62; account and it is not installing. It says the StyleSheet is missing. Please assist
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "where do i download the upgrade version of bigFeature?"</title>
			<link>http://www.vfxdude.com/forum/topic/where-do-i-download-the-upgrade-version-of-bigfeature#post-5712</link>
			<pubDate>Mon, 28 Feb 2011 23:25:39 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">5712@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;the latest version is the one in your accounts download.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

