Views count with hidden widget
-
Hi, Hector!
I have WPP widget in sidebar (Cards Compact theme, moved to my theme’s folder), and I decided to remove your widget for certain screen width, by using this code:
@media (max-width: 991px) {
.widget.popular-posts {
display: none;
}
}So I want to ask you: if I removed it, then will ALL views count in your plugin’s stats? This ‘display: none’ rule can’t block the count for devices, smaller than 992px, right?
Thanks in advance for an answer!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Views count with hidden widget’ is closed to new replies.