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.
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.
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