sitefinitydcx/SF-BOILERPLATED

unable to edit Bootstrap pageTemplate

Closed this issue · 5 comments

Hi Jochem

This is my first time using Sitefinity and we really need to get Bootstarp working.

I have downloaded and followed the instructions for the Bootstrap installation from the readme, but when i get to the the step where I want to modify the template on the template editor screen or even if I create a new page based on the Bootrap master page , the main toolbar at the top just shows loading for ever (screenshot attached) . I am therefore unable to modify or save the template or the page

Am I missing something?

p.s. I'm using Sitefinity 6.0.4210.0 professional

bootstrap

I don't know whether this has anything to do with it, but If I compare the Boilerplate master with the Bootstrap master , the boiler plate contains this line in the head section: sf:javascriptembedcontrol id="script1" runat="server" scriptembedposition="InPlace" url="/sfv604100/Sitefinity/WebsiteTemplates/Boilerplate/JS/script.top.min.js" "

but the Bootstrap master doesn't contain any reference to the script.top js file

No you're correct, there is no script.top.min.js in the Bootstrap Master. You can still add a script in the section if you'd like but since we're using a CompositeScript instead of the regular telerik:RadScriptManager you can also add scripts there.

Why do you use this in the url? sfv604100 and not exclude that?

Hey Caleb,

That got left in by mistake, I ran the local boilerplate from a sub folder.
I'll update this shortly.

Hey Caleb,
I've fixed the ~/sfv604100 reference and updated to the latest Boilerplate 4.3 version.