• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
4

Bootstrap 5?

New Here ,
Aug 12, 2021 Aug 12, 2021

Copy link to clipboard

Copied

When will Bootstrap 5 be enabled in Dreamweaver?

Views

1.7K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Aug 29, 2023 Aug 29, 2023

In the interest of transparency, Dreamweaver is no  longer being developed.  It's merely being maintained.  No new features have been added since Fall 2020 (ver 21.x) except security & compatibility updates.

  • BOOTSTRAP:  Dreamweaver is stuck on version 4 which Bootstrap itself stopped supporting in early 2023. Users who need the latest stable release of Bootstrap 5 or higher must source it from the Bootstrap CDN and code manually.  The legacy Bootstrap code that DW inserts is NOT compatible wit
...

Votes

Translate

Translate
LEGEND ,
Aug 13, 2021 Aug 13, 2021

Copy link to clipboard

Copied

...let me think, about 2040, that's if youre lucky.

 

Its anyones guess. Adobe don't provide clear indications of when anything is going to be included. Dreamweaver is way behind the curve in relation to other editors and that's the truth, like it or not! Adobe wont admit it but Dreamweaver is NOT their priority and if it is they have shown very little intent over the past few years to convince anyone it is.

 

 

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 13, 2021 Aug 13, 2021

Copy link to clipboard

Copied

You don't need Adobe's permission to start using Bootstrap 5 or any other framework.  You can reference needed files from the official CDN or download them to your local site folder.   But to implement BS 5, you'll need to be familiar with the code changes.

https://getbootstrap.com/docs/5.0/migration/

 

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">


<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.min.js" integrity="sha384-cn7l7gDp0eyniUwwAZgrzD06kc/tftFf19TOAs2zVinnD/C7E91j9yyk5//jjpt/" crossorigin="anonymous"></script>


 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 13, 2021 Aug 13, 2021

Copy link to clipboard

Copied

I think that the OP probably mean in a palet interface, click and get the component and so on, as Bottstrap is currently implemented.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 13, 2021 Aug 13, 2021

Copy link to clipboard

Copied

As it was only released to final in May of this year it might be a couple of releases before the features are native in DW, but as others have stated, you can use Bootstrap 5 without DW today, just not the user interface components.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 29, 2023 Aug 29, 2023

Copy link to clipboard

Copied

I'm still waiting!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 29, 2023 Aug 29, 2023

Copy link to clipboard

Copied

quote

I'm still waiting!


By @MM-Webconsulting

If you think DW is in a better place or being more actively updated then when this post started you are wrong. It is in minimal maintenance mode only receiving essential updates. Your best bet is to use the examples above and include the bootstrap code on your pages to stay up to date with the latest versions.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 29, 2023 Aug 29, 2023

Copy link to clipboard

Copied

In the interest of transparency, Dreamweaver is no  longer being developed.  It's merely being maintained.  No new features have been added since Fall 2020 (ver 21.x) except security & compatibility updates.

  • BOOTSTRAP:  Dreamweaver is stuck on version 4 which Bootstrap itself stopped supporting in early 2023. Users who need the latest stable release of Bootstrap 5 or higher must source it from the Bootstrap CDN and code manually.  The legacy Bootstrap code that DW inserts is NOT compatible with version 5+.
  • PHP:  The current PHP version is 8.2.  Yet Dreamweaver only supports versions 5 or 7.  For modern servers running PHP 8 or higher, this falls short of necessity.  Full stop, use another tool like Microsoft's Visual Studio Code or JetBrains' PHPStorm. 
  • jQuery Core & jQuery UI:  The jQ scripts in Dreamweaver are outdated. You'll need to code manually and source the latest scripts (version 3.7 or higher) directly from jQuery's CDN.

 

Adobe abandoned Brackets, the code engine that DW CC is based on.  And while DW is still a capable editor for manual coders, it might not be appropriate for use in ALL situations.  Use it with eyes wide open and alongside other coding tools that are in ACTIVE development.

 

CODE EDITORS:
-- Codespaces (free, browser-based) - https://github.com/features/codespaces
-- Nova (Mac only, formerly called Coda) - https://nova.app/
-- Pinegrow - https://pinegrow.com/
-- Sublime Text - http://www.sublimetext.com/
-- Visual Studio Code (free) - https://code.visualstudio.com/
-- Wappler ~ Visual Web App Builder - https://wappler.io/

Hope that helps.

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 29, 2023 Aug 29, 2023

Copy link to clipboard

Copied

When will the latest Bootstrap version be supported by Dreamweaver?

Bootstrap version 5 has been around for over 2 years now!

bs.jpg

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 29, 2023 Aug 29, 2023

Copy link to clipboard

Copied

DW is in minimal maintenance mode and is only receiving essential updates to its core. No new features have been released. 4.4.x isn't even the latest in the 4.x build so I wouldn't hold my breath for version 5 support. If you really need to use the latest version, you will need to code the pages yourself in DW, but you will not have the UI features to drop elements on the page if that is what you are looking for.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Aug 29, 2023 Aug 29, 2023

Copy link to clipboard

Copied

Dreamweaver will never get Bootstrap 5 support. It's unfortunately dead in the water.

 

An excellent alternative is Pinegrow, which does fully support Bootstrap 5 and a huge library of components.

 

rayekelfin_0-1693333808193.png

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 29, 2023 Aug 29, 2023

Copy link to clipboard

Copied

This duplicate post has been merged with your original one on the same topic.

 

The answer is the same now as it was in 2021. 

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 29, 2024 May 29, 2024

Copy link to clipboard

Copied

Because Adobe has abandoned Dreamweaver, I will have to go to other software that is being pitched that is more up-to-date, better maintained and will use Bootstrap 5.3.  First Adobe abandons Muse, now Dreamweaver... what's the point? 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 29, 2024 May 29, 2024

Copy link to clipboard

Copied

LATEST

I left 6 years ago and never looked back.

 

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines