NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Matthew51 on November 22, 2018, 05:03:12 PM
-
Net Talk: 10.36
I added a carousel to my app. The first problem I ran into is the css was not getting sent to the browser. I added 'slick.css' and 'slick-theme.css' as style files and it's mostly working. I can't see the arrows on either side of the image. Is their another file I should add to get the arrows?
I tried making an example, and it of course worked fine without manually adding the files. My best guess is that my program is multi dll so the WebServer isn't detecting that it needs to include the carousel files.
Also it would be nice if the template let you add links to the images. For now I've handled this with some hand code.
-
Hi Matthew,
I assume you turned on support for the Carousel on the WebServer, Scripts tab.
After that you will need to re-run the GZIPALL.BAT file.
Cheers
Bruce
-
Yes the script is turned on and Gzip has been run. As I said I got it working except for the arrow.