Page 1 of 3

Slideshow not moving

Posted: Mon Jan 18, 2021 11:56 pm
by alex4orly
This was working for many years, but no longer moves. Please ignore the text - the problem is the slide show

http://squadron-125.org.il/mypdf/20090411.html
http://squadron-125.org.il/mypdf/20161209.html

But this one, is working :
http://squadron-125.org.il/mypdf/20171211.html

Any suggestions?

Thanks

Re: Slideshow not moving

Posted: Tue Jan 19, 2021 7:14 am
by Pablo
For me, they all do not work.

Did you make any recent changes?
Did you publish all files?
Do you have a demo project so I can see all your settings?

Re: Slideshow not moving

Posted: Tue Jan 19, 2021 7:32 am
by alex4orly
Sorry, the one that works is here :
http://squadron-125.org.il/mypdf/20191127.html

The first image is the slideshow - just wait a bit for it to start

Unfortunately, this project is from my "Windows" days of wwb and I don't have it now in Linux
I am trying to find what is it and fix the html page by direct editing, if I can.

Thanks

Re: Slideshow not moving

Posted: Tue Jan 19, 2021 3:36 pm
by Pablo
The main difference is that this page is using valid filenames.
The other pages do not comply to the naming rules.

See this related FAQ:
https://www.quickandeasywebbuilder.com/ ... f=10&t=131

Re: Slideshow not moving

Posted: Thu Jan 21, 2021 10:29 am
by alex4orly
Well, I changed the file names, and the html - but no go

https://squadron-125.org.il/mypdf/20171211.html

Now there is a js error

Hope you can figure it out

Thanks

Re: Slideshow not moving

Posted: Thu Jan 21, 2021 5:59 pm
by Pablo
It looks like one of the required script files is missing (utils.min.js)
Can you create a demo project, so I can see all your settings?

Re: Slideshow not moving

Posted: Thu Jan 21, 2021 8:01 pm
by alex4orly
I had this problem in the past, the only way was to recreate the page from scratch - so, creating a sample project will do nothing - the page will work.
Where is the missing script? Is it not part of wwb?

Cheers

Re: Slideshow not moving

Posted: Thu Jan 21, 2021 9:34 pm
by Pablo
The script is part of the software and it should be included automatically.

Are you using the latest version? Because it looks like an older version of the carousel is included.

Or maybe you have published the pages with different versions?

Re: Slideshow not moving

Posted: Thu Jan 21, 2021 9:53 pm
by alex4orly
This project is old, I have no valid backup of it, yes, it was created with an older version of WB under Windows
So, what can I do now? where can I find that script? If the script is / was part of web at that version, why is it NOT there?

That file is there : squadron-125.org.il/mypdf/util.min.js
In the same folder with the html page, why did you think it is not there?

Thanks

Re: Slideshow not moving

Posted: Fri Jan 22, 2021 7:02 am
by Pablo
There seems to be a mix up of your files on the server.
The carousel script is from a newer version. But the HTML file was generated with an older version.

You will either need to republish all files with the new version or republish all files with the old version.

Re: Slideshow not moving

Posted: Fri Jan 22, 2021 8:09 am
by alex4orly
Yes, I did publish the new site into the same folder as the old website was.
Seeing that I no longer have the old project, it sounds I will have to remake each page from scratch

Thanks

Re: Slideshow not moving

Posted: Fri Jan 22, 2021 10:18 am
by Pablo
Alternatively, you can modify the code of the (old) pages manually.

Replace

Code: Select all

<script src="transition.min.js"></script>
<script src="carousel.min.js"></script>
with

Code: Select all

<script src="util.min.js"></script>
<script src="carousel.min.js"></script>

Re: Slideshow not moving

Posted: Fri Jan 22, 2021 11:46 am
by alex4orly
Based on this, I only need to change the top line in the example, the 2nd line is the same
Or?

I replaced the lines as suggested, but the problem is still there (I made the change on my local machine, didn't publish it to the site

Looking forward to your instructions

Thanks again

Re: Slideshow not moving

Posted: Sat Jan 23, 2021 8:02 am
by Pablo
You will need to edit the online HTML.

The reason why you have this problem me is becuase you have a mix of old and new files on the server.
The carousel.min.js on the server is from a newer version, but the HTML is still referring to the old code.

The file 'util.min.js' is already on the server so that is why I think my solution will work.

https://squadron-125.org.il/mypdf/util.min.js

Re: Slideshow not moving

Posted: Sat Jan 23, 2021 9:44 am
by alex4orly
I understand, just asking again
It seems I need to change the first line only.
Am I correct?

Cheers