<?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: footer - Recent Posts</title>
		<link>http://www.vfxdude.com/forum/tags/footer</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 05:39:18 +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/footer" rel="self" type="application/rss+xml" />

		<item>
			<title>baxx22 on "What is the best way to add a Footer  to all Pages?"</title>
			<link>http://www.vfxdude.com/forum/topic/what-is-the-best-way-to-add-a-footer-to-all-pages#post-7905</link>
			<pubDate>Fri, 16 Dec 2011 07:13:09 +0000</pubDate>
			<dc:creator>baxx22</dc:creator>
			<guid isPermaLink="false">7905@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hey vfxdude,&#60;/p&#62;
&#60;p&#62;Thanks again for the help. Your links were right on and the support pages you linked to were perfect. Got a brand new footer and header almost exactly how I designed them in acouple hours. I've never used wordpress before. I do mainly motion graphics and custom AS2 &#38;amp; AS3 flash websites. When I'm done with my site, I'll be sure to send you a link. I will be sure to go back to Theme Forest and Flashden and give you the amazing comments you deserve for your great theme, online forum support and amazing web support structure. I wish you all the best, you deserve it, J.           (hopefully I won't have to many more questions for ya, but thanks again.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "What is the best way to add a Footer  to all Pages?"</title>
			<link>http://www.vfxdude.com/forum/topic/what-is-the-best-way-to-add-a-footer-to-all-pages#post-7897</link>
			<pubDate>Thu, 15 Dec 2011 10:00:36 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7897@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;the &#60;a href=&#34;http://www.vfxdude.com/downloads/&#34;&#62;bfNav child theme&#60;/a&#62; got a footer styled like this. &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/10/faq/#childtheme&#34;&#62;Here's&#60;/a&#62; more info on child themes. it's just to add widgets to the &#34;Footer Links&#34; widget area. If you want to add it to the default theme look, you can modify functions.php of bfnav. Remove of comment out these lines:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;add_action( 'bf_top', 'customHeader' );&#60;br /&#62;
add_action( 'bf_top', 'topNav' );&#60;br /&#62;
remove_action( 'bf_header', 'headerFeatures' );&#60;br /&#62;
remove_action( 'bf_header', 'bf_navigation' );&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baxx22 on "What is the best way to add a Footer  to all Pages?"</title>
			<link>http://www.vfxdude.com/forum/topic/what-is-the-best-way-to-add-a-footer-to-all-pages#post-7891</link>
			<pubDate>Thu, 15 Dec 2011 04:14:40 +0000</pubDate>
			<dc:creator>baxx22</dc:creator>
			<guid isPermaLink="false">7891@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I was wondering how do I go about adding a footer the my BF theme? Is there a widget or a plugin that anyone could suggest to get me on my way? I have some source code from the bottom example of the attached photo linked below. Could I place that some where and just code it to look like mine?&#60;/p&#62;
&#60;p&#62;Here is a example of the footer I'd like to add. Also another footer below it that would work fine also, I have the source code for that one. Thanks so much, J.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://imgur.com/NWHvQ&#34;&#62;My Footer Examples&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "The search result page of the BF Area child theme"</title>
			<link>http://www.vfxdude.com/forum/topic/the-search-result-page-of-the-bf-area-child-theme#post-7641</link>
			<pubDate>Tue, 15 Nov 2011 12:04:00 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7641@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;1. oh the search. I looked at the frontpage. I should stop answering questions that late at night when my brain is not working. Anyway, it turns out that the extra &#34;&#38;gt;&#34; has been there from version 1 of the theme. Strange that I haven't seen it. It easy to fix, just remove the last character in search.php (which is a &#34;&#38;gt;&#34; character).&#60;/p&#62;
