<?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 - Topic: Slider Worked but Then Quit Working</title>
		<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working</link>
		<description>Support Forum - Topic: Slider Worked but Then Quit Working</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 11:47:13 +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/topic/slider-worked-but-then-quit-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-5852</link>
			<pubDate>Sat, 02 Oct 2010 07:55:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">5852@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great, please ask if you've any further questions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jpodgorny on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-5825</link>
			<pubDate>Fri, 01 Oct 2010 18:23:01 +0000</pubDate>
			<dc:creator>jpodgorny</dc:creator>
			<guid isPermaLink="false">5825@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks James. I'm using a different form generator and it's working now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-5254</link>
			<pubDate>Tue, 21 Sep 2010 17:41:46 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">5254@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;If Cforms is creating JS conflict you could modify the plugin to remove the offending JS or talk to the plugin author for a workaround.&#60;/p&#62;
&#60;p&#62;We can't support 3rd party plugins (except those included in a theme package) simply because there are too many.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jpodgorny on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-5056</link>
			<pubDate>Fri, 17 Sep 2010 19:44:14 +0000</pubDate>
			<dc:creator>jpodgorny</dc:creator>
			<guid isPermaLink="false">5056@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm having the same problem with cforms 11.5. Has anyone been able to resolve this issue? Any assistance would be greatly appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-4683</link>
			<pubDate>Tue, 14 Sep 2010 06:02:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I couldn't reproduce his problem.&#60;/p&#62;
