DMXzone Nivo Slider Support Product Page

Answered

I can't seem to get Nivo working with the online page editor.

Asked 05 Jun 2012 10:31:49
1
has this question
05 Jun 2012 10:31:49 David Casey posted:
I can select all the option, insert the images and click save but nothing happens. i get a static image on the page. Example here: www.caseygfx.com.au/basic_cms/ Any reason it won't work? I'm using v 1.2.0

Replies

Replied 05 Jun 2012 11:47:57
05 Jun 2012 11:47:57 Vulcho Vulev replied:
Hello David.

Can you please edit the following lines of code:
</style>
<link rel="stylesheet" type="text/css" href="Styles/dmxPageEditor.css" />
<link rel="stylesheet" type="text/css" href="ScriptLibrary/dmxEditor/iconsets/colorful_32/colorful_32.css" />
<link rel="stylesheet" type="text/css" href="styles/dmxEditor/office/office.css" />
<script type="text/javascript" src="ScriptLibrary/jquery.nivo.slider.pack.js"></script>
<!--[if IE]><script type="text/javascript" src="dmx/lib/excanvas-compressed.js"></script><![endif]-->
<link rel="stylesheet" type="text/css" href="dmx/widgets/Lightbox/styles/default/style.css" />
<link rel="stylesheet" type="text/css" href="ScriptLibrary/dmxEditor/iconsets/modern/modern.css" />
<link rel="stylesheet" type="text/css" href="Styles/nivo-slider.css" />
<link rel="stylesheet" type="text/css" href="Styles/nivoSlider/cold/cold.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/require.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxPageEditor.js"></script>
<script type="text/javascript">


To become:

</style>
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<link rel="stylesheet" type="text/css" href="Styles/dmxPageEditor.css" />
<link rel="stylesheet" type="text/css" href="ScriptLibrary/dmxEditor/iconsets/colorful_32/colorful_32.css" />
<link rel="stylesheet" type="text/css" href="styles/dmxEditor/office/office.css" />
<script type="text/javascript" src="ScriptLibrary/jquery.nivo.slider.pack.js"></script>
<!--[if IE]><script type="text/javascript" src="dmx/lib/excanvas-compressed.js"></script><![endif]-->
<link rel="stylesheet" type="text/css" href="dmx/widgets/Lightbox/styles/default/style.css" />
<link rel="stylesheet" type="text/css" href="ScriptLibrary/dmxEditor/iconsets/modern/modern.css" />
<link rel="stylesheet" type="text/css" href="Styles/nivo-slider.css" />
<link rel="stylesheet" type="text/css" href="Styles/nivoSlider/cold/cold.css" />
<script type="text/javascript" src="ScriptLibrary/require.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxPageEditor.js"></script>
<script type="text/javascript">


Also please edit your code because i far as i can see you have divs that overlay and hide the nivoslider.

Regards:Vulcho.
Replied 05 Jun 2012 12:55:45
05 Jun 2012 12:55:45 David Casey replied:
Fantastic - Thank you for your help!

Reply to this topic