Hi,
Thanks for this useful plugin.
It works and I can load a map from repeated field, but I’m just wondering how to show a marker for my defined point(s).
Can you tell me please ?
Thank you !
Alex
Thread Starter
flutch
(@flutch)
i could find a trick here :
http://ww.wp.xz.cn/support/topic/current_page_item-class-not-applied-to-custom-links-menu-items?replies=18
you have to find the class assigned to body on the page that loads when you clic the link element on the menu, and give it same styles as .current-menu-item in your style.css, something like this :
.current-menu-item, body.page-id-6 #idOfMenuItem{
background-color:black;
}
hope this helps !
thank you, i was with the same issue and this trick solved my problem too.
🙂