• Resolved George

    (@giorgos93)


    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)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @giorgos93,

    Correct. The plugin will still count views no matter if the widget is visible or not (actually you can completely remove the widget from your sidebar and WPP will still count visits as long as the plugin itself is active).

Viewing 1 replies (of 1 total)
  • The topic ‘Views count with hidden widget’ is closed to new replies.