Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provider not being shown in dashboard on hover over country flag. #9254

Closed
ghost opened this issue Nov 23, 2015 · 3 comments
Closed

Provider not being shown in dashboard on hover over country flag. #9254

ghost opened this issue Nov 23, 2015 · 3 comments
Assignees
Labels
worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@ghost
Copy link

ghost commented Nov 23, 2015

Until several weeks ago now, when in the dashboard I hovered over the country flag, it would show me the provider as the rightmost field. Now, however, though the word "Provider" is there, no provider is ever shown. I'm using update 2.15.0, which it says is the current update.

The tracking code I'm using is:
var _paq = _paq || [];
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["setCookieDomain", "*.terryliittschwager.com"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//terryliittschwager.com/analytics/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 1]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();

@tsteur
Copy link
Member

tsteur commented Nov 23, 2015

Can you check if the Provider plugin is activated? You can do this by going to the Administration (settings icon top right) and by selecting "Plugins" in the left menu.

By "Dashboard" do you mean the "Visitors in real time"?

@ghost
Copy link
Author

ghost commented Nov 23, 2015

That was the problem. I activated it and it is now working, showing
the Provider in the Visitors in Real-time on hover over the country
flag.

Apologies for having submitted my lack of knowledge as a bug. Should
I remove the bug report, or do you do that?

Terry

  On 2015-11-22 18:28, Thomas Steur wrote:


  Can you check if the Provider plugin is activated? You can do
    this by going to the Administration (settings icon top right)
    and by selecting "Plugins" in the left menu.
  By "Dashboard" do you mean the "Visitors in real time"?
  —
    Reply to this email directly or view
      it on GitHub.

@tsteur
Copy link
Member

tsteur commented Nov 23, 2015

No worries. We won't delete the issue but I'll close it. I'm glad it works now 👍

@tsteur tsteur closed this as completed Nov 23, 2015
@tsteur tsteur added the worksforme The issue cannot be reproduced and things work as intended. label Nov 23, 2015
@tsteur tsteur added this to the 2.15.1 milestone Nov 23, 2015
@tsteur tsteur self-assigned this Nov 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

1 participant