Hi,
I’d like to make live notification on main menu like your supporting site.
Is it possible? If it is, could you please advise how to do it?
It doesn’t need to be available for all menus. I want it for blog menu, K-Food Community.
If it is difficult to indicate numbers, then, I just want to indicate “new” like “N” once new blog page is uploaded.
I hope you can help me out~
Thanks much in advance!
Hey srcnc,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
Vinay
Ah… OK. :-) I understood~ :-)
Hi,
Not sure if Vinay misunderstood your request but there is nothing live about the number after jobs, it’s hard coded. If you inspect it with your browser you will find this CSS:
span.avia-menu-text:after {
content: "4";
font-size: 9px;
color: #FFF;
background: #42A0BD;
line-height: 17px;
width: 17px;
display: inline-block;
text-align: center;
border-radius: 100px;
position: relative;
top: -9px;
left: 2px;
}
Best regards,
Rikard
Hi Rikard, thank you for your advice. Let me try your CSS, and let you know it’s working ~ :-)
Hi Rikard, :-) I think your suggested code is good enough for me. I really appreciate your help. Thank you!!!!