sitefinitydcx / SF-BOILERPLATED

A Telerik Sitefinity CMS compatible port of popular frameworks as HTML5Boilerplate and Twitter Bootstrap
31 stars 15 forks source link

unable to edit Bootstrap pageTemplate #2

Closed Marshy101 closed 11 years ago

Marshy101 commented 11 years ago

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

Marshy101 commented 11 years ago

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

sitefinitydcx commented 11 years ago

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.

CalebKester commented 11 years ago

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

sitefinitydcx commented 11 years ago

Hey Caleb,

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

sitefinitydcx commented 11 years ago

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