How can i add mega menu base on tags instead of categories. Please help
@marius also when I click on read more it asks for user and password? why?
Hi,
unfortunately we cannot provide customization services for now. If it were an easy fix I would have done it for you but the change it’s a bit more complicated.
Regarding the read more button, please give me a link. And also try it without any plugins enabled and see if it works.
Radu O.
ok…. is there anyway I can display tags in menu beautifully in horizontal direction as buttons. Just like they are show below posts as tags
Hi,
You can add it manually like here: http://screencast.com/t/7ky4Kef0V2
<div class="td-my-tags"><a href="#">life</a><a href="#">peoplee</a><a href="#">politics</a></div>
and add this CSS in Theme panel -> Custom CSS
.td-my-tags a {
background-color: #B3B3B3;
color: #FFFFFF !important;
font-family: 'Roboto Condensed',sans-serif;
font-size: 11px;
font-weight: bold;
height: 18px;
line-height: 17px;
padding: 1px 8px 2px;
margin-left: 10px;
text-decoration: none !important;
text-transform: uppercase;
white-space: nowrap !important;
}
And tune it like you want.
Thank you .. but these tags are being shown on every mega menu. I just want something like this when I select sub menu items ( tags) they just transform into tags as they are shown on posts. In post we also choose tags which we need to display I just want same for my menus 🙂
Can you add this feature for all in future updates ?? That will be really help full because I am student and It will be difficult for me.