Page name shown on hover over icon is blank - matomo

When hovering over the page icon of a visit, the page name being visited normally appears. However, increasingly, that is now blank. When that happens, if I hover over the flag of the country the visit came from, it always reports "United States, Provider Charter."
Sometimes the number of page icons shown is in the hundreds and the time is hours, something that never happens other than with these blank page name icons.
Does anybody have any idea what the problem is?

Related

In React how to update page after deleting an item from favourite

I'm facing a problem I don't know how to resolve.
I created a favourite tab containing all the characters the user saved.
In the favourite page it displays the tab.
The user can remove an item from his favourite by clicking on the top icon heart.
It works perfectly, the item is instantly removed but if I'm on the second page, and remove all the items from the page, I get a blank screen even if the pagination updates accordly (from 2 pages to 1).
I have to refresh manually the page so that it show the remaining items.
How can I force to refresh the page automatically ?
You can see on the image that when the item is deleted, the page 2 is deleted but I'm still on the deleted page (the 1 on pagination is not bold).

Angular Retain Proper Scroll Position when Transitioning Routes or Refreshing

I'm using ui-router.
A similar question has been asked on this a Number of times... But the solutions seem to be all over the place and either the question doesn't address a simple idea or the answer doesn't, either.
Here's my simple ui-view setup:
A master view has the navbar and footer
Children of the master view/route that can be activated include the Homepage, About Us page and Learn More page
Pretty simple...
By default, if the homepage is activated, and scrolled down 500px, and I click on a route to the "About Us" page, that page will be scrolled down 500px. Obviously this is not desired.
So... Everyone's solution is some variation of setting document.scrollTop(0) on every state change success. This is atrocious.
While it fixes the issue at hand, it clobbers the browser back button behavior. Here are some problems:
When a refresh is called, the standard browser behavior of refreshing to the current location is ruined
When the back button is clicked, the homepage would then scroll all the way to the top
If the back and forward button were clicked, I wouldn't retain the correct spot on the next page, either
This whole document.scrollTop(0) or any variation of it, really doesn't seem to be viable and I've yet to see a clear solution to this.

Portal - New Tab Issue

I have a program capable of displaying two sets of portlet. One for the customer and one for employee. I have a link in the screen so that I could switch between the two. When the link is click, it will redirect into two different urls.
Employee - my_url/employee?language=en
Customer - my_url/customer?language=en
My problem is, when I am in the screen for customer, then I click the employee link it shows perfect. But when I open a new tab in the browser then type my_url, it always shows the customer screen. The desire behavior is it should display the employee screen since it is the screen in my previous tab.
Thanks in advance.

Pages getting refreshed while switching between tabs

I have a web page done in AngularJS. I got four tabs. In my first tab there are a set of images which I can select,
When i switch between tabs,and come back to the first page, the page gets refreshed and I loose what ever I have done in my 1st tab. Like tab gets refreshed like it was loaded again.In this 1st tab I got some drill downs ass well. That also gets reset.
How can I avoid this.

Node content will not display only on homepage

I have some content for the front page of my site, but it will not display in the "Content" block region for my theme. All other pages display their node content fine. I have looked at the following to diagnose:
1) Moved the "Main Page Content" block to other regions to see if it will display anywhere at all. It does.
2) Checked permissions. My user is an admin, and admin has all permissions.
3) Altered other pages content to see if it changes. It does, it only seems to affect the front page.
4) When I make other pages the sites home page, it's content also disappears. Example: When I make the "About Us" page the sites home page, the content at '/' (supposed to be the About Us content node) is gone, and it also is gone from '/about-us'. Meanwhile, the page I have been trying to make my homepage previously, displays fine. So this problem only affects pages that have been made the home page.
5) There is not any sort of "Show block on specific pages" or otherwise, that would conditionally hide it.
All the other blocks in the "Main Page Content" region on the home page display fine. Clearing cache does not do anything. There are no panel node template overrides. I am really baffled. Googled for this, and no love.
Any ideas?
Please verify do you have following code on your theme?
<?php print render($page['content']); ?>

Resources