<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Slider not sliding</title>
		<link>http://www.themolitor.com/forums/topic/slider-not-sliding</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Slider not sliding</description>
		<language>en-US</language>
		<pubDate>Thu, 30 Apr 2026 07:12:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/slider-not-sliding" rel="self" type="application/rss+xml" />

		<item>
			<title>mgaedwards on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-9173</link>
			<pubDate>Fri, 20 Apr 2012 07:56:59 +0000</pubDate>
			<dc:creator>mgaedwards</dc:creator>
			<guid isPermaLink="false">9173@http://www.themolitor.com/forums/</guid>
			<description><p>Hey srumery, I tried your suggestion but without any luck. One thing to note, the difference between using &#60;?   ?&#62; and &#60;?php ?&#62; depends on what version of PHP is installed server side although &#60;?php is the safest route as it works across all versions. I do see where the slider jquery script is in the footer file but I don't see any issues with the implementation. What's got me confused is that it worked a short time ago and suddenly stopped. I say suddenly as the site contributer may have done something that I'm not aware of. I just got it setup for him. I've already re-uploaded the theme files manually to insure nothing was messed with but to no avail. </p>
<p>ConnorTraut -&#62; Looks like you figured it out. What was the fix?
</p></description>
		</item>
		<item>
			<title>ConnorTraut on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-8799</link>
			<pubDate>Tue, 10 Apr 2012 10:00:16 +0000</pubDate>
			<dc:creator>ConnorTraut</dc:creator>
			<guid isPermaLink="false">8799@http://www.themolitor.com/forums/</guid>
			<description><p>Here is my footer.php is there anything wrong with it/I should edit to get it working?<br />
-------------------------------------</p>
<p>&#60;/div&#62;&#60;!--end main--&#62;</p>
<p>&#60;?php $theme_options = get_option('option_tree'); ?&#62;</p>
<p>&#60;?php get_sidebar(); ?&#62;</p>
<p>&#60;div class="clear"&#62;&#60;/div&#62;<br />
&#60;/div&#62;&#60;!--end content--&#62;<br />
&#60;/div&#62;&#60;!--end contentContainer--&#62;</p>
<p>&#60;?php if(get_option_tree('footer_on_off')) { ?&#62;<br />
<a href="#"></a></p>
<p>	&#60;div id="footerWidgets"&#62;</p>
<ul>
			&#60;?php if ( !function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar('Footer Widgets') ) : endif; ?&#62;
		</ul>
<p>		&#60;div class="clear"&#62;&#60;/div&#62;<br />
	&#60;/div&#62;&#60;!--end footerWidgets--&#62;<br />
&#60;?php } ?&#62;</p>
<p><a href="#"></a></p>
<p>&#60;div id="footerContainer"&#62;<br />
&#60;div id="footer"&#62;  </p>
<p>	<a>"&#62;&#60;?php bloginfo('name'); ?&#62;</a>    </p>
<p>	&#60;?php wp_nav_menu(array('theme_location' =&#62; 'footer', 'container_id' =&#62; 'footerNav', 'menu_id' =&#62; 'footmenu')); ?&#62;</p>
<p>	&#60;div id="socialIcons"&#62;<br />
	<a>"  title="Subscribe via RSS" rel="nofollow"&#62;RSS</a></p>
<p>	&#60;?php if(get_option_tree('twitter')) { ?&#62;<br />
	<a>" title="Follow me on Twitter"  rel="nofollow"&#62;Twitter</a><br />
	&#60;? } ?&#62;</p>
<p>	&#60;?php if(get_option_tree('facebook')) { ?&#62;<br />
	<a>"  title="Facebook Profile" rel="nofollow"&#62;Facebook</a><br />
	&#60;? } ?&#62;</p>
<p>	&#60;?php if(get_option_tree('flikr')) { ?&#62;<br />
	<a>"  title="Flikr Profile" rel="nofollow"&#62;Flikr</a><br />
	&#60;? } ?&#62;	</p>
<p>	&#60;?php if(get_option_tree('myspace')) { ?&#62;<br />
	<a>"  title="MySpace Profile" rel="nofollow"&#62;MySpace</a><br />
	&#60;? } ?&#62;</p>
<p>	&#60;?php if(get_option_tree('linkedin')) { ?&#62;<br />
	<a>"  title="LinkedIn Profile" rel="nofollow"&#62;LinkedIn</a><br />
	&#60;? } ?&#62;</p>
<p>	&#60;?php if(get_option_tree('youtube')) { ?&#62;<br />
	<a>"  title="YouTube Profile" rel="nofollow"&#62;YouTube</a><br />
	&#60;? } ?&#62;<br />
	&#60;div class="clear"&#62;&#60;/div&#62;<br />
	&#60;/div&#62;&#60;!--end socialIcons--&#62;</p>
