DMXzone Bootstrap Support Product Page

Solved

bootstrap folder

Reported 30 May 2013 08:05:42
2
have this problem
30 May 2013 08:05:42 tony dolce posted:
Hi all,
it seems that the free bootstrap extension creates a subfolder named bootstrap under my website root folder.
So you get:
/index.html
/bootstratp/css/
/bootstratp/ico/
/bootstratp/img/
/bootstratp/js/

But this scenario doesn't work once you save the file.
It seems a link to folders problem.
In fact, once I move all bootstrap subfolders to root (allowing link updating) it works.
Here is my working folder structure:
/index.html
/css/
/ico/
/img/
/js/

But once I create a new file I'll get that bootstrap folder again...

Is there a way to fix this?

Apart from that, thanks for this extension. I was searching something similar.
TIA

tony

Replies

Replied 30 May 2013 08:47:52
30 May 2013 08:47:52 Teodor Kuduschiev replied:
Hello tony,
Can you please explain the issue a little more detailed?
The extension is supposed to work this way:
- It should create a bootstrap folder with the subfolders inside in your root
- It should link to the css files in this folder/subfolders.
Replied 30 May 2013 09:10:49
30 May 2013 09:10:49 tony dolce replied:
Hi Teodor,
Here are the step to reproduce my problem:
  • create a new document bootstrap (bootstrap starter template, for example)
  • the page seems to look correctly (black background under the project name placeholder and menu text)
  • save the page with a new name; the copy dependent file will appear. The dialog show all files to copy on the root:
  • css/bootstrap-responsive.css
  • ico/apple...
  • ico/...
  • js/bootstrap.min.js
  • IMPORTANT: the copy file to field (read-only; I cannot change it) shows: d:\www\bootstrap_sitetest\bootstrap\
  • click 'copy file' button
  • Dreamweaver displays the saved page without any styling (no black bar on top and the two div container appear one on top of the other. The css/js links in the source code seems ok, but the page is not rendered in any way. I ulpoaded the whole site on the server but the result is a basic page with two divs, one on top of the other.


  • To fix this for this page only I move the css/ico/js folder on the root of the site (out of the bootstrap folder) and allowing the link update.
    After all this the page looks correctly in dreamweaver and on server.
    HTH

    tony
    Replied 06 Jun 2013 08:22:25
    06 Jun 2013 08:22:25 tony dolce replied:
    Hi Teodor,
    "Giving Website" has found a workaround:
    just correct this line:

    from:

    <link href="file:///C|/Users/slogan/AppData/Roaming/Adobe/Dreamweaver CS6/it_IT/Configuration/Third Party Source Code/bootstrap/css/bootstrap.css" rel="stylesheet">


    to

    <link href="file:///C|/Users/slogan/AppData/Roaming/Adobe/Dreamweaver%20CS6/it_IT/Configuration/Third%20Party%20Source%20Code/bootstrap/css/bootstrap.css" rel="stylesheet">


    ...and you get the extension fully work.

    It should be easy to fix in the extension.

    Ciao

    tony
    Replied 06 Jun 2013 08:39:27
    06 Jun 2013 08:39:27 Teodor Kuduschiev replied:
    Hello Tony,
    Thanks for the feedback!
    We are going to release an updated version on wednesday.
    Replied 12 Jun 2013 15:41:52
    12 Jun 2013 15:41:52 Lubov Cholakova replied:
    Hey guys,
    DMXzone Bootstrap 1.0.1 is already available for download. Note that we set a minimum requirement of Dreamweaver 5,5!
    What's new:
    NEW: Fully rendering the Twitter Bootstrap icons from Glyphicons in Dreamweaver Design View!
    NEW: Full support for DMXzone Bootstrap Elements extension!
    Fixed Bootstrap dependent files copy on clean Dreamweaver installations
    Fixed Starter pages not copying the main bootstrap.css file
    Set minimum requirement to DW CS5.5

    Reply to this topic