Restart widgets

Posts: 56
Hi again! Is there a way to make tickers or widgets restart every time we take action on them?
I give you an example, I have a ticker that gives me information about the classification of 20 drivers in two pages of 10, when I show it for the first time it is shown from page 1, but when I hide it and put it back the same later the information starts from page 2.

I'm missing something? I'm looking for in theme editor but not finded the option if already exist.

Thanks in advance.
Posts: 53
Toni Ruiz wrote:
I'm missing something? I'm looking for in theme editor but not finded the option if already exist.

You need to set DataOffset to 0 for the Widget when you open it.
Posts: 785
Simply hiding a ticker does not stop it. It keeps going in the background, so when you show it again it will just show whatever page it is on.

If you want to stop or restart a ticker there are separate actions for that, see ChangeTicker category. If you simply stop the ticker when you hide it, and restart it when you show it, it should always begin on page 1.
Posts: 56
Ahh ok, with button's actions... I understand

Thanks again mate