&#60;p&#62;3. It's actually quite easy to add to the child theme (to add a post type dropdown list next to the search). &#60;/p&#62;
&#60;p&#62;Copy searchform.php into the child theme. And edit it to add a select list with the post types. To catch the select list post type and change the search result, add this to functions.php of the child theme (test with this parameter added to the search url: &#60;code&#62;spt=post&#60;/code&#62;):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function SearchPostType($query) {
    if ($query-&#38;gt;is_search) $query-&#38;gt;set(&#38;#39;post_type&#38;#39;, $_REQUEST[&#38;#39;spt&#38;#39;]);
    return $query;
}
add_filter(&#38;#39;pre_get_posts&#38;#39;,&#38;#39;SearchPostType&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>norwegianmood on "The search result page of the BF Area child theme"</title>
			<link>http://www.vfxdude.com/forum/topic/the-search-result-page-of-the-bf-area-child-theme#post-7638</link>
			<pubDate>Mon, 14 Nov 2011 22:14:14 +0000</pubDate>
			<dc:creator>norwegianmood</dc:creator>
			<guid isPermaLink="false">7638@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;1. I hate to point out the obvious: &#60;a href=&#34;http://www.vfxdude.com/bfarea/?s=foto&#34;&#62;http://www.vfxdude.com/bfarea/?s=foto&#60;/a&#62;. Just scroll down. It's there!&#60;/p&#62;
&#60;p&#62;2. You probably hate to point out the obvious too, but thanx.&#60;/p&#62;
&#60;p&#62;3. Solving no. 2 made no. 3 even more obvious. I'll search for some kind of plugin. But it wolud be a nice new theme feature ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "The search result page of the BF Area child theme"</title>
			<link>http://www.vfxdude.com/forum/topic/the-search-result-page-of-the-bf-area-child-theme#post-7637</link>
			<pubDate>Mon, 14 Nov 2011 20:00:29 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7637@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;1. If you take a look at the &#60;a href=&#34;http://www.vfxdude.com/bfarea/&#34;&#62;bfarea demo website&#60;/a&#62; there's no &#34;&#38;gt;&#34; there, so this is not caused by the theme or the childtheme. It could be outputted by a plugin. Deactivate all plugins to see if this causes it.&#60;/p&#62;
&#60;p&#62;2. The default height of thumbnails can be set in the theme settings with this setting: &#34;Thumb post image height&#34;. If you want more control of the looks (change number of columns etc.) you can use the new &#60;a href=&#34;http://www.youtube.com/user/vfxdudedotcom#p/u/0/mzFXQVhiNOs&#34;&#62;shortcode template system&#60;/a&#62; (in version 1.4.1.1).&#60;/p&#62;
&#60;p&#62;3. Not sure. Maybe there's a plugin that can add select list what post type to search. This can be coded in the child theme too, but you have to know php. In the &#60;a href=&#34;http://www.youtube.com/user/vfxdudedotcom#p/u/0/mzFXQVhiNOs&#34;&#62;shortcode template system&#60;/a&#62; you can style the pages differently from posts with the &#60;a href=&#34;http://www.youtube.com/user/vfxdudedotcom#p/u/1/-N0dein2ofw&#34;&#62;bfthumbs layout gui&#60;/a&#62; (with the php node) or the bfthumbs can be modified with the &#60;a href=&#34;http://www.vfxdude.com/forum/topic/tips-and-tricks#post-4638&#34;&#62;bfthumbs_content filter&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>norwegianmood on "The search result page of the BF Area child theme"</title>
			<link>http://www.vfxdude.com/forum/topic/the-search-result-page-of-the-bf-area-child-theme#post-7635</link>
			<pubDate>Fri, 11 Nov 2011 23:38:31 +0000</pubDate>
			<dc:creator>norwegianmood</dc:creator>
			<guid isPermaLink="false">7635@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;This is what my serch result page look like now: &#60;a href=&#34;http://www.norwegianmood.no/?s=foto&#34;&#62;http://www.norwegianmood.no/?s=foto&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1st there is the &#34;&#38;gt;&#34; below the footer. Some left over code? How can i remove it?&#60;/p&#62;
&#60;p&#62;2nd there are the images. How can I adjust the hight so that they look desent?&#60;/p&#62;
&#60;p&#62;3rd is the sorting. I've included pages in the search. If possible, it would be nice to group posts and pages, and not mix them as shown.&#60;/p&#62;
&#60;p&#62;Thanx :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>novego on "page templates and plugins"</title>
			<link>http://www.vfxdude.com/forum/topic/hello-world#post-7370</link>
			<pubDate>Thu, 29 Sep 2011 07:01:38 +0000</pubDate>
			<dc:creator>novego</dc:creator>
			<guid isPermaLink="false">7370@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;thank you for help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "page templates and plugins"</title>
			<link>http://www.vfxdude.com/forum/topic/hello-world#post-7362</link>
			<pubDate>Tue, 27 Sep 2011 22:07:20 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7362@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;1. I'm now working on several templates for the new &#60;a href=&#34;http://www.youtube.com/user/vfxdudedotcom#p/u/0/mzFXQVhiNOs&#34;&#62;shortcode template system&#60;/a&#62; added in version 1.4.1, but these can also be used like the other templates you refer too (added to pages). In other words, more templates are on the way.&#60;/p&#62;
&#60;p&#62;2. The footer is probably based on one of the &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/10/faq/#childtheme&#34;&#62;child themes&#60;/a&#62; available &#60;a href=&#34;http://www.vfxdude.com/downloads/&#34;&#62;here&#60;/a&#62; (bfwide or bfarea), and modified with css in the child theme. The navigation is a css modification. You can select different navigation styles in the theme setting, and then modify them to your liking. Use Firebug to find what styles to modify.&#60;/p&#62;
&#60;p&#62;you can find plugin recommendations &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/07/setting-up-the-theme/&#34;&#62;here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;3. Use a &#60;a href=&#34;http://wordpress.org/extend/plugins/xml-google-maps/&#34;&#62;plugin&#60;/a&#62; or &#60;a href=&#34;http://maps.google.com/support/bin/answer.py?answer=72644&#34;&#62;embed code&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>novego on "page templates and plugins"</title>
			<link>http://www.vfxdude.com/forum/topic/hello-world#post-7351</link>
			<pubDate>Tue, 27 Sep 2011 11:59:25 +0000</pubDate>
			<dc:creator>novego</dc:creator>
			<guid isPermaLink="false">7351@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;----- moved from here: &#60;a href=&#34;http://themeforest.net/item/bigfeature-wordpress-theme/discussion/51702&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/item/bigfeature-wordpress-theme/discussion/51702&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hello! I just bought your beautiful theme for my blog. I state that I am no expert, but I think I managed to set it.&#60;/p&#62;
&#60;p&#62;I still have some doubts.&#60;/p&#62;
&#60;p&#62;1) I have seen the site you have made ??available to us with documentation, very well done. There are some very nice page templates. I would like to know if there are other templates for the blog page. They are really convenient for those who do not know HTML . for example i used some template you give us free for two of my pages – &#60;a href=&#34;http://www.novarchitectura.com/architettura-interiore/&#34; rel=&#34;nofollow&#34;&#62;http://www.novarchitectura.com/architettura-interiore/&#60;/a&#62; – &#60;a href=&#34;http://www.novarchitectura.com/presentazione/&#34; rel=&#34;nofollow&#34;&#62;http://www.novarchitectura.com/presentazione/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but i need more :D&#60;/p&#62;
&#60;p&#62;2) I have seen many blogs that use this theme and i had some questions - How do I get a footer like this: &#60;a href=&#34;http://artlemon.de/&#34; rel=&#34;nofollow&#34;&#62;http://artlemon.de/&#60;/a&#62; - How can I have a nav bar like this: &#60;a href=&#34;http://illusiodesign.com/&#34; rel=&#34;nofollow&#34;&#62;http://illusiodesign.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;there are plugins or widgets that you can recommend? Where can I find it?&#60;/p&#62;
&#60;p&#62;3) I would like to know if in the contact page I can insert a google map and how to do.&#60;/p&#62;
&#60;p&#62;Thanks for your help&#60;/p&#62;
&#60;p&#62;my homepage is: &#60;a href=&#34;http://www.novarchitectura.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.novarchitectura.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>2colors on "Using BFWide, can the footer stick &#38; be an image?"</title>
			<link>http://www.vfxdude.com/forum/topic/using-bfwide-can-the-footer-stick-be-an-image#post-6836</link>
			<pubDate>Thu, 30 Jun 2011 09:25:46 +0000</pubDate>
			<dc:creator>2colors</dc:creator>
			<guid isPermaLink="false">6836@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Ok well now I thnk I have a better example. I'm making a &#60;a href=&#34;http://innosence.xsrv.jp/minami-logisco/&#34;&#62;site&#60;/a&#62; and still can't get the footer where I want it. &#60;/p&#62;
&#60;p&#62;For example. My site has very little content... On a large display &#38;amp; browser window, I view the site and there is absent space below the footer. What I want is to on a large display &#38;amp; browser window, have the footer stick to the bottom of the window and leave the absent space between the top of the footer &#38;amp; bottom of the content absent. &#60;strong&#62;Just&#60;/strong&#62; like this site.&#60;/p&#62;
&#60;p&#62;Anyways, I'd appreciate a solution!&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Problems with the bfslider &#38; moving the nav + logo."</title>
			<link>http://www.vfxdude.com/forum/topic/problems-with-the-bfslider-moving-the-nav-logo#post-6774</link>
			<pubDate>Wed, 22 Jun 2011 11:07:07 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6774@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;create a new navigation in theme setting by pressing the green plus sign (if it's not there then enable multiple navigations below).&#60;/p&#62;
&#60;p&#62;Use Firebug. Searching in the code is so time wasting. Everything can be overriden in the child theme stylesheet by coping from firebug and altered.&#60;/p&#62;
&#60;p&#62;Cant's see any repeating feature images though. It can happen if you also insert it into the post/page editor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>2colors on "Problems with the bfslider &#38; moving the nav + logo."</title>
			<link>http://www.vfxdude.com/forum/topic/problems-with-the-bfslider-moving-the-nav-logo#post-6727</link>
			<pubDate>Fri, 10 Jun 2011 07:57:04 +0000</pubDate>
			<dc:creator>2colors</dc:creator>
			<guid isPermaLink="false">6727@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Ok, hopefully these are my last questions...&#60;/p&#62;
&#60;p&#62;The site is getting along, but I still have a few problems. I can't seem to get the social nav working... I followed the readme.txt but still no prevail. I'm unclear on why I need to do step 3 (readme.txt). Step 4 says to add the links you just created to the nav and save settings, but I can't find where to do that. I can add a custom link.. but they don't have a connection to the interface menu &#34;Links&#34; (to my knowledge). Help would be much appreciated.&#60;/p&#62;
&#60;p&#62;Then, I want to move the footer text down a pixel or two and also center it... but can't find it in either stylesheet. I can change it's color in #footer of the bfarea stylesheet but other than that, I'm clueless. If I could get the actual line number or something it'd be great.. I'm still just getting a handle of this child theme stuff. &#60;/p&#62;
&#60;p&#62;Lastly, on &#60;a href=&#34;http://kanazawa-lovely.com/htpdoc/gallery/&#34;&#62;this&#60;/a&#62; page the feature image repeats it self twice. I want it to be an archive of the sites posts... but have the same feature image as &#60;a href=&#34;http://kanazawa-lovely.com/htpdoc/service/pet-hotel/&#34;&#62;this page&#60;/a&#62;. Oh and at the moment it's a page using the &#34;blog posts&#34; template. Any thoughts? &#60;/p&#62;
&#60;p&#62;Thanks so much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Problems with the bfslider &#38; moving the nav + logo."</title>
			<link>http://www.vfxdude.com/forum/topic/problems-with-the-bfslider-moving-the-nav-logo#post-6686</link>
			<pubDate>Wed, 08 Jun 2011 12:44:12 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6686@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;you don't have to do anything in functions.php, but if you want to move the navigation you can change things around in the customHeader function (there's 2 bf_navigation calls there). Example:&#60;/p&#62;
&#60;p&#62;move these lines below the (topheader and cwidth divs):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;navbar&#38;quot;&#38;gt;&#38;lt;div class=&#38;quot;cwidth clearfix&#38;quot;&#38;gt;&#38;lt;?php bf_navigation(&#38;quot;&#38;quot;,&#38;quot;navsmall&#38;quot;); ?&#38;gt;
&#38;lt;div id=&#38;quot;social&#38;quot;&#38;gt;&#38;lt;?php bf_navigation(&#38;quot;socialnav&#38;quot;,&#38;quot;navsmall&#38;quot;); ?&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#38;lt;div class=&#38;quot;clear&#38;quot;&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You create a page, and add a shortcode in the Feature HTML field below the editor. It can be any shortcode, &#60;a href=&#34;http://www.vfxdude.com/testblog/shortcodes-reference-guide/#bfslider&#34;&#62;bfslider&#60;/a&#62;, &#60;a href=&#34;http://www.vfxdude.com/testblog/shortcodes-reference-guide/#nivoslider&#34;&#62;nivoslider&#60;/a&#62;, &#60;a href=&#34;http://www.vfxdude.com/testblog/shortcodes-reference-guide/#bfthumbs&#34;&#62;bfthumbs&#60;/a&#62;, &#60;a href=&#34;http://www.vfxdude.com/testblog/shortcodes-reference-guide/#galleria&#34;&#62;galleria&#60;/a&#62; etc.&#60;/p&#62;
&#60;p&#62;The post title is already below the feature area, just see &#60;a href=&#34;http://www.vfxdude.com/bfarea/2010/09/the-monk-the-monkey/&#34;&#62;here&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Footer Width"</title>
			<link>http://www.vfxdude.com/forum/topic/footer-width#post-6683</link>
			<pubDate>Wed, 08 Jun 2011 11:46:50 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6683@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;the width is automatically calculated based on the width of the container (set in the theme settings), but it can be overrided with css.&#60;/p&#62;
&#60;p&#62;Here's an example of reducing the general column width, and increasing the width for the BF Page widget (this can be done woth any widget. use Firebug to find the classes):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#footer-widgets li.widget { width: 120px; }&#60;br /&#62;
#footer-widgets li.widget.widget_bf_page { width: 300px; }&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>2colors on "Problems with the bfslider &#38; moving the nav + logo."</title>
			<link>http://www.vfxdude.com/forum/topic/problems-with-the-bfslider-moving-the-nav-logo#post-6662</link>
			<pubDate>Thu, 02 Jun 2011 00:57:03 +0000</pubDate>
			<dc:creator>2colors</dc:creator>
			<guid isPermaLink="false">6662@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Can you specify a little bit more? I'm not exactly sure what I should be doing in the child theme's functions.php...&#60;/p&#62;
&#60;p&#62;Then, what shortcodes would I be inputting into the Feature HTML field? This is the first time I'm using the bfslider or Feature HTML..&#60;/p&#62;
&#60;p&#62;Lastly, How to I move the h1 or post/page title below the feature area? I don't fully understand child themes &#38;amp; would like to know ways to execute what I'm trying to do in an neat and consistent manner. &#60;/p&#62;
&#60;p&#62;Thanks once again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cieldesigns on "Footer Width"</title>
			<link>http://www.vfxdude.com/forum/topic/footer-width#post-6657</link>
			<pubDate>Tue, 31 May 2011 23:29:41 +0000</pubDate>
			<dc:creator>cieldesigns</dc:creator>
			<guid isPermaLink="false">6657@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi, I would like to adjust the width of the footer widget columns - ie, not have each of the columns the same width (I'm currently using 4 columns). I've checked with FireBug but can't seem to find how to do this.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Problems with the bfslider &#38; moving the nav + logo."</title>
			<link>http://www.vfxdude.com/forum/topic/problems-with-the-bfslider-moving-the-nav-logo#post-6646</link>
			<pubDate>Tue, 31 May 2011 08:06:54 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6646@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;you can use the &#60;a href=&#34;http://www.vfxdude.com/bfarea/&#34;&#62;BFArea&#60;/a&#62; child theme, it looks like this. Then you can add sliders and shortcodes to the &#34;Feature HTML&#34; input field below the editor (of each page/post). You can chenge the customHeader function (in the child theme's functions.php) to move the navagtion to the top.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>2colors on "Problems with the bfslider &#38; moving the nav + logo."</title>
			<link>http://www.vfxdude.com/forum/topic/problems-with-the-bfslider-moving-the-nav-logo#post-6637</link>
			<pubDate>Mon, 30 May 2011 12:25:08 +0000</pubDate>
			<dc:creator>2colors</dc:creator>
			<guid isPermaLink="false">6637@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi, I'm having a few problems with a site I'm making... I'm aiming to have a bfslider on the home page, and to have a &#34;feature&#34; photo for all other pages. Quite like a site Illusio has made. &#60;a href=&#34;http://deshawlaw.com/&#34;&#62;Here.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here's a template of what I want the home page to look like. &#60;a href=&#34;http://theoce.com/sitev3/wp-content/uploads/2011/05/PetShop_BF_top.jpg&#34;&#62;HOME&#60;/a&#62;. &#38;amp; here is another of what I'd like the other pages to look like. &#60;a href=&#34;http://theoce.com/sitev3/wp-content/uploads/2011/05/PetShop_BF_blank.jpg&#34;&#62;PAGES&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Illusio used TopArt primarily.. but I'm just a bit confused in how this works. I'll often change things in Topart.. but nothing happens. Lol, anyways, I would really appreciate some help. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Using BFWide, can the footer stick &#38; be an image?"</title>
			<link>http://www.vfxdude.com/forum/topic/using-bfwide-can-the-footer-stick-be-an-image#post-6435</link>
			<pubDate>Tue, 26 Apr 2011 11:02:09 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6435@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;the css must be added at the bottom of the style.css (preferably in &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/10/faq/#childtheme&#34;&#62;child theme&#60;/a&#62;) to override other styles set. You can see in firebug if the style is overridden by another style.&#60;/p&#62;
&#60;p&#62;about the footer image, depends what you want. It's much easier for me to answer such question if you include an image of how you want it. Another thing is that I will not help with customizations, but I give tips and pointers if there is some theme functionality in question.&#60;/p&#62;
&#60;p&#62;about the &#34;copyright&#34; text, do you want to move it or remove it? you move it with css and remove/change it in the theme settings.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>2colors on "Using BFWide, can the footer stick &#38; be an image?"</title>
			<link>http://www.vfxdude.com/forum/topic/using-bfwide-can-the-footer-stick-be-an-image#post-6412</link>
			<pubDate>Wed, 20 Apr 2011 06:26:38 +0000</pubDate>
			<dc:creator>2colors</dc:creator>
			<guid isPermaLink="false">6412@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hey again, I'm stumped. I inserted the #foot css and it is fixed. The problem now is that I inserted the #container css but it stays with the bottom of my browser window. I'm aware this is a really simple problem to fix &#38;amp; that the #container css I received is for this problem, but I'm clueless. &#60;/p&#62;
&#60;p&#62;Secondly, the footer page thing isn't quite working. When I do so the image is in the middle of the page &#38;amp; you can also click on it. I left it as is.&#60;/p&#62;
&#60;p&#62;It does work though with a &#34;background: url(images/image.jpg) no-repeat 0 0;&#34; type thing.. I'm wondering if there could possibly be some later occurring problems if I do this.&#60;/p&#62;
&#60;p&#62;Lastly, I want to move the footer &#34;copyright&#34; text. I've done it before but can't seem to find how to again..&#60;/p&#62;
&#60;p&#62;Thanks once again n sorry fer the petty questions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>2colors on "Using BFWide, can the footer stick &#38; be an image?"</title>
			<link>http://www.vfxdude.com/forum/topic/using-bfwide-can-the-footer-stick-be-an-image#post-6309</link>
			<pubDate>Thu, 07 Apr 2011 02:31:37 +0000</pubDate>
			<dc:creator>2colors</dc:creator>
			<guid isPermaLink="false">6309@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Thanks much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Using BFWide, can the footer stick &#38; be an image?"</title>
			<link>http://www.vfxdude.com/forum/topic/using-bfwide-can-the-footer-stick-be-an-image#post-6306</link>
			<pubDate>Wed, 06 Apr 2011 17:57:08 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6306@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;you can make the footer stick with this css (add it to bfWide style.css):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#footer {
    bottom: 0;
    position: fixed;
    width: 100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and then you also need a margin for the page container so it will not hide behind the footer (how much depends on how high the footer is):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#container { margin-bottom: 100px; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To add an image in the footer:&#60;/p&#62;
&#60;p&#62;1. Set the &#34;Footer columns&#34; theme setting to 1.&#60;br /&#62;
2. Create a page, and insert the image into the page.&#60;br /&#62;
3. Use the BF Page widget to add the page to the Footer links widget area.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>2colors on "Using BFWide, can the footer stick &#38; be an image?"</title>
			<link>http://www.vfxdude.com/forum/topic/using-bfwide-can-the-footer-stick-be-an-image#post-6304</link>
			<pubDate>Wed, 06 Apr 2011 15:59:43 +0000</pubDate>
			<dc:creator>2colors</dc:creator>
			<guid isPermaLink="false">6304@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I have a little problem. I'm using the BFWide child theme and I'm trying to get the footer into shape. I'm wondering if it's possible to make the footer an image of my own... and of course, how. Then, I'm wondering how to make the footer stick. I want it to &#60;strong&#62;always&#60;/strong&#62; be at the bottom, whether scrolling or not. Also, if it might help or have an effect on the footer image, I'm planning to have a background image also.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.theOCE.com/raisojapan/&#34; rel=&#34;nofollow&#34;&#62;http://www.theOCE.com/raisojapan/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Broken Portfolio"</title>
			<link>http://www.vfxdude.com/forum/topic/broken-portfolio#post-6258</link>
			<pubDate>Mon, 04 Apr 2011 09:42:39 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6258@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;the footer problem is that the &#34;Footer Text&#34; is wrapped in paragraph tags, pushing the top link down.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nathanjeffers on "Broken Portfolio"</title>
			<link>http://www.vfxdude.com/forum/topic/broken-portfolio#post-6246</link>
			<pubDate>Fri, 01 Apr 2011 17:40:06 +0000</pubDate>
			<dc:creator>nathanjeffers</dc:creator>
			<guid isPermaLink="false">6246@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Thanks for the quick reply!&#60;/p&#62;
&#60;p&#62;It was the plugin &#60;strong&#62;Category Visibility-iPeat Rev&#60;/strong&#62; that was blocking those categories from being shown.&#60;/p&#62;
&#60;p&#62;I should have known it would be obvious.  I haven't found a solution to the footer problem... it doesn't seem to be a plugin, but I'll keep trying.  It's not that terrible anyway.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Broken Portfolio"</title>
			<link>http://www.vfxdude.com/forum/topic/broken-portfolio#post-6219</link>
			<pubDate>Thu, 31 Mar 2011 19:26:09 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6219@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;it's hard for me to say what the problem here is. It says &#34;not found&#34;, and that means there is something wrong with the category added as a custom field. It could be a category visibility plugin causing it, or maybe another plugin. Deactivate the plugins to see if it changes.&#60;/p&#62;
&#60;p&#62;There are some fancy_overlay divs at the bottom that can cause the footer problems. Probably a plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nathanjeffers on "Broken Portfolio"</title>
			<link>http://www.vfxdude.com/forum/topic/broken-portfolio#post-6216</link>
			<pubDate>Wed, 30 Mar 2011 20:28:54 +0000</pubDate>
			<dc:creator>nathanjeffers</dc:creator>
			<guid isPermaLink="false">6216@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;First off, I'm a huge fan of the theme and a long time beginner at Wordpress.&#60;/p&#62;
&#60;p&#62;I'm not sure exactly what I did, but when I was changing around a few things it no longer shows the portfolio pages correctly on my website.&#60;/p&#62;
&#60;p&#62;Here's the site &#60;a href=&#34;http://jeffersmedia.com&#34;&#62;http://jeffersmedia.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The portfolio pages:&#60;br /&#62;
&#60;a href=&#34;http://jeffersmedia.com/portfolio/design&#34;&#62;http://jeffersmedia.com/portfolio/design&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://jeffersmedia.com/portfolio/photo&#34;&#62;http://jeffersmedia.com/portfolio/photo&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As a side note, I'm also having trouble with my footer.  It cuts off at the bottom for some reason.  I know I just messed something up when I was trying to change a few things, but I don't know where exactly to look for the problem
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Thomas Deutsch on "Footer Width"</title>
			<link>http://www.vfxdude.com/forum/topic/footer-width#post-5852</link>
			<pubDate>Wed, 09 Mar 2011 21:48:18 +0000</pubDate>
			<dc:creator>Thomas Deutsch</dc:creator>
			<guid isPermaLink="false">5852@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Yes, that worked :)&#60;br /&#62;
Thank you very mutch!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Footer Width"</title>
			<link>http://www.vfxdude.com/forum/topic/footer-width#post-5844</link>
			<pubDate>Wed, 09 Mar 2011 17:28:12 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">5844@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;this css will do it:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#footer .inside { width: 1062px; }&#60;/code&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

