I don't think you need the whole bootstrap library since the only thing you need is the class Html5StandardRenderer which can be found in the codeplex source.
Also, I think this might be related to Client Dependency not parsing / merging properly the style sheets. Which version are you using?
You might consider to upgrade to version 1.4 and do as Vicent did here. Hope it helps.
Thanks for your reply. I'm using uBootstrap 1.0.4 . The Umbraco version of my site is 4.7.2
I will try your suggestion to only use the Html5StandardRenderer class. So I guess I have to compile this class in a web application project and then put the .dll in the bin folder of my Umbraco website?
Yes, that's right. You need to get the csharp class and add it to your project. You might also want to update the namespace so it matches yours.
Regarding the version, I was talking about the Client Dependency version, which I believe it is 1.0.2.37148 but you might want to Upgrade it to version 1.4 . I believe that it is planned to be upgraded anyway for version 4.8 as you can see on http://umbraco.codeplex.com/workitem/30684.
layout scrambled after implementing CdLoader.cshtml
Hi,
I implemented the Client Depencency Framework using the CdLoader macro and ubootstrap.dll from the uBootstrap package:
<umbraco:Macro CssPaths="style.css|flexslider-1.4.css" JsPaths="" IncludeDefaultPaths="true" Alias="CdLoader" runat="server"></umbraco:Macro>
For some reason however the left column of my homepage is pushed to the bottom of the page:
homepage before implementing Client Depency Framework:
Layout homepage after implementing the Client Depency Framework:
Anyone has an idea what's causing this problem?
Thanks for your help,
Anthony
Hi Anthony,
I don't think you need the whole bootstrap library since the only thing you need is the class Html5StandardRenderer which can be found in the codeplex source.
Also, I think this might be related to Client Dependency not parsing / merging properly the style sheets. Which version are you using?
You might consider to upgrade to version 1.4 and do as Vicent did here. Hope it helps.
Jorge
Hi Jorge,
Thanks for your reply. I'm using uBootstrap 1.0.4 . The Umbraco version of my site is 4.7.2
I will try your suggestion to only use the Html5StandardRenderer class. So I guess I have to compile this class in a web application project and then put the .dll in the bin folder of my Umbraco website?
greetings,
Anthony
Yes, that's right. You need to get the csharp class and add it to your project. You might also want to update the namespace so it matches yours.
Regarding the version, I was talking about the Client Dependency version, which I believe it is 1.0.2.37148 but you might want to Upgrade it to version 1.4 . I believe that it is planned to be upgraded anyway for version 4.8 as you can see on http://umbraco.codeplex.com/workitem/30684.
Cheers,
Jorge
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.