<?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>How to Create Anchor or Jump Links in X THeme? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 14 Oct 2025 04:40:31 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-349011</guid>
					<title><![CDATA[How to Create Anchor or Jump Links in X THeme?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-349011</link>
					<pubDate>Mon, 03 Aug 2015 23:17:36 +0000</pubDate>
					<dc:creator>CAMSS</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>is it possible to create an anchor or jump link from a button to a tabbed content tab on the same page? We are creating product pages and want visitors to click on the button to see more details about the product in a tab.</p>
<p>This screenshot shows what we mean:</p>
<p><a href="http://camss.wpengine.com/wp-content/uploads/2015/08/Screen-Shot-2015-08-03-at-4.12.35-PM.png" rel="nofollow">http://camss.wpengine.com/wp-content/uploads/2015/08/Screen-Shot-2015-08-03-at-4.12.35-PM.png</a></p>
<p>Imagine a few lines of text and a button under the product title. We want to link that button to the Products Info tab. What is the best way to do that?</p>
<p>camss.wpengine.com<br />
WordPress Version 4.2.3<br />
X Theme Version 4.0.5</p>
<p>Thanks for your help!</p>
<p>Gregor</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-349155</guid>
					<title><![CDATA[Reply To: How to Create Anchor or Jump Links in X THeme?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-349155</link>
					<pubDate>Tue, 04 Aug 2015 03:00:10 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in! Creating target links is as simple as adding an ID to the element and linking to it via your anchor tag or button. For Example:</p>
<p><strong>ID</strong><br />
#custom-id</p>
<p><strong>Link</strong><br />
http:/www.yourdoamin.com/page/#custom-id</p>
<p>However, depending on where you want to link it to you may not be able to put an id on certain areas by simply putting one in the ID field. For cases where the element in question doesn&#8217;t have an ID field, you will need a bit of custom development. This falls beyond our scope of support, so depending on what you need you may need to engage a developer.</p>
<p>You can check out our recommended partners: <a href="https://theme.co/x/member/custom-development/" rel="nofollow">https://theme.co/x/member/custom-development/</a></p>
<p>Hope this helps – thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-386901</guid>
					<title><![CDATA[Reply To: How to Create Anchor or Jump Links in X THeme?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-386901</link>
					<pubDate>Sat, 12 Sep 2015 22:27:09 +0000</pubDate>
					<dc:creator>airbdesign</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, </p>
<p>I&#8217;m trying to utilize <strong>Custom ID</strong> to have a link from my main site menu to scroll to a particular section of my website. One page navigation scrolling. </p>
<p>I added <strong>#about</strong> into the <strong>ID</strong> field of one of my elements. </p>
<p>I then created a Custom Links menu and have tested using the URL as <strong>#about</strong> and also tried <strong><a href="http://www.mindfulsol.com/#about" rel="nofollow">http://www.mindfulsol.com/#about</a></strong>. When I click the menu item &#8220;About&#8221; at the top of my site both versions <strong>#about</strong> and <strong><a href="http://www.mindfulsol.com/#about" rel="nofollow">http://www.mindfulsol.com/#about</a></strong> just reload my webpage and adds /#about at the end of the site url. </p>
<p>Thanks in advance!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-387070</guid>
					<title><![CDATA[Reply To: How to Create Anchor or Jump Links in X THeme?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-387070</link>
					<pubDate>Sun, 13 Sep 2015 05:56:12 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You don&#8217;t need to add # before ID.<br />
You should add custom ID to section (not element), then activate one page navigation menu for your page and use section ID as URL of menu item.</p>
<p>section ID :</p>
<p><code>about</code></p>
<p>Menu URL :</p>
<p><code>#about</code></p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-389997</guid>
					<title><![CDATA[Reply To: How to Create Anchor or Jump Links in X THeme?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-389997</link>
					<pubDate>Tue, 15 Sep 2015 23:53:56 +0000</pubDate>
					<dc:creator>airbdesign</dc:creator>

					<description>
						<![CDATA[
						<p>Ah yes that worked thanks for clarifying! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-390110</guid>
					<title><![CDATA[Reply To: How to Create Anchor or Jump Links in X THeme?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-390110</link>
					<pubDate>Wed, 16 Sep 2015 03:52:26 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we could help, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-653371</guid>
					<title><![CDATA[Reply To: How to Create Anchor or Jump Links in X THeme?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-653371</link>
					<pubDate>Thu, 05 Nov 2015 08:07:25 +0000</pubDate>
					<dc:creator>braoudap</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve read this dialog over and over and I simply can&#8217;t get this to work. I&#8217;m trying to get the red button on this page <a href="http://www.nemopro.com" rel="nofollow">http://www.nemopro.com</a> (it&#8217;s in the blue section about a third of the way down) to jump down to the next section, which is called &#8220;365-DAY.&#8221; I have followed the instructions here to the T and I can&#8217;t get it to work. What am I missing?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-653411</guid>
					<title><![CDATA[Reply To: How to Create Anchor or Jump Links in X THeme?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-653411</link>
					<pubDate>Thu, 05 Nov 2015 09:00:28 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>You need to add 365-DAY as id of the next section to make your button jump down to it when click.</p>
<p><a href="http://screencast.com/t/jXnHatmQofVH" rel="nofollow">http://screencast.com/t/jXnHatmQofVH</a></p>
<p>Please note that you have to enable advanced controls for the id field to appear.</p>
<p><img decoding="async" src="http://i.imgur.com/tZM4kSQ.png" /></p>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-653815</guid>
					<title><![CDATA[Reply To: How to Create Anchor or Jump Links in X THeme?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-653815</link>
					<pubDate>Thu, 05 Nov 2015 15:36:53 +0000</pubDate>
					<dc:creator>braoudap</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, that was it. Thanks so much!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-653994</guid>
					<title><![CDATA[Reply To: How to Create Anchor or Jump Links in X THeme?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-create-anchor-or-jump-links-in-x-theme/#post-653994</link>
					<pubDate>Thu, 05 Nov 2015 17:46:54 +0000</pubDate>
					<dc:creator>Rupok</dc:creator>

					<description>
						<![CDATA[
						<p>You are welcome!</p>
<p>Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.</p>
<p>Thanks for using X.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

