<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: jQuery Cycle Pager Style as Dots with CSS	</title>
	<atom:link href="https://sunarlim.com/2013/05/jquery-cycle-pager-style/feed/" rel="self" type="application/rss+xml" />
	<link>https://sunarlim.com/2013/05/jquery-cycle-pager-style/</link>
	<description>Random blurbs about web development, e-commerce and technology</description>
	<lastBuildDate>Wed, 06 Jul 2016 11:32:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.5</generator>
	<item>
		<title>
		By: T.M.		</title>
		<link>https://sunarlim.com/2013/05/jquery-cycle-pager-style/#comment-2452</link>

		<dc:creator><![CDATA[T.M.]]></dc:creator>
		<pubDate>Wed, 06 Jul 2016 11:32:54 +0000</pubDate>
		<guid isPermaLink="false">https://sunarlim.com/?p=778#comment-2452</guid>

					<description><![CDATA[thanx for useful material)
have used in my project)]]></description>
			<content:encoded><![CDATA[<p>thanx for useful material)<br />
have used in my project)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael		</title>
		<link>https://sunarlim.com/2013/05/jquery-cycle-pager-style/#comment-304</link>

		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Fri, 05 Sep 2014 09:41:24 +0000</pubDate>
		<guid isPermaLink="false">https://sunarlim.com/?p=778#comment-304</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://sunarlim.com/2013/05/jquery-cycle-pager-style/#comment-303&quot;&gt;Andy&lt;/a&gt;.

Hi Andy – Yes, you need to install jQuery Cycle plugin first, following their docs: http://jquery.malsup.com/cycle/options.html. Then customize it using the tutorial provided in this post.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://sunarlim.com/2013/05/jquery-cycle-pager-style/#comment-303">Andy</a>.</p>
<p>Hi Andy – Yes, you need to install jQuery Cycle plugin first, following their docs: <a href="http://jquery.malsup.com/cycle/options.html" rel="nofollow ugc">http://jquery.malsup.com/cycle/options.html</a>. Then customize it using the tutorial provided in this post.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andy		</title>
		<link>https://sunarlim.com/2013/05/jquery-cycle-pager-style/#comment-303</link>

		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Thu, 04 Sep 2014 18:48:06 +0000</pubDate>
		<guid isPermaLink="false">https://sunarlim.com/?p=778#comment-303</guid>

					<description><![CDATA[New to this. Do I need to enter a script type or something in the header?]]></description>
			<content:encoded><![CDATA[<p>New to this. Do I need to enter a script type or something in the header?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael		</title>
		<link>https://sunarlim.com/2013/05/jquery-cycle-pager-style/#comment-171</link>

		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Thu, 03 Oct 2013 09:34:29 +0000</pubDate>
		<guid isPermaLink="false">https://sunarlim.com/?p=778#comment-171</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://sunarlim.com/2013/05/jquery-cycle-pager-style/#comment-169&quot;&gt;Helen&lt;/a&gt;.

Hi Helen – Can you please confirm if you are using jQuery Cycle version 1 or 2? If you can share your under-development page, it would really help for me to understand how it is structured and hopefully find the cause of this issue you are facing.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://sunarlim.com/2013/05/jquery-cycle-pager-style/#comment-169">Helen</a>.</p>
<p>Hi Helen – Can you please confirm if you are using jQuery Cycle version 1 or 2? If you can share your under-development page, it would really help for me to understand how it is structured and hopefully find the cause of this issue you are facing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Helen		</title>
		<link>https://sunarlim.com/2013/05/jquery-cycle-pager-style/#comment-170</link>

		<dc:creator><![CDATA[Helen]]></dc:creator>
		<pubDate>Wed, 02 Oct 2013 16:45:37 +0000</pubDate>
		<guid isPermaLink="false">https://sunarlim.com/?p=778#comment-170</guid>

					<description><![CDATA[Sorry, thought I should add a bit more here - in the  jquery.cycle.all.latest.js file I located this:

    onPagerEvent:     null,    
    onPrevNextEvent:  null,     
    pager:            null,     
    pagerAnchorBuilder: null,   
    pagerEvent:       &#039;click.cycle&#039;,
    pause:            0,       
    pauseOnPagerHover: 0,    

Maybe I need to change one or more of these for it to work? Thanks again!]]></description>
			<content:encoded><![CDATA[<p>Sorry, thought I should add a bit more here &#8211; in the  jquery.cycle.all.latest.js file I located this:</p>
<p>    onPagerEvent:     null,<br />
    onPrevNextEvent:  null,<br />
    pager:            null,<br />
    pagerAnchorBuilder: null,<br />
    pagerEvent:       &#8216;click.cycle&#8217;,<br />
    pause:            0,<br />
    pauseOnPagerHover: 0,    </p>
<p>Maybe I need to change one or more of these for it to work? Thanks again!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Helen		</title>
		<link>https://sunarlim.com/2013/05/jquery-cycle-pager-style/#comment-169</link>

		<dc:creator><![CDATA[Helen]]></dc:creator>
		<pubDate>Wed, 02 Oct 2013 16:34:16 +0000</pubDate>
		<guid isPermaLink="false">https://sunarlim.com/?p=778#comment-169</guid>

					<description><![CDATA[Hello, thanks so much for sharing your idea. I am struggling to make the navigation dots work and I wonder if you could help me see where I&#039;ve gone wrong... I put the div tag above where I want the dots to be (directly below the slideshow) and then added the #pager code to the css sheet. But the dots come up all in a line on top of each other and don&#039;t change with the images... I have downloaded both jquery-latest.min.js and jquery.cycle.all.latest.js onto my site and refer to them in the . Is there another file I need to add to make the dots work? Sorry if I am being a bit slow, I&#039;ve never used jquery before and it is proving quite a challenge! Thanks so, so much :)]]></description>
			<content:encoded><![CDATA[<p>Hello, thanks so much for sharing your idea. I am struggling to make the navigation dots work and I wonder if you could help me see where I&#8217;ve gone wrong&#8230; I put the div tag above where I want the dots to be (directly below the slideshow) and then added the #pager code to the css sheet. But the dots come up all in a line on top of each other and don&#8217;t change with the images&#8230; I have downloaded both jquery-latest.min.js and jquery.cycle.all.latest.js onto my site and refer to them in the . Is there another file I need to add to make the dots work? Sorry if I am being a bit slow, I&#8217;ve never used jquery before and it is proving quite a challenge! Thanks so, so much 🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
