DMXzone Bootstrap 3 Support Product Page

Under investigation

bootstrap components loaded twice

Reported 13 Mar 2016 18:37:25
1
has this problem
13 Mar 2016 18:37:25 Chuck Borrelli posted:
I am using bootstrap on a dreamweaver templat page. I am using dreamweaver cc 2015.1 on OS X


Whenever I make a change or update, I get TWO calls to bootstrap. For now; I load it into Text Wrangler to remove. If I remove it in Dreamweaver, it comes back when I save the page.
Sometimes when I edit a page based on the template I get a third call to Bootstrap.


See code below. ALL calls to bootstrap were entered by Dreamweaver, not me.

<link href="tci2015.css" rel="stylesheet" type="text/css">
[b]<link rel="stylesheet" type="text/css" href="bootstrap/3/css/bootstrap.css" />[/b]
<script type="text/javascript" src="ScriptLibrary/require.js"></script>
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
[b]<script type="text/javascript" src="bootstrap/3/js/bootstrap.js"></script>[/b]
<script type="text/javascript" src="ScriptLibrary/dmxBootstrap3Navigation.js"></script>
[b]<link rel="stylesheet" type="text/css" href="bootstrap/3/css/bootstrap.min.css" />[/b]

<script language="javascript" src="ScriptLibrary/jquery.validate.js"></script>
<link rel="stylesheet" type="text/css" href="Styles/dmxPageEditor.css" />
<script type="text/javascript" src="ScriptLibrary/dmxPageEditor.js"></script>
<script src='https://www.google.com/recaptcha/api.js'></script>
[b]<script type="text/javascript" src="bootstrap/3/js/bootstrap.min.js"></script>[/b]
<!--[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" />
<script type="text/javascript" src="dmx/dmx.core.js"></script>
<script type="text/javascript" src="dmx/widgets/Lightbox/dmx.lightbox.js"></script>

Replies

Replied 14 Mar 2016 08:45:54
14 Mar 2016 08:45:54 Teodor Kuduschiev replied:
Hello Chuck,
It appears your template page has some problem in the syntax. Please send me this page to so i can review its code.

Reply to this topic