Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Nivo Silder not working


Go to End


970 Views

Avatar
skumar

Community Member, 1 Post

10 January 2015 at 8:34pm

Edited: 10/01/2015 10:36pm

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.