By Aylin on Saturday, 04 March 2017
Posted in General Issues
Replies 7
Likes 0
Views 208
Votes 0
hi, my name is Aylin,
if i activate aside left module, easyblog work ok
if i activate aside left and right, easyblog switch toolbar and content to mobile style
Hello Aylin,

I am really sorry for the delay of this reply as it is a weekend for us here. Yes, this is the default behavior because EasyBlog doesn't have sufficient width to render the layout and it thinks that it is on a mobile layout.

Even if it doesn't switch to mobile layout, the layout might look distorted since it doesn't have sufficient width. To disable the responsive behavior, you can do so under Settings > Layout > Enable Responsive Layout. However, I strongly would suggest that you only keep 1 column since the width of the component area is too small?
·
Sunday, 05 March 2017 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
I want categories on left and rest in right
·
Sunday, 05 March 2017 03:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, you can make it display module on the left or right position, but the Easyblog content area which automatically become mobile responsive mode is because the width is become smaller after you display right positon module.
·
Sunday, 05 March 2017 13:40
·
0 Likes
·
0 Votes
·
0 Comments
·
This is bad for me....
If i try to reduce space in left side work but on tablet again switch to mobile
·
Sunday, 05 March 2017 15:59
·
0 Likes
·
0 Votes
·
0 Comments
·
The only way to populate as you expected is turn off this `Enable Responsive Layout` setting from your backend > easyblog > setting > layout > general > Enable Responsive Layout - NO.

After you turn it off, you can test on your mobile or iPad device, it will also show correctly one.
·
Monday, 06 March 2017 16:32
·
0 Likes
·
0 Votes
·
0 Comments
·
i try it from the first time
if i select NO in mobile look bad :/ (like desktop)
·
Tuesday, 07 March 2017 02:55
·
0 Likes
·
0 Votes
·
0 Comments
·
This following css code is show the image cover on the left and display the content on the right on mobile or ipad device.

div#fd.eb.w480 .eb-post-image-cover {
width: 180px !important;
height: 150px !important;
float: left !important;
}


But unfortunately that was not possible to make the toolbar do not show responsive if the component width is too small, because this responsive thing is calculate from the Javascript then apply the css class on the HTML div wrapper.
·
Tuesday, 07 March 2017 12:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post