Skip to main content
Inspiring
May 1, 2017
Answered

Bootstrap component incompatibility

  • May 1, 2017
  • 2 replies
  • 2079 views

I'm getting an error "The component is not fully compatible with the current Bootstrap CSS/JS file (lower than V3.0)".

I've searched this forum and followed all the advice for possible solutions. Most of the previous posts with this exact topic are a couple years old.

I have cleared all preferences from exe. file, I'm in standard/live view for everything. DW17CC is up to date, running Windows 10. I get this error when trying to insert any Bootstrap component.

Site is saved and named to local folder.

Thank you in advance,

Laura

    This topic has been closed for replies.
    Correct answer lauram30608920

    Yes, DW is updated, I triple checked. I tried uninstalling and reinstalling to see if that did anything but it didn't.

    the version of Bootstrap in my CSS and JS files are exactly as you listed above.

    Not sure what the next step is. Thanks again for your time,

    Laura


    I found the solution with the help of Adobe Support via chat and a remote session. Turns out my computer name has a special character in it which is causing the issue. The tech created a new user without any characters and it worked flawlessly.

    Thank you all for the help!

    Laura

    2 replies

    Nancy OShea
    Community Expert
    Community Expert
    May 1, 2017

    By any chance do you have the Bootstrap extension from DMX Zone?  Disable it.  It's a conflict with the latest Bootstrap versions.

    Nancy

    Nancy O'Shea— Product User & Community Expert
    Legend
    May 1, 2017

    Have you tried linking to the newest version of Bootstrap css/js

    <!-- Latest compiled and minified CSS -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

    <!-- Latest compiled and minified JavaScript -->
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>

    Inspiring
    May 2, 2017

    I'm assuming I paste this in the head? I tried this and hit save all and got an error "encountered a sharing violation", also the same bootstrap incompatibility error.

    Nancy, I do not have the DMX Zone Extension.

    Thank you for the responses,

    Laura

    Nancy OShea
    Community Expert
    Community Expert
    May 2, 2017

    How many versions of Bootstrap and jQuery do you have in your document?  You only need one set.

    Bootstrap CSS 3.7

    jQuery latest

    Bootstrap JS 3.7

    Remove any others that may be appearing in the code.

    Save and Preview in a browser.

    Nancy

    Nancy O'Shea— Product User & Community Expert