Jump to content
View in the app

A better way to browse. Learn more.

Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Events overview page layout confusing

Featured Replies

Events page has

Featured Events
Happening Near You
Online Events
Browse by Month

These elements can't be rearranged or suppressed. This means that an event might show up in three places, or that an event might be pushed off the bottom of the screen. I've been catching hell from my members about this mess.

If these could individually be moved or suppressed, and if other blocks like Upcoming Events (which is great with its flexibility) could be dropped in, that would fix it. Seems doable. I was able, at least, to suppress the map in Happening Near You, and that did help.

I know full efforts are on squashing bugs rather than adding features, and that's as it should be...but this is a bigger bug, in effect, than a label that's off by a couple of pixels.

  • Author

I added Upcoming Events in featured mode to the top of the page. This gives us the display we'd like, and pushes the rest off the bottom of the screen. What I'd like to do would be to suppress Featured Events, Happening Near You, and Online Events, as they become redundant. I'll keep Browse by Month, as it lets us look back in time. We do need to get Upcoming Events below the header with the create and subscribe buttons too. To put it more clearly, replace FE, HNY, and OE with Upcoming.

@Ehren ?

Reordering these blocks (on the Events page and others such as the Downloads page) is something on my future wish list. I'm not sure of the complexities/hurdles yet, but it would be a nice feature in a future 5.x update.

I believe the only way to move your widget below the header would be to create a custom block and then use template hooks to insert it.

To hide the other blocks, you can use this CSS:

/* Hide Featured Events, Happening Near You and Online Events */
.cEvents__overview-featured,
[data-controller="calendar.front.overview.nearMe"],
[data-controller="calendar.front.overview.nearMe"] + .ipsBox:not([data-controller="calendar.front.overview.eventList"]){
	display: none;
}
.cEvents__overview-header{
	display: block;
}

I'll add some modifier classes such as .ipsBox--onlineEvents in a future update to make this easier 🤝

  • Author

Ehren, you're freakin' awesome...but we already knew that. Thanks!

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.