Magicianred / MultipleSlickAccessibleSlideshow

Manage more than one Slideshow
2 stars 1 forks source link

Using SlickAccessibleSlideShow in SharePoint online External Portal #1

Open Mghannaj opened 9 years ago

Mghannaj commented 9 years ago

Hi Guys,

I am using this SlickSlideShow in my SharePoint Portal, to show news in it with some specific updates on the design only. I am getting the news images and headlines dynamically from a SharePoint list using spservices.

the code is working fine locally on .html but it is not working when I upload it to the SharePoint online. after debugging the code on the web browser i found out the code line " var slides = $('.slide');" is undefined. it is not assigning the value of the css class ".slides".

if you guys want me to upload some of my code I can do that.

Thank you

Magicianred commented 9 years ago

In 'var slide_class = "slide";' you should put the name of single slide classname. Please show me your html, so I can say you what is the right classname for your html.

Enjoy your code!