&#60;p&#62;On his site the plugin produces this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
	var cforms = jQuery.noConflict();
	Date.dayNames = [&#38;quot;S&#38;quot;,&#38;quot;M&#38;quot;,&#38;quot;T&#38;quot;,&#38;quot;W&#38;quot;,&#38;quot;T&#38;quot;,&#38;quot;F&#38;quot;,&#38;quot;S&#38;quot;];
	Date.abbrDayNames = [&#38;quot;S&#38;quot;,&#38;quot;M&#38;quot;,&#38;quot;T&#38;quot;,&#38;quot;W&#38;quot;,&#38;quot;T&#38;quot;,&#38;quot;F&#38;quot;,&#38;quot;S&#38;quot;];
	Date.monthNames = [&#38;quot;January&#38;quot;,&#38;quot;February&#38;quot;,&#38;quot;March&#38;quot;,&#38;quot;April&#38;quot;,&#38;quot;May&#38;quot;,&#38;quot;June&#38;quot;,&#38;quot;July&#38;quot;,&#38;quot;August&#38;quot;,&#38;quot;September&#38;quot;,&#38;quot;October&#38;quot;,&#38;quot;November&#38;quot;,&#38;quot;December&#38;quot;];
	Date.abbrMonthNames = [&#38;quot;January&#38;quot;,&#38;quot;February&#38;quot;,&#38;quot;March&#38;quot;,&#38;quot;April&#38;quot;,&#38;quot;May&#38;quot;,&#38;quot;June&#38;quot;,&#38;quot;July&#38;quot;,&#38;quot;August&#38;quot;,&#38;quot;September&#38;quot;,&#38;quot;October&#38;quot;,&#38;quot;November&#38;quot;,&#38;quot;December&#38;quot;];
	Date.firstDayOfWeek = 0;

	Date.fullYearStart = &#38;quot;20&#38;quot;;
	cforms.dpText = { TEXT_PREV_YEAR:&#38;quot;Previous Year&#38;quot;,TEXT_PREV_MONTH:&#38;quot;Previous Month&#38;quot;,TEXT_NEXT_YEAR:&#38;quot;Next Year&#38;quot;,TEXT_NEXT_MONTH:&#38;quot;Next Month&#38;quot;,TEXT_CLOSE:&#38;quot;Close&#38;quot;,TEXT_CHOOSE_DATE:&#38;quot;Choose Date&#38;quot;,ROOT:&#38;quot;http://www.choreboyz.net/wp-content/plugins/cforms&#38;quot;};
	cforms(function() { Date.format = &#38;quot;dd/mm/yyyy&#38;quot;; cforms(&#38;quot;.cf_date&#38;quot;).datePicker( {startDate:&#38;quot;01/01/1899&#38;quot;,verticalOffset:10,horizontalOffset:5,horizontalPosition:1 } ); Date.format = &#38;quot;mm/dd/yyyy&#38;quot;; });
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;which I can't reproduced - I imported/exported his settings to my test setup but this code doesn't appear. I think this codecauses the problem because the theme runs the noconflict() mode and the line&#60;br /&#62;
var cforms = jQuery.noConflict();&#60;br /&#62;
suggests that the plugin also tries to activate this mode. &#60;/p&#62;
&#60;p&#62;Please try to create new forms or download sample forms via admin menu. &#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bensontrent on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-4657</link>
			<pubDate>Mon, 13 Sep 2010 20:41:50 +0000</pubDate>
			<dc:creator>bensontrent</dc:creator>
			<guid isPermaLink="false">4657@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm having the same problem; activated cformsII and the slider on avisio quit working.  Any clues to a fix would be greatly appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-4551</link>
			<pubDate>Sun, 12 Sep 2010 14:07:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4551@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You got a mail ;-)&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wykdfantasy on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-4541</link>
			<pubDate>Sun, 12 Sep 2010 08:02:15 +0000</pubDate>
			<dc:creator>wykdfantasy</dc:creator>
			<guid isPermaLink="false">4541@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;sent, and also fixed your permissions, sorry about that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-4524</link>
			<pubDate>Sat, 11 Sep 2010 15:20:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4524@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please send me your login info to:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'll have a look at it.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wykdfantasy on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-4477</link>
			<pubDate>Fri, 10 Sep 2010 21:18:43 +0000</pubDate>
			<dc:creator>wykdfantasy</dc:creator>
			<guid isPermaLink="false">4477@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;James and Dude, can you shoot me an email that way you dont have to list yours here, I will reply back with my link and login info for you to check out the conflict between cforms and Avisio.  my email is wykdfantasy (at) gmail.com &#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Paul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wykdfantasy on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-4438</link>
			<pubDate>Thu, 09 Sep 2010 23:50:18 +0000</pubDate>
			<dc:creator>wykdfantasy</dc:creator>
			<guid isPermaLink="false">4438@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;James and Dude, my junk email account which i don't mind putting here because it can get spammed, whatever is:  wykdfantasy  (at)   gmail  (dot) com&#60;/p&#62;
&#60;p&#62;Shoot me an email and I will give you the link and login info so you can check it out.  &#60;/p&#62;
&#60;p&#62;Thank you for your help, &#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-4386</link>
			<pubDate>Thu, 09 Sep 2010 15:51:38 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">4386@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;What's the site URL where the slides aren't working?&#60;/p&#62;
&#60;p&#62;It can only be one of a few things which cause this; the slides have been deleted (or changed to draft / scheduled), the JS file is missing or there is a JS conflict stopping the slider loading.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wykdfantasy on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-4341</link>
			<pubDate>Thu, 09 Sep 2010 08:23:03 +0000</pubDate>
			<dc:creator>wykdfantasy</dc:creator>
			<guid isPermaLink="false">4341@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I checked out Contact Form 7 but cforms II has so many more options, it is a much more powerful contact form and is also free.  Does anyone have insight as to what may be my trouble?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-4331</link>
			<pubDate>Thu, 09 Sep 2010 07:34:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4331@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, but I must admit I've never used cforms. I recommend using Contact form 7 which is free and feature rich.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/contact-form-7/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/contact-form-7/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wykdfantasy on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-4328</link>
			<pubDate>Thu, 09 Sep 2010 07:20:16 +0000</pubDate>
			<dc:creator>wykdfantasy</dc:creator>
			<guid isPermaLink="false">4328@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well after a few hours of straight racking my brain and reading all the posts on here relating to the Slider, i disabled my only plugin I installed which was cforms II, and the slider was working just fine after that. Do you know of any incompatibilities with cforms II?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-4323</link>
			<pubDate>Thu, 09 Sep 2010 06:41:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">4323@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes please - send the login details to&#60;/p&#62;
&#60;p&#62;&#38;lt;removed email to avoid spam&#38;gt;&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wykdfantasy on "Slider Worked but Then Quit Working"</title>
			<link>http://www.kriesi.at/support/topic/slider-worked-but-then-quit-working#post-4317</link>
			<pubDate>Thu, 09 Sep 2010 05:59:43 +0000</pubDate>
			<dc:creator>wykdfantasy</dc:creator>
			<guid isPermaLink="false">4317@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a web site I have been working on for the past week. I am using the latest Wordpress version and Avisio theme available. The main slider on the homepage worked  fine when I first put two test slides on it to test out. After I deleted those two slides they disappeared as they should but later on when I went to add more slides back in, they show up on the small slide row below the main slider, but nothing shows on the main slider, its just blank white section, no loading circle, nothing.  I can give login info to the site if a support person if they would like to check it out. &#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Paul
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
