i followed your steps as you mentioned in other posts. On edit page, i can see my right sidebar section and selected sidebar created by me from theme options. But the plugins that i add, like menu, it doesnot show up there.
now i have sidebar menu that i created for some purpose...i want to highlight clicked link in menu to show the viewr which category he is viewing... how to do it? i know how to add custom classes but here some logic is different.. plz guide
Sorry but this unfortunately won't be possible. As we see, all menus items got "current-menu-item" class and the css we would like to give you, will change the color of all sidebar menu items.
As we wrote above, it is impossible because every item in sidebar on your site is activate. Below css should work but if you will paste it, you see that all items will be highlighted because all items are active in your case:
.current-menu-item.active a { color: #000 !important; }
using jquery i got the current link of my url and then ran a loop our my menu ui items and i added active class upon the one whose url matches my url browser. And it is working now.
Comments
widgets for sidebars can be set under Appearance > Widgets section.
Thanks!
2) This is unfortunately impossible.