Hello, I've made a subtheme of bootstrap 7.38 and I'm using the CDN version, in the sub-theme I've selected bootstrap 3.3.5 from jsDelivr.

The problem is that from Italy the subtheme ( and also the original base theme ) loads two different version of bootstrap :

  1. http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootst...
  2. http://cdn.jsdelivr.net/bootstrap/3.3.5/css/bootstrap.css

Sometimes the site loads only the 3.3.5, sometimes loads both versions and I start to see the site messed up.

One friend from Canada sees the site correctly, and in the source code sees only bootstrap version 3.3.5.

Comments

Skin created an issue. See original summary.

markhalliwell’s picture

Status: Active » Closed (cannot reproduce)

I have no idea. I have never seen that. The only thing I can imagine that is happening is that there's two sources being loaded. One appears to be from the subtheme (jsdelivr), but the other (cloudflare) seems like it may be hardcoded somewhere?