you will need to login to view the pages , use shezprocter@hotmail.co.uk and United99!! , this is just a login with membership priveleedges NOT wp admin etc.
when view viewing a page with a toolset map if i click a marker icon it open a tooltip with some info in , if the tooltip contains a lot of info ,the top part of the box goes out of view. i have tried all sort with no success , examples are here .
hidden link
select the Show Related Clubs On Map green button
click on the map marker the pop up now displays with the bottom of box missing
now click the view where else this club hold trials button
there is now no way to close the box as it is out of the display.
many thanks
martin
Hi Martin,
Thank you for contacting us and I'd be happy to assist.
During troubleshooting, I noticed that some of the styles from the "Events Calendar" plugin are interfering with the map marker's styles.
To fix the map marker styles so that it shows a scrollbar for the longer content, you can include the following custom CSS code in the content template:
.entry-content .wpv-addon-maps-render .gm-style .gm-style-iw-c .gm-style-iw-d {
width: 100% !important;
max-width: 100% !important;
padding: 4% 0% !important;
}
.entry-content .wpv-addon-maps-render .gm-style .gm-style-iw-c .gm-style-iw-d > div {
overflow-y: auto;
max-height: 160px;
}
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar
Thank you waqar it worked a treat !! (of course 😉 )