<p>&#60;/div&#62;&#60;!--end footer--&#62;<br />
&#60;/div&#62;&#60;!--end footerContainer--&#62;</p>
<p>&#60;script src="&#60;?php bloginfo('template_url'); ?&#62;/scripts/scripts.js" type="text/javascript"&#62;&#60;/script&#62;<br />
&#60;script type="text/javascript"&#62;<br />
jQuery.noConflict(); jQuery(document).ready(function(){<br />
	molitorscripts();<br />
	tooltip();  </p>
<p>	//SLIDER STUFF<br />
	jQuery(".carousel").dualSlider({<br />
		auto:true,<br />
		autoDelay: 10000,<br />
		easingCarousel: "swing",<br />
		easingDetails: "swing",<br />
		durationCarousel: 1000,<br />
		durationDetails: 500<br />
	});<br />
	jQuery('#nivoSlider').fadeIn(400).nivoSlider({<br />
		effect:'&#60;?php get_option_tree('nivo_effect',$theme_options,'true');?&#62;',<br />
		slices:15,<br />
		animSpeed:500,<br />
		pauseTime:5000,<br />
		directionNav:true,<br />
		directionNavHide:false, //Only show on hover<br />
		controlNav:true, //1,2,3...<br />
		pauseOnHover:true, //Stop animation while hovering<br />
		manualAdvance:false, //Force manual transitions<br />
		beforeChange: function(){},<br />
		afterChange: function(){}<br />
	});</p>
<p>	jQuery(".paging .next, .paging .previous, .panel .pause, .panel .play").css("opacity",.4).hover(function(){<br />
		jQuery(this).css("opacity",1);<br />
	},function() {<br />
		jQuery(this).css("opacity",.4);<br />
	});</p>
<p>});<br />
&#60;/script&#62;<br />
&#60;?php wp_footer(); ?&#62;</p>
<p>&#60;/body&#62;<br />
&#60;/html&#62;
</p></description>
		</item>
		<item>
			<title>ConnorTraut on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-8798</link>
			<pubDate>Tue, 10 Apr 2012 09:51:05 +0000</pubDate>
			<dc:creator>ConnorTraut</dc:creator>
			<guid isPermaLink="false">8798@http://www.themolitor.com/forums/</guid>
			<description><p>slider not working - only loading first slide</p>
<p>Please help!</p>
<p>my site is <a href="http://www.ConnorTraut.com" rel="nofollow">http://www.ConnorTraut.com</a><br />
I have three posts in the slider category but it is only letting me load the last one I posted. How did people solve this problem??</p>
<p>Note: it is the exact problem as the first post in this forum
</p></description>
		</item>
		<item>
			<title>srumery on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-8300</link>
			<pubDate>Sat, 31 Mar 2012 02:23:31 +0000</pubDate>
			<dc:creator>srumery</dc:creator>
			<guid isPermaLink="false">8300@http://www.themolitor.com/forums/</guid>
			<description><p>Original problem: slider not working; only loading first slide<br />
Actual problem: php error in footer.php</p>
<p>There is an error (several) in the footer.php file. The closing if statements in the social div section are &#60;? } ?&#62; and should be &#60;?php } ?&#62;.</p>
<p>Once I replaced every occurrence, the footer loaded. The javascript for the slider is in the footer. The footer was not loading, therefore, the slider was not working.</p>
<p>I am running WordPress 3.3, Politico 1.1 on an IIS server.
</p></description>
		</item>
		<item>
			<title>Justin on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-6999</link>
			<pubDate>Mon, 20 Feb 2012 17:34:49 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">6999@http://www.themolitor.com/forums/</guid>
			<description><p>Abyrd, glad that worked... I knew that could've been causing the problems!</p>
<p>Good luck with your site,<br />
Justin
</p></description>
		</item>
		<item>
			<title>abyrd on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-6946</link>
			<pubDate>Fri, 17 Feb 2012 12:51:30 +0000</pubDate>
			<dc:creator>abyrd</dc:creator>
			<guid isPermaLink="false">6946@http://www.themolitor.com/forums/</guid>
			<description><p>Moved it off the Mac Server and works fine.
</p></description>
		</item>
		<item>
			<title>abyrd on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-6937</link>
			<pubDate>Fri, 17 Feb 2012 05:05:57 +0000</pubDate>
			<dc:creator>abyrd</dc:creator>
			<guid isPermaLink="false">6937@http://www.themolitor.com/forums/</guid>
			<description><p>I've got it set up in the editor exactly how I have it set up in <a href="http://www.joeforapopka.com" rel="nofollow">http://www.joeforapopka.com</a>
</p></description>
		</item>
		<item>
			<title>Justin on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-6917</link>
			<pubDate>Thu, 16 Feb 2012 19:44:07 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">6917@http://www.themolitor.com/forums/</guid>
			<description><p>Abyrd,</p>
