<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.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; User Favorites: blogmeistress</title>
		<link>http://www.vfxdude.com/forum/profile/</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 20:12:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>vfxdude on "removing featured image from RSS Feed"</title>
			<link>http://www.vfxdude.com/forum/topic/removing-featured-image-from-rss-feed#post-7195</link>
			<pubDate>Wed, 31 Aug 2011 08:38:05 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7195@http://www.vfxdude.com/forum/</guid>
			<description><p>I tested it now with "Move the default post image below the title" theme setting as it is here, and it still works. I guess feedburner feeds are cached, but it should work for new posts.
</p></description>
		</item>
		<item>
			<title>blogmeistress on "removing featured image from RSS Feed"</title>
			<link>http://www.vfxdude.com/forum/topic/removing-featured-image-from-rss-feed#post-7194</link>
			<pubDate>Wed, 31 Aug 2011 07:59:01 +0000</pubDate>
			<dc:creator>blogmeistress</dc:creator>
			<guid isPermaLink="false">7194@http://www.vfxdude.com/forum/</guid>
			<description><p>Thanks - I did that, but it doesn't seem to have done anything?  There are still double images showing in the feed...  Or does it only affect new posts created from now on?</p>
<p>Thanks as always for your quick response.
</p></description>
		</item>
		<item>
			<title>vfxdude on "removing featured image from RSS Feed"</title>
			<link>http://www.vfxdude.com/forum/topic/removing-featured-image-from-rss-feed#post-7184</link>
			<pubDate>Tue, 30 Aug 2011 08:48:38 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7184@http://www.vfxdude.com/forum/</guid>
			<description><p>add this at the bottom of functions.php (before the <code>?&#62;</code>):</p>
<p><code>remove_filter('the_content', 'featureimage_for_feeds');</code>
</p></description>
		</item>
		<item>
			<title>blogmeistress on "removing featured image from RSS Feed"</title>
			<link>http://www.vfxdude.com/forum/topic/removing-featured-image-from-rss-feed#post-7176</link>
			<pubDate>Mon, 29 Aug 2011 14:01:53 +0000</pubDate>
			<dc:creator>blogmeistress</dc:creator>
			<guid isPermaLink="false">7176@http://www.vfxdude.com/forum/</guid>
			<description><p>Hi there</p>
<p>On <a href="http://www.capeinsights.com" rel="nofollow">http://www.capeinsights.com</a> I have manually removed the featured image on pages and posts, because it was too large for my client's liking.  I first tried disabling it, but then the thumbnail wasn't being generated, so just removed the image manually for each page/post template.</p>
<p>Problem is, though, that it's still turning up as a double image in her RSS feed....  Is there a way of disabling this (other than disabling the featured image in theme settings, which affects the thumbnail)?<br />
See here:  <a href="http://feeds.feedburner.com/CapeInsights" rel="nofollow">http://feeds.feedburner.com/CapeInsights</a></p>
<p>Thanks!
</p></description>
		</item>
		<item>
			<title>vfxdude on "bfslider arrows to load before images"</title>
			<link>http://www.vfxdude.com/forum/topic/bfslider-arrows-to-load-before-images#post-6596</link>
			<pubDate>Mon, 23 May 2011 09:24:30 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6596@http://www.vfxdude.com/forum/</guid>
			<description><p>well, the arrows can be moved with some css overriding. It's best to add the overriding css in a child theme, because then it will automatically have higher specificity than the css set by the theme settings. Use Firebug to figure these thing out. </p>
<p>Here's css for moving the style5 arrows:<br />
<code>.next-button, .prev-button { display:none !important; }<br />
.slider-arrow { border-color: transparent #000; }<br />
.next-arrow { left:auto !important; right: -30px !important; }<br />
.prev-arrow { left: -30px !important; }<br />
.bfslider #nextBtn-Cape-Grace-Hotel-hs { left: auto; right: -50px; width: 30px; }<br />
.bfslider #prevBtn-Cape-Grace-Hotel-hs { left: -50px; width: 30px; }</code></p>
<p>btw, I have now added this as style6....
</p></description>
		</item>
		<item>
			<title>blogmeistress on "bfslider arrows to load before images"</title>
			<link>http://www.vfxdude.com/forum/topic/bfslider-arrows-to-load-before-images#post-6582</link>
			<pubDate>Wed, 18 May 2011 13:06:34 +0000</pubDate>
			<dc:creator>blogmeistress</dc:creator>
			<guid isPermaLink="false">6582@http://www.vfxdude.com/forum/</guid>
			<description><p>PS The new link for where I'm testing this out is <a href="http://www.weixelbaumerdesign.com/test-page/">here</a>
</p></description>
		</item>
		<item>
			<title>blogmeistress on "bfslider arrows to load before images"</title>
			<link>http://www.vfxdude.com/forum/topic/bfslider-arrows-to-load-before-images#post-6581</link>
			<pubDate>Wed, 18 May 2011 12:43:03 +0000</pubDate>
			<dc:creator>blogmeistress</dc:creator>
			<guid isPermaLink="false">6581@http://www.vfxdude.com/forum/</guid>
			<description><p>Thanks, tried the preloading but that didn't seem to work, either, unfortunately.<br />
I then went with style5, which seems to load okay.  But, my client would like the arrows to be in the same place as style 2... ie half way down and just to the left and right of the images instead of on top of them.  Is this possible?</p>
<p>I had a go at changing the position in the styleseheet (slider-arrow), but although I can move the arrows down, I can't figure out how to move the hotspot (had a look at <a href="http://www.vfxdude.com/forum/topic/some-customization-questions#post-3033">your advice here</a> but sadly don't know enough to be able to change the custom-easyslider1.7.js file).</p>
<p>And help would be much appreciated!</p>
<p>Thanks.
</p></description>
		</item>
		<item>
			<title>vfxdude on "bfslider arrows to load before images"</title>
			<link>http://www.vfxdude.com/forum/topic/bfslider-arrows-to-load-before-images#post-6550</link>
			<pubDate>Thu, 12 May 2011 09:47:36 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6550@http://www.vfxdude.com/forum/</guid>
			<description><p>preloading of images can be done like explained <a href="http://www.vfxdude.com/forum/topic/background-image-for-slider#post-2970">here</a>. Button style 3-5 got no images to load, so you might test those too, by adding this parameter to the shortcode: buttons="style3".
</p></description>
		</item>
		<item>
			<title>blogmeistress on "bfslider arrows to load before images"</title>
			<link>http://www.vfxdude.com/forum/topic/bfslider-arrows-to-load-before-images#post-6546</link>
			<pubDate>Wed, 11 May 2011 11:49:55 +0000</pubDate>
			<dc:creator>blogmeistress</dc:creator>
			<guid isPermaLink="false">6546@http://www.vfxdude.com/forum/</guid>
			<description><p>Hi there</p>
<p>I have used the bfslider on a very image intensive website:<br />
<a href="http://www.weixelbaumerdesign.com/interiors/commercial/cape-grace-hotel/gallery/" rel="nofollow">http://www.weixelbaumerdesign.com/interiors/commercial/cape-grace-hotel/gallery/</a></p>
<p>I have a fast internet connection, and experience no issues with loading, but on other machines with slower connections, there have been reports of the arrows on either side of the gallery either taking a very long time to load, or not appearing at all...  </p>
<p>At a guess, this is because the galleries are quite large (I have reduced the quality as far as I can whilst staying within the client's required range).  What I would like to know is whether this could be avoided by having the arrows load first, so that they appear before the gallery loads, and visitors can then slowly browse as the images appear?  Is this a feasible solution?</p>
<p>Thanks!</p>
<p>Pia
</p></description>
		</item>
		<item>
			<title>vfxdude on "Multiple page-based bfsliders - is this possible?"</title>
			<link>http://www.vfxdude.com/forum/topic/multiple-page-based-bfsliders-is-this-possible#post-5511</link>
			<pubDate>Thu, 10 Feb 2011 13:21:55 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">5511@http://www.vfxdude.com/forum/</guid>
			<description><p>you can have as many page based sliders as you want. I tested this now, created 2 parent pages with child slide pages. added this to a page (with the no sidebar page template):</p>
<p><code>[bfslider name="slides" type="page"]<br />
[bfslider name="slidetest" type="page"]</code></p>
<p>and it worked without any problems.
</p></description>
		</item>
		<item>
			<title>blogmeistress on "Multiple page-based bfsliders - is this possible?"</title>
			<link>http://www.vfxdude.com/forum/topic/multiple-page-based-bfsliders-is-this-possible#post-5497</link>
			<pubDate>Wed, 09 Feb 2011 10:58:50 +0000</pubDate>
			<dc:creator>blogmeistress</dc:creator>
			<guid isPermaLink="false">5497@http://www.vfxdude.com/forum/</guid>
			<description><p>Hi there<br />
I'm currently working on a site where I need to use multiple page sliders - ie a different set of page-based slides for each different section.  Example here:  <a href="http://www.weixelbaumerdesign.com/interiors/cape-grace-hotel/" rel="nofollow">http://www.weixelbaumerdesign.com/interiors/cape-grace-hotel/</a></p>
<p>I was able to create the first one, which is shown on that page, but when I tried to create a new set of slides for another section, I start getting internal errors (<a href="http://www.weixelbaumerdesign.com/showcase/" rel="nofollow">http://www.weixelbaumerdesign.com/showcase/</a>).</p>
<p>For the first one I used the default 'slides' as primary page, with the slider made of the sub-pages, as you documented.  I repeated the procedure with a second primary page, and changed the name parameter to match - but it doesn't seem to work.   These slides need to be pages, because they are a combination of image + text and just images, which the post slider doesn't allow for (I think?)</p>
<p>So, I thought I should find out whether one can have multiple page-based sliders, or whether I should be looking at some other solution for this.</p>
<p>Thanks!
</p></description>
		</item>

	</channel>
</rss>
