DMXzone Nivo Slider Support Product Page
Combining Nivo with HTML Editor Add-on...
Asked 04 Mar 2013 20:10:38
1
has this question
04 Mar 2013 20:10:38 Tim Dittmer posted:
Creating the Nivo slider on its own is pretty straight forward but for some reason I cannot figure out how to combine it with the Page Editor Add-On.I followed your tutorial: www.dmxzone.com/go/19155/using-dmxzone-nivo-slider-with-online-page-editor/
At 28 seconds into the video you are specifying "edit" as the Editable Region ID but I am missing the part how you got this ID name in the first place. Is this a blank Div you assigned the ID "edit" to? (I tried it with a blank Div with the ID "edit". After I log in and click the Nivo icon in the editor I can upload images but after saving, everything is blank)
Thanks
Replies
Replied 05 Mar 2013 07:56:23
05 Mar 2013 07:56:23 Vulcho Vulev replied:
Hello Tim.
Probably the code sequence of the scripts is not correct.
Switch to "code view" your DW and locate the following line of code between your <head></head> tags:
Make sure that the line of code is written above any other *.js files and especially :
Regards:Vulcho.
Probably the code sequence of the scripts is not correct.
Switch to "code view" your DW and locate the following line of code between your <head></head> tags:
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
Make sure that the line of code is written above any other *.js files and especially :
<script type="text/javascript" src="ScriptLibrary/jquery.nivo.slider.pack.js"></script>
Regards:Vulcho.