<?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: plugins - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/plugins</link>
		<description>Support Forum - Tag: plugins - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 03:34:46 +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/plugins" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "CSS issues when using plugin"</title>
			<link>http://www.kriesi.at/support/topic/css-issues-when-using-plugin#post-101981</link>
			<pubDate>Tue, 19 Mar 2013 05:49:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, we received a lot of similar requests and that's why I'd like to find a solution together with the Gravity Form devs. I know it's a popular third party plugin and many users will profit from a better integration. However the Gravity forms team did not answer my mail yet and probably we have to wait some days. But you can also try to ask them in the gravity forms support forum if they want to work with us. If not (in this case it would interest me why they don't want to collaborate with us), we need to decide how we want to proceed - I'll ask Kriesi if he wants to buy a license or if we accept your offer or if we start a fundraising campaign or (worst case scenario) if we just drop the ball at this point. &#60;/p&#62;
&#60;p&#62;In the meantime I can only give you the (general) hint to use css media queries: &#60;a href=&#34;http://css-tricks.com/css-media-queries/&#34; rel=&#34;nofollow&#34;&#62;http://css-tricks.com/css-media-queries/&#60;/a&#62; to change the form fields styling based on the screen resolution. Unfortunately media queries require some debugging/testing and it can be a time intensive task. If you don't rely on the GravityForms plugin you can use: &#60;a href=&#34;http://inoplugs.com/formidablepro&#34;&#62;Formidable&#60;/a&#62; - I'm using it on my website and it's a great alternative to GravityForms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rcgroup on "CSS issues when using plugin"</title>
			<link>http://www.kriesi.at/support/topic/css-issues-when-using-plugin#post-101901</link>
			<pubDate>Mon, 18 Mar 2013 18:13:40 +0000</pubDate>
			<dc:creator>rcgroup</dc:creator>
			<guid isPermaLink="false">101901@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude, &#60;/p&#62;
&#60;p&#62;If they don't respond I would be willing to buy an extra license for you to look into getting a better integration with this plugin. &#60;/p&#62;
&#60;p&#62;Based on searching the support forums seems like there more than a few people that face similar issues as I do. &#60;/p&#62;
&#60;p&#62;Do you have any other suggestions for me in the meantime to help make the form more mobile friendly ? &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "CSS issues when using plugin"</title>
			<link>http://www.kriesi.at/support/topic/css-issues-when-using-plugin#post-101596</link>
			<pubDate>Sat, 16 Mar 2013 07:47:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101596@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The form displays fine for me with IE10: &#60;a title='ImageShack - Image And Video Hosting' href='http://imageshack.us/photo/my-images/820/unbenanntgky.png/'&#62;Screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Basically yes, it would be possible to make the form responsive. However we don't have a gravity forms license and thus it's hard for me to provide custom css code. If the Gravity Forms devs can provide a license I'd gladly look into it and we can integrate the form into our responsive css framework. I'll ask them if they want to work with us and if yes we'll look into it.&#60;/p&#62;
&#60;p&#62;EDIT: I sent them a mail - hopefully they'll answer it soon :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rcgroup on "CSS issues when using plugin"</title>
			<link>http://www.kriesi.at/support/topic/css-issues-when-using-plugin#post-101501</link>
			<pubDate>Fri, 15 Mar 2013 16:11:03 +0000</pubDate>
			<dc:creator>rcgroup</dc:creator>
			<guid isPermaLink="false">101501@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, thanks for the reply&#60;/p&#62;
