Alshain Not compatible for small screen phones?
BMoney Great extension! Is there a way to have discussion views display on mobile?
@MichaelBelgium I read there were some positioning issue on mobile so you set display:none for mobiles. But please is it possible to show them on the mobile also after fixing their position? There is enough space vertically below the reply number on mobiles also or the number of views can be somewhere inside the row also I don't mind. These number of views will help the mobile visitors to know which discussions are popular or better in quality just like they help the desktop users. Most of the visitors are from mobiles nowadays. Also it helps them to see that the forums are regularly visited with a lot of readers of each discussion so if they reply in discussion many will read their reply. So showing these discussion views on mobiles will also promote more participation. Please help. If not possible by css, can it be upgraded to show the views on mobiles too please? Thanks in advance.
BTW, I just love how this extension counts every single hit. Please don't change that simplicity ever. You can give options for those who want to show only uniques, etc. But please keep it simple and direct like this by default.
I tried to add this css back in your extension.less but it still does not show the counts on mobile:
@media (max-width: 767px) {
.item-discussion-views {
background: #e8ecf3;
color: #667c99;
border-radius: 4px;
font-size: 12px;
padding: 2px 6px;
position: absolute;
right: 100px;
top: 2px;
width: auto;
}
}
How to fix this?