DMXzone Bootstrap 3 Support Product Page

Under investigation

Dreamweaver CC 2017

Reported 07 Nov 2016 12:32:31
1
has this problem
07 Nov 2016 12:32:31 Greta Garberini posted:
I created a very simple page from scratch and did nothing else but adding dmxzone bootstrap 3 to it. Now, if I want to save it I get this annoying message "Making this change would require changing code that is locked by a template or translator. The change will be discarded."

Is there something needed to get rid of this message? It seems that from now on every page with dmx Bootstrap throws this error ...

Replies

Replied 07 Nov 2016 12:51:36
07 Nov 2016 12:51:36 Teodor Kuduschiev replied:
Hello,
There are no any known issues with Bootstrap 3 and CC2017. Please provide a link to a page where this happens, also please provide the steps to reproduce this issue.
Replied 07 Nov 2016 13:01:39
07 Nov 2016 13:01:39 Greta Garberini replied:
Hi, this happens on our developer's internal server which is in use for many, many months and worked without this issue. Here are the steps:
  • created a new .php file
  • clicked on "Add Bootstrap 3 on this page" at Bootstrap Grid Tab
  • Saved it


This is the code it created:

<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="../bootstrap/3/css/bootstrap.min.css" />
<script type="text/javascript" src="../ScriptLibrary/jquery-latest.pack.js"></script>
</head>

<body>
</body>
</html>

Replied 07 Nov 2016 13:10:00
07 Nov 2016 13:10:00 Teodor Kuduschiev replied:
The only reason that this error might appear here is that the files do not exist here:
../bootstrap/3/css/bootstrap.min.css
../ScriptLibrary/jquery-latest.pack.js

Please check this location (a level upper than your page?)

Reply to this topic