By T.W. van Urk on Monday, 22 October 2018
Posted in General Issues
Likes 0
Views 389
Votes 0
Hi there,

In my articles I show the hits and the count of reactions.

At the desktop Frontpage, this is shown very well. See bitmap1.
However, at a moblie phone, this information is shown twice !? See bitmap 2.
Is this a customizing error from me, or a litte bug?

This is not a big issue, so when it is a bug, maybe you can fix it in the next release?

Kind regards,T.W. van Urk
Hi there,

Applied css codes below at Easyblog custom.css file and it should not shown now. Please give it a check and see how it goes.

[gist type="php"]
/* Hide Hits and view on Frontpage on mobile view */
#eb.is-mobile .eb-post-actions .eb-post-hits, #eb.is-mobile .eb-post-actions .eb-post-comments {
display: none !important;
}
[/gist]
·
Monday, 22 October 2018 10:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Warith,

Perfect! You are wonderful !

Thank you. T.W.van Urk
·
Monday, 22 October 2018 23:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Tuesday, 23 October 2018 10:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post