Quote Originally Posted by chuckrey View Post
I am using 1.5.8a / Responsive Classic / php 7.4 - website is comfortspotfurniture.com

I have been trying to figure out the most basic thing I am sure, but am stumped. Whos Online counter is displaying in desktop view, great! However, I cannot get it to display in mobile view. In fact, none of the layout box items for left nor right column are displaying while in mobile view. I am not looking for a left column, nor right column as I understand the point of responsive view is a clean single column. My issue is, none of the items selected are displaying while in mobile view at all. I do have global column turned on and 150px for sideboxes. Help, Lol.
Nevermind, it's resolved. In case anyone else has the same question....

includes/templates/responsive_classic/css/responsive_default.css
1. locate the sidebox item and remove: "display:none;visibility:hidden;" (should look like {}),

2. Do the same as #1 for responsive_tablet.css

3. Go to includes/templates/responsive_classic/jscript/jscript_responsive_framework.php
locate the sidebox item you need to display and place: /* [YOUR PREFERRED SIDE BOX] */

Worked for me.