By ITsuite on Saturday, 27 January 2018
Posted in General
Replies 6
Likes 0
Views 551
Votes 0
If set grid layout on 2 only on internet explorer 11 we can see as if it were set to 1 if I set the value to 3 I see only two columns. while it does not happen with crhome and edge.Easy blog has been added to the latest version and is installed on joomla version 3.8.3. we also tried with different joomla and easy blog templates.
Please can you give me help or a sweating? .
Thank you
Regards
Enzo
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

It seems like I can replicate this issue, I will lock this issue into our issue tracker.
·
Sunday, 28 January 2018 11:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello thanks for your support.
the problem is also on your demo http://easyblog.stackideas.com/grid.
how do you solve it?
Thank you
Regards
Enzo
·
Monday, 29 January 2018 05:30
·
0 Likes
·
0 Votes
·
0 Comments
·
I already report this to our designer, i will keep you update once he solve this in internally.
·
Monday, 29 January 2018 10:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok Thanks
i waiting for your response
King Regards
Enzo
·
Monday, 29 January 2018 16:24
·
0 Likes
·
0 Votes
·
0 Comments
·
I will keep you update regarding this.
·
Monday, 29 January 2018 16:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Try download my attached fix file and replace into this following file JoomlaFolder/components/com_easyblog/themes/wireframe/blogs/grid/default.php

Then this following CSS block code you have to apply into your backend > Easyblog > theme > custom css , you can refer on my attached screenshot.


@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
body #eb.is-mobile .es-cards {
display: block;
}
body #eb .eb-blog-grid__item {
-webkit-flex: 0;
-ms-flex: 0;
flex: 0;
}
body #eb .eb-blog-grid__item--1 {
min-width: 8.333333%;
}
body #eb .eb-blog-grid__item--2 {
min-width: 16.666667%;
}
body #eb .eb-blog-grid__item--3 {
min-width: 25%;
}
body #eb .eb-blog-grid__item--4 {
min-width: 33.333333%;
}
body #eb .eb-blog-grid__item--5 {
min-width: 41.666667%;
}
body #eb .eb-blog-grid__item--6 {
min-width: 50%;
}
body #eb .eb-blog-grid__item--7 {
min-width: 58.333333%;
}
body #eb .eb-blog-grid__item--8 {
min-width: 66.666667%;
}
body #eb .eb-blog-grid__item--9 {
min-width: 75%;
}
body #eb .eb-blog-grid__item--10 {
min-width: 83.333333%;
}
body #eb .eb-blog-grid__item--11 {
min-width: 91.666667%;
}
body #eb .eb-blog-grid__item--12 {
min-width: 100%;
}
}


Note : When you update next version of Easyblog, you can remove this custom css from backend.
·
Tuesday, 30 January 2018 23:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post