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

bootstrap 4.2.1 snippets missing

Explorer ,
Apr 20, 2019 Apr 20, 2019

Beginner here. Just started using dreamweaver and am creating my first site. Not sure what happened but I can no longer see the 4.2.1 snippets and when I try to insert one it tells me its not compatible. Can someone tell me how I can restore the snippets? Or should I start using 4.3.1 and if so - what do I need to do to make what I created so far compatible.

Using a Mac and Dreamweaver 19.1

thanks.

1.2K
Translate
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 , Apr 21, 2019 Apr 21, 2019

There is not much of a difference between the two versions. In my opinion, it is safe to use the latest version without any input from you.

Translate
Community Expert ,
Apr 21, 2019 Apr 21, 2019

There is not much of a difference between the two versions. In my opinion, it is safe to use the latest version without any input from you.

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
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 ,
Apr 21, 2019 Apr 21, 2019

Thanks Ben. Is there anything I need to do to convert my existing CSS file to 4.3.1?

Translate
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 ,
Apr 21, 2019 Apr 21, 2019

You'll find the latest Bootstrap on StackPath.

https://www.bootstrapcdn.com/

Or use CSS & JS files hosted on the CDN.

<!--Bootstrap CSS-->

<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

<!--Bootstrap JS-->

<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js" integrity="sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o" crossorigin="anonymous"></script>

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
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 ,
Apr 21, 2019 Apr 21, 2019
LATEST

As Nancy OShea​ has said, just update the support files and all is well.

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
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
LEGEND ,
Apr 21, 2019 Apr 21, 2019

desireeh68711614  wrote

Beginner here. Just started using dreamweaver and am creating my first site. Not sure what happened but I can no longer see the 4.2.1 snippets and when I try to insert one it tells me its not compatible. Can someone tell me how I can restore the snippets? Or should I start using 4.3.1 and if so - what do I need to do to make what I created so far compatible.

Using a Mac and Dreamweaver 19.1

thanks.

Think of it as an omen. Someone is trying to telling you its not a good idea.

Translate
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 ,
Apr 21, 2019 Apr 21, 2019

I agree with Ben.  If  using Bootstrap 4, you can safely mix the incremental dot releases from the same version  such as 4.1 with 4.2 etc...   But you must not mix  major versions like 2 or 3  with 4.   The classes and markup code are not interchangeable.

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
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