DMXzone Nivo Slider Support Product Page

Answered

CSS and script links are being written over when opening a file

Asked 28 Jul 2014 22:08:12
1
has this question
28 Jul 2014 22:08:12 Bud Miller posted:
I have created a web page with nivo slider and some other jquery content. When I open the file in dreamweaver these links
<link rel="stylesheet" type="text/css" href="css/nivo-slider.css" />
<script type="text/javascript" src="scripts/jquery-latest.pack.js"></script>
<script type="text/javascript" src="scripts/jquery.nivo.slider.pack.js"></script> are immediately rewritten as
<link rel="stylesheet" type="text/css" href="../Styles/nivo-slider.css" />
<script type="text/javascript" src="../ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="../ScriptLibrary/jquery.nivo.slider.pack.js"></script>
In other words, the links are being changed to folders that no longer exist and are up a level n the folder hierarchy.
What can I do to prevent this?
DW CS6, OSX Mavericks

Replies

Replied 29 Jul 2014 07:00:51
29 Jul 2014 07:00:51 Teodor Kuduschiev replied:
Hello Bud,
Was this site created using the DMXzone Nivo Slider Extension?
Replied 30 Jul 2014 20:51:31
30 Jul 2014 20:51:31 Bud Miller replied:
Yes it was. Extension is version 2.0.0.
Replied 30 Jul 2014 20:57:28
30 Jul 2014 20:57:28 Bud Miller replied:
I just reopened the file again and upon opening a window opened titled Copy Dependent Files. It wants to recreate a Styles folder, a ScriptLibrary folder, a css file and two js files. Upon closing that window, it has once again changed the links in the head area.
Replied 31 Jul 2014 05:22:44
31 Jul 2014 05:22:44 Teodor Kuduschiev replied:
Hello Bud,
This is how the extension is supposed to work. These folders need to be create and the files should be in there - that is how all of our extensions work.
Replied 04 Aug 2014 20:13:40
04 Aug 2014 20:13:40 Bud Miller replied:
But it should not recreate those folders and files every time the html file is opened in Dreamweaver. That is what it's doing now. It is also modifying the html file with new links to those files. Please see my initial post.

Reply to this topic