<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Getting the anchor link in revolution slider to scroll further down the page &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 19:15:07 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-80346</guid>
					<title><![CDATA[Getting the anchor link in revolution slider to scroll further down the page]]></title>
					<link>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-80346</link>
					<pubDate>Fri, 08 Aug 2014 05:01:19 +0000</pubDate>
					<dc:creator>Todd B</dc:creator>

					<description>
						<![CDATA[
						<p>Awesome theme. This is my second purchase and I will be purchasing many others&#8230;</p>
<p>Here&#8217;s the development site I am working on: <a href="http://wholesale2.smseafood.com/" rel="nofollow">http://wholesale2.smseafood.com/</a> </p>
<p>I have searched the forum and found things close but haven&#8217;t landed on it yet. What I want to do should be fairly simple and from what I have read ready, it involves custom javascript. </p>
<p>I am using revolution slider and the &#8220;Enable Scroll Bottom Anchor&#8221; in the page settings, however, I&#8217;d like the link to take the visitor further down the page so they land in the middle of the content band 2 (on desktop anyway, i know it won&#8217;t work exactly that way on tablets and mobile) so they see the text with a little of the images from content bands 1 and 3. I added an anchor id in the text of the second text area (in Content band 2) but don&#8217;t know how to put the anchor link into the slider. Can you give me the steps to doing that? </p>
<p>I know I can adjust where i put the anchor id, I just need to know how to link to it. </p>
<p>Thanks a bunch!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-80479</guid>
					<title><![CDATA[Reply To: Getting the anchor link in revolution slider to scroll further down the page]]></title>
					<link>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-80479</link>
					<pubDate>Fri, 08 Aug 2014 11:39:57 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Todd,<br />
Would you please add the code below into <strong>Customizer -&gt; Custom -&gt; JS</strong></p>
<pre><code> jQuery(&#039;.x-slider-revolution-container.below .x-slider-scroll-bottom&#039;).click(function(e) {
    e.preventDefault();
    e.stopPropagation();
    jQuery(&#039;html, body&#039;).animate({
      scrollTop: jQuery(&#039;#x-content-band-2&#039;).offset().top
    }, 850, &#039;easeInOutExpo&#039;);
  });</code></pre>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-80643</guid>
					<title><![CDATA[Reply To: Getting the anchor link in revolution slider to scroll further down the page]]></title>
					<link>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-80643</link>
					<pubDate>Fri, 08 Aug 2014 14:46:39 +0000</pubDate>
					<dc:creator>Todd B</dc:creator>

					<description>
						<![CDATA[
						<p>That doesn&#8217;t quite do it. It goes down to the right place but then bounces back up to the original spot. I realized on entering the javascript that i had another javascript snippet that I tried from one of the posts. I have removed that and that may have made the difference. </p>
<p>Please check again and let me know if you have a new snippet. </p>
<p>Thanks. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-80650</guid>
					<title><![CDATA[Reply To: Getting the anchor link in revolution slider to scroll further down the page]]></title>
					<link>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-80650</link>
					<pubDate>Fri, 08 Aug 2014 14:51:30 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:</p>
<p>&#8211; Link to your site<br />
&#8211; WordPress Admin username / password<br />
&#8211; FTP credentials</p>
<p><strong>Don&#8217;t forget to select Set as private reply. This ensures your information is only visible to our staff. </strong></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-80758</guid>
					<title><![CDATA[Reply To: Getting the anchor link in revolution slider to scroll further down the page]]></title>
					<link>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-80758</link>
					<pubDate>Fri, 08 Aug 2014 17:18:09 +0000</pubDate>
					<dc:creator>Todd B</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-80896</guid>
					<title><![CDATA[Reply To: Getting the anchor link in revolution slider to scroll further down the page]]></title>
					<link>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-80896</link>
					<pubDate>Fri, 08 Aug 2014 19:26:49 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Todd,</p>
<p>Thank you for writing in!</p>
<p>Please remove the older jQuery code and try using the following:</p>
<pre><code>jQuery(document).ready(function($) {
  $(&#039;.x-slider-revolution-container.below .x-slider-scroll-bottom&#039;).click(function(e) {
    e.preventDefault();
    var $contentBand = $(this).attr(&#039;href&#039;);
    $(&#039;html, body&#039;).animate({
      scrollTop: $(&quot;#x-content-band-2&quot;).offset().top-250
    }, 850, &#039;easeInOutExpo&#039;);
  });
});
</code></pre>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-81098</guid>
					<title><![CDATA[Reply To: Getting the anchor link in revolution slider to scroll further down the page]]></title>
					<link>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-81098</link>
					<pubDate>Sat, 09 Aug 2014 03:14:36 +0000</pubDate>
					<dc:creator>Todd B</dc:creator>

					<description>
						<![CDATA[
						<p>That works! Thanks. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-81130</guid>
					<title><![CDATA[Reply To: Getting the anchor link in revolution slider to scroll further down the page]]></title>
					<link>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-81130</link>
					<pubDate>Sat, 09 Aug 2014 05:00:13 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome Todd 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-218581</guid>
					<title><![CDATA[Reply To: Getting the anchor link in revolution slider to scroll further down the page]]></title>
					<link>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-218581</link>
					<pubDate>Mon, 02 Mar 2015 18:27:54 +0000</pubDate>
					<dc:creator>cosmoplan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>where i can put this jQuery code in?<br />
I dont found customizer &#8211;&gt; Custom &#8211;&gt; JS</p>
<p>Thanks in advance</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-218759</guid>
					<title><![CDATA[Reply To: Getting the anchor link in revolution slider to scroll further down the page]]></title>
					<link>https://theme.co/archive/forums/topic/getting-the-anchor-link-in-revolution-slider-to-scroll-further-down-the-page/#post-218759</link>
					<pubDate>Mon, 02 Mar 2015 22:27:11 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Navigate to <a href="http://prntscr.com/6bymhh" target="_blank" rel="nofollow">Appearance &gt; Customize</a> on the Customizer under the Custom panel you would see a <a href="http://prntscr.com/6bynw4" target="_blank" rel="nofollow">JavaScript</a> box.</p>
<p>If it does not there, please provide your URL and login credentials in private reply.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

