Helllo friends,
I have installed Nivo Slider module (https://github.com/micmania1/silverstripe-nivoslider) in my project but it's not working . It doesn't show any image.
While looking into the console of my browser i have noticed the following error
In Firefox :
SyntaxError: syntax error
startSlide: ,
In Chrome :
Uncaught SyntaxError: Unexpected token ,
http://ss-site.domain.com/silverstripe-nivoslider/javascript/jquery.min.map 404 (Not Found)
i followed all the steps as they are described in module Docs.
1) uploaded module on server "silverstripe-nivoslider" and then ran www.domain.com/dev/build/?flush=1
2) configure the config.yml file by adding this
Only:
classexists: 'NivoSlider'
classexists: 'HomePage'
HomePage:
extensions:
- 'NivoSliderSiteTreeExtension'
NivoSlider:
extensions:
- 'SiteTreeNivoSliderExtension'
3) $NivoSlider to my template file templates/Layout/HomePage.ss
Apart from this drag and drop functionality is not working in cms.
I hope some one will be able to help me ..
Thanks.