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/
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/
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;
}
Wonderful, awesome and great. Worked like charm.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.