Jump to content

Featured Replies

Posted

The default overview in Events includes Happening Near You, with a large map taking the prime space. All our events are nearby, so the map's useless.

I propose that Happening Near You be made a widget, and deleted from default Events overview. We'd instead use the Upcoming Events widget, which doesn't have the map and has many more display options. It's great as is. Others will wish to keep using Happening Near You, and can.

This takes away no capabilities, and requires no new widgets to be designed.

  • Author

If this isn't happening, is there at least a way to suppress the map in Happening Near You in the Calendar?

  • Community Expert

You could probably hide it using CSS. Have you tried doing it this way?

  • Author
 

If this isn't happening, is there at least a way to suppress the map in Happening Near You in the Calendar?

I was thinking that might be possible, but lack the knowledge.

  • Community Expert
 

I was thinking that might be possible, but lack the knowledge.

I dont profess to being great at it myself, but try something like this

.ipsEventsNearMe__map {
    visibility: hidden;
}
  • Author

Well, that hides the map but leaves blank space where it was...

  • Community Expert
display: none;

maybe?

visibility: hidden will preserve its “space”.

  • Author

Yup, that works. Thanks!

We'll get by with this for now, but substituting Upcoming Events for Happening Near You would give so much more flexibility...

Recently Browsing 0

  • No registered users viewing this page.