By ARNAUD FRERET (LE CONSULTING CLUB) on Sunday, 07 May 2017
Posted in General Issues
Replies 2
Likes 0
Views 599
Votes 0
Hello,

Each Time after the update of Easydiscuss :
like explains here and here :
https://stackideas.com/forums/overall-statistics-and-posts-questions-issues-in-easydiscuss-backend
https://stackideas.com/forums/checking-for-updates-stay-without-result-in-easydiscuss-dashboard

i have a displaying error in update And Post positions (see attached picture)

But this time i tried to make the modifications explained in the forum but i can't resolve the displaying error.
Thanks for your help! Arnaud
Hello,

I have checked your site and it looks like the problem is coming from your stylesheet at https://www.arena.cards/components/com_virtuemart/assets/css/vm-ltr-common.css?vmver=9410252b . It is resetting all div with the class of "clear" and this is really bad that they are doing this, http://take.ms/xmkKu

To fix this, your best bet is to add the following into /administrator/templates/isis/css/template.css

[gist]
#ed .clear {
line-height: inherit !important;
font-size: inherit !important;
}
[/gist]
·
Sunday, 07 May 2017 21:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post