By chris on Saturday, 19 September 2015
Posted in General Issues
Replies 1
Likes 0
Views 610
Votes 0
What I am doing wrong?
I have made a separate module / menu and this positioned in the sidebar.
When I press the menu, it is not marked as active.
I put the module in my custom template then it work again as a menu. When pressed, it reappears as active.

What I have done wrong?

Here is my code:
<div class="es-widget es-widget-borderless">
<div class="es-widget-body pl-0 pl-5 pr-5">
<div class="es-modules-wrap es-modules-es-dashboard-sidebar-after-newsfeeds">
<div class="moduletable">
<div class="custom">
<div class="es-widget-head">
<div class="widget-title pull-left">Header</div>
</div>
<div class="es-widget-body">
<ul class="fd-nav fd-nav-stacked feed-items">
<li><a href="/index.php/hashtag/test-hashtag">Test Hashtag<br /></a></li>
</ul>
</div>
</div>
</div>

I want a module, a menu where I pretend different "hashtags" for the user. But each link should then be marked as active

Sorry, lost some divs
Hey Chris,

I am really sorry for the delay of this reply as it is a weekend for us here. You need to add your own set of codes to add an active class on your "Test Hashtag" menu You can't just expect it to be active out of the box (I really wish it was that simple )
·
Sunday, 20 September 2015 00:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post