Question

This question is in continuation of my previous question asked here

I can now see bootstrap3.master in my master page gallery. When i see my page it doesnt look like bootstrap theme is appled. I have also change references to bss files as below

enter image description here

Previously these links were pointing to catalogs folder. I would also be so much thankful if there is any document or steps which i can follow to create responsive site using bootstrap. The link here do not have any instruction for installation which is really bad.

Update1

I made changes as said by Dave Tansley in answer enter image description here

Also this is how my master page gallery looks but dont see any bootstrap related files like js and css

enter image description here

Was it helpful?

Solution

Couple of things to check:

  • Are your JavaScript files actually getting deployed to the file system? Is your "Layouts" folder in your VS solution actually a "Mapped" folder? If not, they won't get copied (https://msdn.microsoft.com/en-us/library/ee231521.aspx). You can check if they're there, simply by browsing to the location on the filesystem, somewhere like:

    C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15

  • Are your paths right? If you're using SharePoint 2013, you'll need an extra "15" in there. Do you also need an initial "/"? For example:

    <script src="/_layouts/15/SharePointProject4/js/blah.js"></script>

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top