Jump to content

Featured Replies

Posted

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.