Page 1 of 1

Dashticz auto_slide_pages not working anymore

Posted: Saturday 08 April 2023 11:17
by damdub
Hello,
since a few weeks now auto_slide_pages parameter is not working anymore on my setup.
It has been working for months, I didn't change anything in my CONFIG.js file.
It happenned right after an update (not sure which version). I thought this would maybe fixed in next version, I updated to latest Beta version (3.10.2) and issue is still there.

Here is part of my CONFIG.js :

Code: Select all

onfig['auto_swipe_back_to'] = 1;
config['auto_swipe_back_after'] = 0;
config['start_page'] = 1;
config['enable_websocket'] = true;
config['swiper_touch_move'] = 0;
config['auto_slide_pages'] = '30';

Code: Select all

screens = {}
screens[1] = {
  columns: [3,1,2]
};
screens[2] = {
  columns: [3,1,4]
};
screens[3] = {
  columns: [3,1,5]
};
screens[4] = {
  columns: [3,1,6]
};
screens[5] = {
  columns: [3,1,7]
};
screens[6] = {
  columns: [3,1,8],
auto_slide_page : 0
};

screens[7] = {
  columns: [3,1,10]
};
screens[8] = {
  columns: [3,1,11],
auto_slide_page : 0
};
screens[9] = {
  columns: [3,1,12],
auto_slide_page : 0
};
screens[10] = {
  columns: [3,13],
auto_slide_page : 0
};
screens[11] = {
  columns: [3,14,15,16],
auto_slide_page : 0
};
Am I doing something wrong ?
Thank you for your help

Re: Dashticz auto_slide_pages not working anymore

Posted: Monday 10 April 2023 22:04
by damdub
Anybody experiencing same behavior ?
Thank you for your help

Re: Dashticz auto_slide_pages not working anymore

Posted: Tuesday 11 April 2023 22:05
by Lokonli
Your example is working on my system.

Maybe something else is wrong in your CONFIG.js

Can you open Dashticz in Chrome, press F12 to open DevTools, and refresh Dashticz.

Do you see any error in the DevTools->console tab?

Re: Dashticz auto_slide_pages not working anymore

Posted: Wednesday 12 April 2023 15:24
by damdub
Hello Lokonli
Your advice was good
I found an error in devtools ans was able to correct it.
It's working again now
Thanks again