By Comissió de Comunicació FG on Monday, 16 November 2015
Posted in Technical Issues
Replies 6
Likes 0
Views 290
Votes 0
Hi,

We have noticed that when you have a resolution of 1024 x ..... it shows the mobile layout. We haven't found where to configure the limit resolution to make the changed from desktop layout to mobile.

We have some PC's that has this 1024 x ... resolution an we need to show them the desktop layout.

Can you help us?

Oriol
Hello Comissió de Comunicació FG,

I already inspected your site and EasyBlog layout with 1024 screen size and its looks fine.

Can you share us a link and screenshot related to your issue here?

Please advice.
·
Tuesday, 17 November 2015 10:39
·
0 Likes
·
0 Votes
·
0 Comments
·
It happens when you go to the composer page. I have attached an image of the chrome simulation. I don't have access to the pc's with the problem right now, but this proves what we was trying to explain.
·
Tuesday, 17 November 2015 16:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Comissió de Comunicació FG,

This is default behaviour of EasyBlog's Composer.

We hide the right sidebar to give users more space and focus on the writing content. Furthermore, the Composer itself required more space to perform perfectly.

Hope this would explain your issue, thank you.
·
Wednesday, 18 November 2015 15:35
·
0 Likes
·
0 Votes
·
0 Comments
·
We would like to change this behaviour. It would be nice if it may be possible to configure this limit of 1024, by config or by changing the code.

In the mobile layout there are not all the options. For exemple, we need de Safe for Later option an there is not.
·
Wednesday, 18 November 2015 15:53
·
0 Likes
·
0 Votes
·
0 Comments
·
We think the best option would be to activate only the mobile layout on with < 1024 instead of the actual <=1024
·
Wednesday, 18 November 2015 15:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Comissió de Comunicació FG,

Sorry for this delayed response.

I already updated your /templates/jp-scene/css/custom.css as below
@media(max-width:1100px) {
div#fd.eb .eb-composer-launcher-container {
border: 0;
}
}

What this CSS hack will do is, if the media size is at 1100px, the spacing for Composer's modal will be zero, and the content will respect the width as per browser.

I already tested this with 1024px browser size and its look fine here.

Please help me test this and let me know.
·
Thursday, 19 November 2015 10:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post