Jul 08, 2022 9:34 am
If the widget is in the footer, online members can be seen.
if the widget is in the sidebar, the widget displays "No online members at the moment"
Tracing the issue is seems to be the $instance[groupids] in class wpForo_Widget_online_members
in SIDEBAR
instance[groupids]: ["[\"1\",\"6\",\"5\",\"3\",\"2\"]"]
size groupids: 1
in FOOTER
instance[groupids]: ["1","6","5","3","2"]
size groupids: 5
widget in Footer is showing correctly online members
2 Replies
Jul 09, 2022 12:27 am
OK, yes, I am suspecting it could be a theme problem. But we have decided to stick to the Kadence theme, and will just change the design of the page to show online members at the footer.
Thanks!