Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upWrap content in map bubble in a div #252
Comments
wpsmort
added
the
Enhancement
label
Jun 14, 2017
wpsmort
added this to the 2.6 milestone
Jun 14, 2017
wpsmort
self-assigned this
Jun 14, 2017
added a commit
that referenced
this issue
Jun 28, 2017
This comment has been minimized.
This comment has been minimized.
This is done. I've added a div with a class which now wraps the content in the map bubble. This means that the content can be targeted separately using CSS. |
wpsmort
closed this
Jun 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wpsmort commentedJun 14, 2017
Requested here - http://support.simplemap-plugin.com/discussions/questions/1479-remove-description-from-pop-up-on-actual-map
Currently if you want to remove the content from the map you have to do a display none on several HTML elements. Instead we should wrap the content in a div so that it can be targeted by the class.
Once this is done, we should consider adding a filter hook for removing the content or filtering the content.