Notifications
Clear all

[Closed] Number of view not showing on mobile

2 Posts
2 Users
0 Reactions
777 Views
netvilox
Posts: 64
Topic starter
(@netvilox)
Estimable Member
Joined: 6 years ago

Forum number of views is not showing on mobile. 

Pls reply 

Netvilox.com

1 Reply
Sofy
Posts: 5391
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @netvilox,

Yes, this is designed to work in this way. To avoid the problem with design on mobile devices we've hidden the view section. You can try the following CSS code. Please put the code in Dashboard > Forums > Settings > Styles > "Custom CSS code" textarea. 

.wpf-head-box.wpf-thead-views, .wpf-thread-box.wpf-thread-views {
display: block !important;
}

Please try on incognito mode. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.