&#60;p&#62;That helped, but can anything be done to make the form look good in IE9 ? &#60;/p&#62;
&#60;p&#62;Also what can I do to make sure the form also works on mobile devices? &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "CSS issues when using plugin"</title>
			<link>http://www.kriesi.at/support/topic/css-issues-when-using-plugin#post-101450</link>
			<pubDate>Fri, 15 Mar 2013 08:03:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101450@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Try to add following code into the quick css field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gfield select,  .entry-content .gfield select{
min-width: auto !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rcgroup on "CSS issues when using plugin"</title>
			<link>http://www.kriesi.at/support/topic/css-issues-when-using-plugin#post-101423</link>
			<pubDate>Fri, 15 Mar 2013 02:08:47 +0000</pubDate>
			<dc:creator>rcgroup</dc:creator>
			<guid isPermaLink="false">101423@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Guys, &#60;/p&#62;
&#60;p&#62;I need some help getting my theme to work better with gravityforms plugin&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.rcgauto.com/shipping/car-shipping-quote/&#34; rel=&#34;nofollow&#34;&#62;http://www.rcgauto.com/shipping/car-shipping-quote/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It becomes especially troublesome in mobile version of the site, &#60;/p&#62;
&#60;p&#62;Any suggestions, &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Multi-variable search"</title>
			<link>http://www.kriesi.at/support/topic/multi-variable-search#post-95860</link>
			<pubDate>Fri, 08 Feb 2013 16:19:15 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95860@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey jobsource1,&#60;/p&#62;
&#60;p&#62;A plugin is the only thing I can think of. I don't know any off hand but if a searching plugin doesn't work then a plugin specifically for jobs has to be out there somewhere which would do exactly what you are looking for. &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jobsource1 on "Multi-variable search"</title>
			<link>http://www.kriesi.at/support/topic/multi-variable-search#post-95765</link>
			<pubDate>Fri, 08 Feb 2013 00:57:49 +0000</pubDate>
			<dc:creator>jobsource1</dc:creator>
			<guid isPermaLink="false">95765@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'd like to set up a way to search through posts on my site, based on three sets of variables, in response to an increased amount of content.&#60;/p&#62;
&#60;p&#62;They're job listings, and ideally I'd like to have three dropdowns:&#60;/p&#62;
&#60;p&#62;1. Category&#60;/p&#62;
&#60;p&#62;2. Position&#60;/p&#62;
&#60;p&#62;3. Location&#60;/p&#62;
&#60;p&#62;Ideally each dropdown would inform the next. For instance, When you select a Category, only Positions within that Category would appear within the second dropdown, and likewise with Locations.&#60;/p&#62;
&#60;p&#62;I've seen and tested out a number of multi-variable search plugins with no success and was hoping you might be able to offer some insight. Any help you could offer with this would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;A working example othis typ of search capability can be found here: &#60;a href=&#34;http://www.firstaff.ie/&#34;&#62;http://www.firstaff.ie/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "&#34;Share&#34; plugins don&#039;t seem to work in Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/share-plugins-dont-seem-to-work-in-broadscope#post-61379</link>
			<pubDate>Thu, 21 Jun 2012 10:03:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">61379@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I think FB Like and FB Share is a nice plugin to start with. You can implement them on a template using do shortcode.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FergieGirl on "&#34;Share&#34; plugins don&#039;t seem to work in Broadscope"</title>
			<link>http://www.kriesi.at/support/topic/share-plugins-dont-seem-to-work-in-broadscope#post-61340</link>
			<pubDate>Thu, 21 Jun 2012 08:17:49 +0000</pubDate>
			<dc:creator>FergieGirl</dc:creator>
			<guid isPermaLink="false">61340@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there&#60;br /&#62;
I have tried several plugins to enable visitors to share posts via social media on &#60;a href=&#34;http://www.africaaustraliaconference.com&#34; rel=&#34;nofollow&#34;&#62;http://www.africaaustraliaconference.com&#60;/a&#62; but can't find one that actually works with this theme.&#60;br /&#62;
I have tried:&#60;br /&#62;
Shareaholic - works but site owner doesn't like the sound of 'sexy bookmarks' appearing at the bottom of the screen while the site loads.&#60;br /&#62;
Share This - sharing buttons don't' display on posts,&#60;br /&#62;
WP This - works, but slows the site down so badly it's painful and embarrassing.&#60;/p&#62;
&#60;p&#62;can anyone recommend a social media sharing plugin that works with this theme?&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I get slider to cope with lots of media?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-get-slider-to-cope-with-lots-of-media#post-53035</link>
			<pubDate>Tue, 24 Apr 2012 05:56:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">53035@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that I could help you :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "How do I get slider to cope with lots of media?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-get-slider-to-cope-with-lots-of-media#post-52711</link>
			<pubDate>Sat, 21 Apr 2012 13:04:18 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">52711@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect. Thanks for the great support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I get slider to cope with lots of media?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-get-slider-to-cope-with-lots-of-media#post-52691</link>
			<pubDate>Sat, 21 Apr 2012 07:01:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">52691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you want to comment out the code replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//activates the prettyphoto lightbox
if(jQuery.fn.avia_activate_lightbox)
jQuery(&#38;#39;body&#38;#39;).avia_activate_lightbox();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//activates the prettyphoto lightbox
// if(jQuery.fn.avia_activate_lightbox)
// jQuery(&#38;#39;body&#38;#39;).avia_activate_lightbox();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;JS also supports block comments - they look like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//activates the prettyphoto lightbox
/*
 if(jQuery.fn.avia_activate_lightbox)
 jQuery(&#38;#39;body&#38;#39;).avia_activate_lightbox();
*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(write the code between /* and */ )
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "How do I get slider to cope with lots of media?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-get-slider-to-cope-with-lots-of-media#post-52596</link>
			<pubDate>Fri, 20 Apr 2012 17:25:26 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">52596@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try one before the if(jquery.fn...) and one before the jQuery ('body')...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "How do I get slider to cope with lots of media?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-get-slider-to-cope-with-lots-of-media#post-52588</link>
			<pubDate>Fri, 20 Apr 2012 16:24:59 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">52588@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When you say place // in front of code sections, where exactly do you mean? Currently, the code reads: &#60;/p&#62;
&#60;p&#62;//activates the prettyphoto lightbox&#60;br /&#62;
	if(jQuery.fn.avia_activate_lightbox)&#60;br /&#62;
	jQuery('body').avia_activate_lightbox();&#60;/p&#62;
&#60;p&#62;so where would the extra // go.&#60;br /&#62;
I've tried putting // in different places, but to no avail.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "How do I get slider to cope with lots of media?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-get-slider-to-cope-with-lots-of-media#post-52392</link>
			<pubDate>Thu, 19 Apr 2012 18:25:29 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">52392@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think you can just comment it out, by placing // in front of the code sections. You edit it in the .js file that Dude mentioned.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "How do I get slider to cope with lots of media?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-get-slider-to-cope-with-lots-of-media#post-52352</link>
			<pubDate>Thu, 19 Apr 2012 13:37:45 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">52352@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Peter; this seems to do the trick. However, can I ask one more question. Since I'm not that familiar with code, what is the best way to delete this code? Do I just cut it from the file altogether – which would lose the code for good – or is there a way just to disable the code, and if there is a way to disable the code, is this done in the avia/js file or in custom.css? &#60;/p&#62;
&#60;p&#62;Apologies for continuing to hassle you with questions, but I'm completely new to this. Help is greatly appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I get slider to cope with lots of media?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-get-slider-to-cope-with-lots-of-media#post-52254</link>
			<pubDate>Wed, 18 Apr 2012 21:40:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">52254@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes - you just need to delete following code in js/avia.js:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//activates the prettyphoto lightbox
	if(jQuery.fn.avia_activate_lightbox)
	jQuery(&#38;#39;body&#38;#39;).avia_activate_lightbox();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "How do I get slider to cope with lots of media?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-get-slider-to-cope-with-lots-of-media#post-52237</link>
			<pubDate>Wed, 18 Apr 2012 18:53:49 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">52237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;After some more discussion with the VideoGall plugin author, we've pretty much concluded that the most likely reason for his plugin getting the message described above is because the plugin clashes with the inbuilt lightbox plugin contained in the Shoutbox theme. Therefore, the question becomes, is there a way to disable the lightbox feature in the slider? An answer to this would be greatly appreciated. Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "How do I get slider to cope with lots of media?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-get-slider-to-cope-with-lots-of-media#post-52088</link>
			<pubDate>Tue, 17 Apr 2012 20:47:23 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">52088@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I haven't provided a link for you to see exactly what I'm on about. Here it is: &#60;a href=&#34;http://golovegreece.com/rhodes/&#34; rel=&#34;nofollow&#34;&#62;http://golovegreece.com/rhodes/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "How do I get slider to cope with lots of media?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-get-slider-to-cope-with-lots-of-media#post-52080</link>
			<pubDate>Tue, 17 Apr 2012 20:35:56 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">52080@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Update: I've been in touch with the VideoGall plugin author and he suggested that his plugin was clashing with another media plugin with a lightbox I might have uploaded. But I'd thought of that and deactivated all my other media plugins, so that the only other media player I had working is the one with the theme. Is it possible that the VideoGall plugin clashes with the theme media player? Would all external media players have the same problem? Is there a way to play videos in theme posts? Here's what the plugin author wrote to me:&#60;/p&#62;
&#60;p&#62;'Aahh .. figured out your problem. You have another lightbox kind of plugin which is clashing with the videogall plugin. Your video thumbnail images are using that lightbox plugin to open and hence throwing that error message.&#60;br /&#62;
Disable that lightbox plugin and you won’t see that message again. Otherwise figure out a way to make sure that the video thumbnail images do not open in that lightbox plugin.'
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "How do I get slider to cope with lots of media?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-get-slider-to-cope-with-lots-of-media#post-52030</link>
			<pubDate>Tue, 17 Apr 2012 16:21:12 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">52030@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've been trying to resolve this myself with plugins – what I want is to get a video gallery in each post – but, frustratingly, the plugins I've been trying seem to conflict with the theme. The Laboreal Video Gallery plugin knocks out the Shoutbox Feature Slider, while the VideoGall plugin brings up the following message when you try and play a video in the gallery: &#34;Image cannot be loaded. Make sure the path is correct and image exist.&#34;&#60;/p&#62;
&#60;p&#62;I don't know if what's going on is a theme or plugin issue. Any similar issues in the past? All I want is to use a simple video gallery in each post. Doesn't seem too much to ask. Any help greatly appreciated. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "How do I get slider to cope with lots of media?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-get-slider-to-cope-with-lots-of-media#post-51836</link>
			<pubDate>Mon, 16 Apr 2012 15:56:53 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">51836@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What I was hoping to do with the Featured Post Slider is load it with lots of images and video – maybe four images and one video for each featured post (I had planned to have 80 featured posts) – but halfway through doing this I noticed that the Home page was loading very, very slowly, which I figured was because it was struggling with all the media in the slider. Indeed, when I turned published posts into draft posts and lightened the burden on the slider, the Front page was loading fine again.&#60;/p&#62;
&#60;p&#62;However, I'd still like to attach a gallery containing four images and one video to each featured post, so need to know if there's a way I can do this with the theme so all the media would show up not on the Front page – which doesn't seem capable of loading so much media – but in each individual post instead. &#60;/p&#62;
&#60;p&#62;Is there a way to use the Shoutbox slider – or maybe the Template Builder – to do this, i.e. one featured post image but four/five images/videos within the post? Or is my only alternative to find an external plugin that allows me to insert media into post?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "TN3 Gallery - conflict/works ?"</title>
			<link>http://www.kriesi.at/support/topic/tn3-gallery-conflictworks#post-47097</link>
			<pubDate>Tue, 20 Mar 2012 06:30:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">47097@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Just to let you know - I can confirm that TN3 gallery works with our themes. I'll add it to the recommended plugins list soon. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jazzlamb on "TN3 Gallery - conflict/works ?"</title>
			<link>http://www.kriesi.at/support/topic/tn3-gallery-conflictworks#post-46613</link>
			<pubDate>Fri, 16 Mar 2012 18:37:40 +0000</pubDate>
			<dc:creator>jazzlamb</dc:creator>
			<guid isPermaLink="false">46613@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Peter. I'll mark as resolved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "TN3 Gallery - conflict/works ?"</title>
			<link>http://www.kriesi.at/support/topic/tn3-gallery-conflictworks#post-46387</link>
			<pubDate>Thu, 15 Mar 2012 07:32:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">46387@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I haven't tested the plugin yet but it seems to be very powerful. If it uses wp and jquery standards to load the scripts it should work with our theme. I'm not aware of any upcoming updates regarding slider animations or features.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jazzlamb on "TN3 Gallery - conflict/works ?"</title>
			<link>http://www.kriesi.at/support/topic/tn3-gallery-conflictworks#post-46381</link>
			<pubDate>Thu, 15 Mar 2012 06:03:43 +0000</pubDate>
			<dc:creator>jazzlamb</dc:creator>
			<guid isPermaLink="false">46381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Looking through the features of Abundance, I can see that this could be achieved with a different layout applied to the css on the Caption Slider. &#60;/p&#62;
&#60;p&#62;Are you aware of any user that has experimented with changing the look of Caption Slider? &#60;/p&#62;
&#60;p&#62;Are there any future plans to add more precise jquery effects ( horizontal sizing &#38;amp; timing for example ) to the Caption Slider gallery?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jazzlamb on "TN3 Gallery - conflict/works ?"</title>
			<link>http://www.kriesi.at/support/topic/tn3-gallery-conflictworks#post-46379</link>
			<pubDate>Thu, 15 Mar 2012 05:41:13 +0000</pubDate>
			<dc:creator>jazzlamb</dc:creator>
			<guid isPermaLink="false">46379@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm looking to add a little more spice to Abundance, even though it's already a spicy meatball.&#60;/p&#62;
&#60;p&#62;I would like to add the TN3 Gallery to the site. Can you please tell me if there are any know issues with using third party theme extensions/plugins with the gallery settings. &#60;/p&#62;
&#60;p&#62;Otherwise, if you could suggest custom functions to allow additional gallery shortcodes etc, I would really appreciate it. &#60;/p&#62;
&#60;p&#62;The link to TN3 Gallery is here: &#60;a href=&#34;http://www.tn3gallery.com/examples/&#34; rel=&#34;nofollow&#34;&#62;http://www.tn3gallery.com/examples/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Error Message"</title>
			<link>http://www.kriesi.at/support/topic/error-message#post-45208</link>
			<pubDate>Thu, 08 Mar 2012 17:22:45 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">45208@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi LateForWork,&#60;/p&#62;
&#60;p&#62;While I appreciate you bumping your topic to get it looked at, the above is a bit excessive.&#60;/p&#62;
&#60;p&#62;I've just taken a look at &#60;a href=&#34;http://lateforworkllc.com/newsupdates/&#34; rel=&#34;nofollow&#34;&#62;http://lateforworkllc.com/newsupdates/&#60;/a&#62; and it appears the warning is no longer showing up. Please check the field in your theme options for Google analytics and make sure you have not put in the .home class styling there. It needs to be in Quick CSS or custom.css.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "Error Message"</title>
			<link>http://www.kriesi.at/support/topic/error-message#post-45204</link>
			<pubDate>Thu, 08 Mar 2012 17:16:26 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">45204@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!!!!!!!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
