<?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>BlueOwlCreative  &#187;  Topic: anchor link highlighted</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/feed/</link>
		<description></description>
		<pubDate>Sat, 29 Aug 2026 02:25:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28400</guid>
					<title><![CDATA[anchor link highlighted]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28400</link>
					<pubDate>Tue, 10 May 2016 07:43:00 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I&#8217;m using mystickyplugin to add a second menu at the top of the page, which anchors to different sections of the page. I&#8217;d like to highlight the menu that the user clicked to reach a section, so that visually we know which is the title of the section. Obviously, the solution is either php, either js, creating a specific class added to the active link, and then you change the css of this new class. The problem is &#8230; do you know what is the name of this class in fortuna theme? Obviously, the guy from mystickymenu plugin specify some code to add but it has to be customized with the class used by the theme &#8230;</p>
<p>Here is what he says :</p>
<p>.myfixed .current_page_item &gt; a,<br />
.myfixed .current_page_ancestor &gt; a,<br />
.myfixed .current-menu-item &gt; a,<br />
.myfixed .current-menu-ancestor &gt; a {<br />
	color: #fff !important;<br />
	font-style: normal !important;<br />
	background-color: #C00!important;<br />
}<br />
This examples works with Twenty Thirteen theme, for other themes you will need to enter your element classes if different.</p>
<p>Thanks for your help</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28407</guid>
					<title><![CDATA[Reply To: anchor link highlighted]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28407</link>
					<pubDate>Tue, 10 May 2016 08:35:02 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Let me see your URL so I can see the markup (HTML) that the plugin creates, then I can help. <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28408</guid>
					<title><![CDATA[Reply To: anchor link highlighted]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28408</link>
					<pubDate>Tue, 10 May 2016 08:37:16 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28409</guid>
					<title><![CDATA[Reply To: anchor link highlighted]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28409</link>
					<pubDate>Tue, 10 May 2016 09:21:34 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, </p>
<p>So you are speaking of the sticky icons you have there?<br />
I see only the anchors added to them, but it&#8217;s a different structure than the top menu navigation. Also no classes (current_page_item) get added to them&#8230; </p>
<p>First off, is that what you are trying to do? Highlight the icon that is currently clicked?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28412</guid>
					<title><![CDATA[Reply To: anchor link highlighted]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28412</link>
					<pubDate>Tue, 10 May 2016 11:48:47 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
what I&#8217;m trying to do is highlight the text under the icons, like for example &#8220;features and benefits&#8221; under the first one. The icon should stay the same.<br />
Thanks for your help</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28413</guid>
					<title><![CDATA[Reply To: anchor link highlighted]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28413</link>
					<pubDate>Tue, 10 May 2016 12:43:25 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, still we need some class to be added &#8230; and I don&#8217;t see anything changing in the DOM.<br />
Does the plugin provide such functionality for custom links like yours?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28414</guid>
					<title><![CDATA[Reply To: anchor link highlighted]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28414</link>
					<pubDate>Tue, 10 May 2016 12:59:38 +0000</pubDate>
					<dc:creator>hhuchon</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I&#8217;ve found a webpage which says &#8220;myStickymenu is based on javascript which will add .myfixed css class to any predefined element class after scroll by default. For example with default .navbar class: &lt;div id=&#8221;navbar&#8221; class=&#8221;navbar&#8221;&gt;&lt;/div&gt; will become  &lt;div id=&#8221;navbar&#8221; class=&#8221;navbar myfixed&#8221;&gt;&lt;/div&gt; after scroll.&#8221;<br />
So, In my HTML, I can see this line : class=&#8221;vc_row wpb_row vc_inner vc_row-fluid vc_custom_1462881165627 myfixed&#8221;. The myfixed class disappears when you scroll up the page and re-appears when you scroll down and the menu becomes sticky again, so I guess this is some js added class here. Or php maybe, no idea &#8230;<br />
And above this line of HTML, there&#8217;s another one : &lt;div id=&#8221;my sticky-nav&#8221;&gt; which becomes &lt;div id=&#8221;my sticky-nab&#8221; class&#8221;wrapfixed&#8221;&gt; when you scroll down.</p>
<p>I hope this gives you the answer you need &#8230; once again thank you very much for your help</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28428</guid>
					<title><![CDATA[Reply To: anchor link highlighted]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/anchor-link-highlighted/#post-28428</link>
					<pubDate>Wed, 11 May 2016 07:25:07 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>The &#8220;myfixed&#8221; class relates to the whole icon navigation you have there.<br />
What we need is a class that is added to the currently active item and no, I don&#8217;t see one getting added on icon click&#8230;</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

