Change where who's-online appears on the page

I’m trying to move the plugin who’s online from here:

…to here:

Any clues?

Here is a live example: https://bygg.boihop.co/

2 Likes

It looks like your välkommen banner is added to a plugin outlet called above-main-container if you add {{whos-online}} to the top of the .hbs file that contains that banner’s HTML it should appear where you want it.

Then you’ll need to hide it from the original position, which can be done with CSS:

.discovery-list-container-top-outlet.online_users_widget {
  display: none;
}
3 Likes

Wonderful, awesome and great. Worked like charm. :pray:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.