ページ上のオンライン中のユーザーの表示場所を変更

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

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

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

「いいね!」 1

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