<p>Are you following the Help file and video walk throughs?  It doesn't appear that you've properly dragged Widgets into the designated areas.  I've never had an issue with them not showing up.</p>
<p>We certainly don't want you going to another theme, so let's work together to get it right!  </p>
<p>Thanks,<br />
Justin
</p></description>
		</item>
		<item>
			<title>abyrd on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-6885</link>
			<pubDate>Thu, 16 Feb 2012 05:34:51 +0000</pubDate>
			<dc:creator>abyrd</dc:creator>
			<guid isPermaLink="false">6885@http://www.themolitor.com/forums/</guid>
			<description><p>Here is the link to our site. Please help! beta.ourstateattorney.com About to give up and move on to another theme.
</p></description>
		</item>
		<item>
			<title>abyrd on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-6827</link>
			<pubDate>Wed, 15 Feb 2012 11:03:48 +0000</pubDate>
			<dc:creator>abyrd</dc:creator>
			<guid isPermaLink="false">6827@http://www.themolitor.com/forums/</guid>
			<description><p>What was the fix? I'm having the same issues and would love to know. Also, can't get my sidebar or footer widgits to show. My gut tells me that it is because the site is on a Mac server, as they work fine being hosted by godaddy.
</p></description>
		</item>
		<item>
			<title>Justin on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-6775</link>
			<pubDate>Mon, 13 Feb 2012 18:24:59 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">6775@http://www.themolitor.com/forums/</guid>
			<description><p>Steven,</p>
<p>I'm really sorry for the slow response.  I didn't see that you responded and for some reason I did not get the notification email.  It looks like you figured it out on your own.  I'm glad that you were able to - and again, my apologies.</p>
<p>R11110000,</p>
<p>Do you have any footer widgets added to the theme? Try adding one and see what happens. It's a strange issue that I'll need to sort through process of elimination.  Let's start there.</p>
<p>Thanks,<br />
Justin
</p></description>
		</item>
		<item>
			<title>R11110000 on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-6724</link>
			<pubDate>Sun, 12 Feb 2012 22:55:09 +0000</pubDate>
			<dc:creator>R11110000</dc:creator>
			<guid isPermaLink="false">6724@http://www.themolitor.com/forums/</guid>
			<description><br /></description>
		</item>
		<item>
			<title>R11110000 on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-6723</link>
			<pubDate>Sun, 12 Feb 2012 22:55:08 +0000</pubDate>
			<dc:creator>R11110000</dc:creator>
			<guid isPermaLink="false">6723@http://www.themolitor.com/forums/</guid>
			<description><p>My slider will only show the most current post also. There is also 2 bars at the bottom of my page that when clicked bring me to the top of the page. A great add on but I only need one of them. Any help would be great. Thank you so much of the greg theme. <a href="http://LibertarianPoliticalParty.com" rel="nofollow">http://LibertarianPoliticalParty.com</a>
</p></description>
		</item>
		<item>
			<title>stevenalbertson on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-6096</link>
			<pubDate>Tue, 24 Jan 2012 18:11:41 +0000</pubDate>
			<dc:creator>stevenalbertson</dc:creator>
			<guid isPermaLink="false">6096@http://www.themolitor.com/forums/</guid>
			<description><p>Here's the link (which I'll delete once you tell me you've seen it). <a href="http://www.ericherrforchairman.com" rel="nofollow">http://www.ericherrforchairman.com</a>
</p></description>
		</item>
		<item>
			<title>Justin on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-6093</link>
			<pubDate>Tue, 24 Jan 2012 18:02:32 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">6093@http://www.themolitor.com/forums/</guid>
			<description><p>Can you post a link to your site? If you're following the instructions you should be good to go... </p>
<p>Thanks,<br />
Justin
</p></description>
		</item>
		<item>
			<title>stevenalbertson on "Slider not sliding"</title>
			<link>http://www.themolitor.com/forums/topic/slider-not-sliding#post-6091</link>
			<pubDate>Tue, 24 Jan 2012 17:54:16 +0000</pubDate>
			<dc:creator>stevenalbertson</dc:creator>
			<guid isPermaLink="false">6091@http://www.themolitor.com/forums/</guid>
			<description><p>My slider only displays the latest post in the category, and does not "slide" between the designated number of posts.  I can edit post date/time on another post to make it first, and it displays fine, but the slider does not "slide" between each of the items.  In other words, each of the posts appear to be configured OK.  The advance/go-back buttons do not appear, nor do the highlighted dots (telling the user which item is being displayed).  All that appears is the pause button, my title and text, and the image.</p>
<p>I have watched the videos, and have spent hours looking through the forums.  Hope I didn't miss anything, but I'm at a dead end.</p>
<p>FYI: I have a category ("slider") with three posts, each of which has a featured image of the specified size.  I have specified this category in the Theme Options&#62;Slider menu, with "Number of Items" at 3, and "dual" selected as the type.  </p>
<p>Any ideas?  Happy to share the link offline somewhere for you to have a look.</p>
<p>Thanks, and great theme!</p>
<p>Here's the link (which I'll delete once you tell me you've seen it).  <a href="http://www.ericherrforchairman.com" rel="nofollow">http://www.ericherrforchairman.com</a></p>
<p>Thanks.
</p></description>
		</item>

	</channel>
</rss>
