Skip to main content

#198 docker responsiveness

Posted in ‘EasySocial’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by CreativeGraphics Support on Sunday, 15 March 2026 16:13 UTC

BGDN

Hi there,

there seams to be an issue regarding the mobile responsiveness of the docker 

so it must look like this ( accesing community in menu 

 

IMG_4665.png

but instead beeing like this on all pages , in homepage looks like this 

IMG_4664.png

... what do you think about this resposiveness issue ?!

regards,

B.

hi there, Pascal .. how easy is to upgrade the existing ES and EB ED ... with your rebuild versions ?! ... it takes all existing setting from them and all posts and everithing allready exists ?! 

CreativeGraphics Support

Dear Bogdan

We don't have that on our testhosts.

docker-responsive.png

Wait, I will investigate on your sites.

CreativeGraphics Support

On your site, most probably due to php/server-config, the class "is-mobile" on the docker-div had never been set, that means mobile-detection did not work at all.

The CSS relies on having "es-docker is-mobile" but that was never triggered, so it always showed the "desktop" version. 

I have fixed it on your site by modifying the docker script.js to set "is-mobile" based on the viewport width, using the same class Social's CSS already targets. 

So now it works regardless of what PHP's isMobile() returns.

Regards, Pascal