DMXzone Bootstrap 3 Navigation Support Product Page

Solved

Cannot see in Design View

Reported 26 May 2014 23:49:31
1
has this problem
26 May 2014 23:49:31 Bart Garner posted:
When I insert the navigation, I cannot see it in Design view of Dreamweaver CS6. I can see it in Source Code view and it appears to be working, but I cannot see it in Design view.

Replies

Replied 27 May 2014 08:00:28
27 May 2014 08:00:28 Teodor Kuduschiev replied:
Hi Bart,
Could you please provide a link to the page that is not being rendered well in design view so i can check the source code?
Replied 27 May 2014 11:23:10
27 May 2014 11:23:10 Bart Garner replied:
beta.ntechwebs.com/bootstrap.php
renders fine int he browser, just not Dreamweaver
Replied 27 May 2014 11:44:34
27 May 2014 11:44:34 Teodor Kuduschiev replied:
Hello Bart, please update your Bootstrap 3 extension to the latest version.
Replied 27 May 2014 19:13:00
27 May 2014 19:13:00 Bart Garner replied:
Makes no difference.
If I add NAV, I can see it. If I add NAVBAR, I cannot. I can see it in Code View and the browser, but not Design View. It does appear in Live View.
Replied 28 May 2014 09:19:04
28 May 2014 09:19:04 Teodor Kuduschiev replied:
Hi Bart,
The css and js files of the bootstrap you are using are still an old version: Bootstrap v3.0.3 should be Bootstrap v3.1.1
Please update them:

<link rel="stylesheet" type="text/css" href="bootstrap/3/css/bootstrap.css" />
...
<script type="text/javascript" src="bootstrap/3/js/bootstrap.js"></script>

Replied 28 May 2014 12:03:53
28 May 2014 12:03:53 Bart Garner replied:
Thanks. That resolved it.

Reply to this topic