NetTalk Central

Author Topic: On carousels  (Read 4541 times)

Matthew51

  • Full Member
  • ***
  • Posts: 152
    • View Profile
    • Email
On carousels
« 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.
Contractor with 10+ years of NetTalk experience looking for work.
www.linkedin.com/in/matthew-leavitt
BisWare.ca
Check out my free EasyTime Template

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: On carousels
« Reply #1 on: November 22, 2018, 11:05:11 PM »
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


Matthew51

  • Full Member
  • ***
  • Posts: 152
    • View Profile
    • Email
Re: On carousels
« Reply #2 on: November 23, 2018, 12:20:50 PM »
Yes the script is turned on and Gzip has been run.  As I said I got it working except for the arrow.
Contractor with 10+ years of NetTalk experience looking for work.
www.linkedin.com/in/matthew-leavitt
BisWare.ca
Check out my free EasyTime Template