<?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>Hash url won&#039;t update in address bar or go to correct div id &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 04 Nov 2025 09:40:26 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-329769</guid>
					<title><![CDATA[Hash url won&#039;t update in address bar or go to correct div id]]></title>
					<link>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-329769</link>
					<pubDate>Tue, 14 Jul 2015 12:41:47 +0000</pubDate>
					<dc:creator>derekyoungtomo</dc:creator>

					<description>
						<![CDATA[
						<p>I have custom sidebar menus set up on different pages of my site. These menus use hash(#) urls to go to the corresponding div id. Normally this would work, but on the individual pages, clicking on the corresponding link in the sidebar menu doesn&#8217;t trigger a change to the correct div id. I have one-page navigation enabled for the main menu on X Settings.</p>
<p>Examples:<br />
This page uses relative &#8220;#DIV_ID&#8221; urls in the custom menu link.<br />
<a href="http://wh1.tomohost.com/~threekey/about-us/" rel="nofollow">http://wh1.tomohost.com/~threekey/about-us/</a></p>
<p>This page uses absolute &#8220;http:/www.domain.com/#DIV_ID&#8221; urls in the menu.<br />
<a href="http://wh1.tomohost.com/~threekey/our-process/" rel="nofollow">http://wh1.tomohost.com/~threekey/our-process/</a></p>
<p>This page uses onClick events to trigger the hash link. It works fine, but clicking on the URL doesn&#8217;t provide the smooth scrolling I&#8217;d expect from one page navigation.<br />
<a href="http://wh1.tomohost.com/~threekey/about-us/the-team/" rel="nofollow">http://wh1.tomohost.com/~threekey/about-us/the-team/</a></p>
<p>Do you have any suggestions on how to fix this? I&#8217;ve tried lots of different scripts to force a hash change event, but nothing works. Since I can&#8217;t use onClick in the custom link of the menus, that is not an option. Thanks so much.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-329797</guid>
					<title><![CDATA[Reply To: Hash url won&#039;t update in address bar or go to correct div id]]></title>
					<link>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-329797</link>
					<pubDate>Tue, 14 Jul 2015 13:13:11 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>The issue is that you add id to headlines, while you should wrap the whole related section in a &lt;div&gt; with that id.</p>
<p>It should be like the example :</p>
<pre><code>
&lt;div id=&quot;site-selection&quot;&gt;
&lt;h4 class=&quot;h-custom-headline h3&quot;&gt;&lt;span&gt;Site Selection&lt;/span&gt;&lt;/h4&gt;
&lt;div class=&quot;x-text&quot;&gt;&lt;p&gt;&lt;span style=&quot;color:#e2231a&quot;&gt;Three Keys Development&lt;/span&gt; is committed to the principles of sound decision-making at the most fundamental of levels — specifically, the ground level. Our search begins with and is limited to stable, affluent communities marked by strong desirability, sustainable real estate market rates and appreciation, high demand, limited availability and appeal among individuals of a high net worth.&lt;/p&gt;
&lt;p&gt;We take a comprehensive approach to property selection and purchase. Working in concert with real estate brokers, appraisers, financial analysts, and the building community, we blend professional expertise with financial analytics, including land appraisals, population and income growth, expected valuation increase and valuable attributes of the terrain to identify premium properties of promising valuation growth. &lt;/p&gt;
&lt;p&gt;Our adherence to the highest of standards of exclusivity and area stability has proven key to our success in providing investors with sound investment opportunities offering impressive upside.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-329879</guid>
					<title><![CDATA[Reply To: Hash url won&#039;t update in address bar or go to correct div id]]></title>
					<link>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-329879</link>
					<pubDate>Tue, 14 Jul 2015 14:32:41 +0000</pubDate>
					<dc:creator>derekyoungtomo</dc:creator>

					<description>
						<![CDATA[
						<p>Great, thanks! Now, how do I wrap a div around the div and text in Cornerstone? I see the block element, but it requires at least 2 columns, and I only need one.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-329916</guid>
					<title><![CDATA[Reply To: Hash url won&#039;t update in address bar or go to correct div id]]></title>
					<link>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-329916</link>
					<pubDate>Tue, 14 Jul 2015 15:15:08 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please ignore our previous reply. This issue looks more likely related to your sidebar menu (About Us menu). Are you using any custom JS code that is disabling the default functionality of that menu&#8217;s links? If so, I&#8217;d advise removing it, and seeing if it resolves the issue.</p>
<p>Let us know how it goes.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-330038</guid>
					<title><![CDATA[Reply To: Hash url won&#039;t update in address bar or go to correct div id]]></title>
					<link>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-330038</link>
					<pubDate>Tue, 14 Jul 2015 17:10:44 +0000</pubDate>
					<dc:creator>derekyoungtomo</dc:creator>

					<description>
						<![CDATA[
						<p>Nope, no custom JS regarding click events. The only JS I have is looks for the first words on the sidenav to make them italic.</p>
<pre><code>(function(a){var b={init:function(b,c,d){this.numWords=c||1,this.config=a.extend({},a.fn.styleWords.defaults,d),this.el=b,this.$el=a(b),this.updateHTML()},updateHTML:function(){var a=this;this.$el.html(function(b,c){return a.createWrapper(c)})},createWrapper:function(b){var c=b.split(&quot; &quot;),d=this.config.tag,e;return delete this.config.tag,e=a(d,this.config).text(c.splice(0,this.numWords).join(&quot; &quot;)),e=a(&quot;&lt;div&gt;&quot;).append(e).html(),[e].concat(c).join(&quot; &quot;)}};a.fn.styleWords=function(a,c){var d=Object.create(b);return this.each(function(){d.init(this,a,c)})},a.fn.styleWords.defaults={tag:&quot;&lt;span&gt;&quot;,&quot;class&quot;:&quot;firstWordEM&quot;}})(jQuery)

jQuery(function($) {
  $(&#039;li.firstWord a&#039;).styleWords();
});</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-330112</guid>
					<title><![CDATA[Reply To: Hash url won&#039;t update in address bar or go to correct div id]]></title>
					<link>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-330112</link>
					<pubDate>Tue, 14 Jul 2015 18:01:02 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>This issue looks related to the CSS code you have in your child theme&#8217;s <strong>style.css</strong> file. If I disable the styling from that file, links work just fine. So, I&#8217;d advise to start by removing your child theme CSS changes, then slowly adding them back to identify which code is the issue. That way you can find the issue and adjust the CSS accordingly.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-331190</guid>
					<title><![CDATA[Reply To: Hash url won&#039;t update in address bar or go to correct div id]]></title>
					<link>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-331190</link>
					<pubDate>Wed, 15 Jul 2015 16:30:36 +0000</pubDate>
					<dc:creator>derekyoungtomo</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the reply. I suspect it has something to do with the overflow scroll div on the right because once that element gets into play, the whole left nav isn&#8217;t functional. I&#8217;ll keep trucking along to find a solution.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-331252</guid>
					<title><![CDATA[Reply To: Hash url won&#039;t update in address bar or go to correct div id]]></title>
					<link>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-331252</link>
					<pubDate>Wed, 15 Jul 2015 18:00:56 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome! Have a good day. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-331265</guid>
					<title><![CDATA[Reply To: Hash url won&#039;t update in address bar or go to correct div id]]></title>
					<link>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-331265</link>
					<pubDate>Wed, 15 Jul 2015 18:10:42 +0000</pubDate>
					<dc:creator>derekyoungtomo</dc:creator>

					<description>
						<![CDATA[
						<p>FYI, I found a decent workaround. I installed a script that converts my hrefs into onClicks. Problem solved. Again, thanks for all your help in trouble-shooting the error.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-331366</guid>
					<title><![CDATA[Reply To: Hash url won&#039;t update in address bar or go to correct div id]]></title>
					<link>https://theme.co/archive/forums/topic/hash-url-wont-update-in-address-bar-or-go-to-correct-div-id/#post-331366</link>
					<pubDate>Wed, 15 Jul 2015 19:47:39 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

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

					
					
				</item>

					
		
	</channel>
	</rss>

