-1
votes
0answers
43 views

Is it possible to take a website template and import it into Umbraco? [closed]

Basically, I made a website that I'm not happy with and have been trying to replace it with a free website template (this one in particular: http://luiszuno.com/themes/zeni/index.html ). However, I'm ...
0
votes
1answer
60 views

XSLT For-Each Start a div that opens and closes around every 4th element

So I have a template that displays staff profiles. Like this: <div class="row"> <li></li> <li></li> <li></li> <li></li> </div> ...
2
votes
1answer
134 views

Umbraco 4.11.3 : Client side form upload (multipart/form-data) gives 404

I'm using umbraco with extensionless urls. I've inserted a simple piece of HTML in one of my masterpages (en/test) : <form method="post" enctype="multipart/form-data"> <input ...
1
vote
3answers
222 views

TinyMCE scrubbing HTML in Umbraco

I'm trying to use bootstrap's collapse functionality in Umbraco, but when I edit the HTML of a page in the rich text editor (TinyMCE), the data- attributes are scrubbed when I save the page so the ...
-8
votes
1answer
110 views

How to open a < p> after a h2 [closed]

When I put one in my content < h2 > it closes my < p > but it does not open at the end of < / h2>
0
votes
2answers
80 views

creating a template in umbraco where is the HTML?

Okay so i'm new to Umbraco, And i've created a template, and all i can see in the editor is this: <%@ Master Language="C#" MasterPageFile="~/umbraco/masterpages/default.master" ...
1
vote
1answer
205 views

umbraco richtext editor skip UI css

I am trying to use richtext editor from umbraco... and in html area I put something like <ui id="col"> <li>mycontent</li> </ui> Now when I try to save it... it skips my ...
0
votes
0answers
66 views

iFrame issue works on linux server not on windows

I've got a bit of an issue. I'm using an iFrame to frame a webpage I need. The code works fine when testing on a linux server, but when I add the iFrame to the Windows server running .NET it displays ...
2
votes
1answer
204 views

Inserting iFrame in Umbraco template

I'm trying to add a iFrame to a template using the Umbraco CMS. The problem I have is I can add the iFrame fine, with the width at 100% but cannot get the height to go to 100%. Basically i'm adding ...
0
votes
0answers
530 views

JQuery Lightbox plugin not appearing/working on my Umbraco Homepage

Ive made a website. http://www.innexdesign.co.uk. Anyway if you look at the website, on the homepage http://www.innexdesign.co.uk/index.html you'll notice some hover over words that appear black when ...
0
votes
1answer
555 views

Umbraco-Images not displaying from existing HTML markup

not sure if many of you have used Umbraco before, the .net based CMS. Anyway im trying to move my HTML/CSS site that i made in Dreamweaver over to Umbraco. The live site can be found at ...
1
vote
1answer
380 views

Setting Div Content to property of JSON Object results in html tags showing on screen

I have an umbraco macro that spits out the content of the page at http://cleanfeed.mysolutionuk.com/projects All works well, but when I try to set the content of a div to the property of the JSON ...
2
votes
4answers
345 views

@item.BodyText in not raw format in MVC3

When I am using @item.BodyText I am getting the raw html output - with html tags that are in it as strings. It looks like that: <p>State of Louisiana for state funded&nbsp; dispensing ...
0
votes
1answer
157 views

UMBRACO troubles - Ecommerce Integration

I am trying to add some form of ecommerce to our website www.lightfab.com I was going to simply insert the html tags for the paypal button that I had but the html editor clips the code and doesn't ...
0
votes
1answer
123 views

Inserting select tag in Umbraco?

I'm currently working on a project using Umbraco and the client has asked for a drop-down menu with the states and once selected the cities in that state will be displayed. When I'm in the text ...
1
vote
1answer
377 views

Umbraco TinyMCE editor - default anchor styling

Is there a way using the TinyMCE for Umbraco [Version 4.7] to keep the inline style element of an tag when it is changed in the editor. We cannot use CSS as the html generated in this instance is ...
1
vote
2answers
687 views

TinyMCE Html editor in Umbraco stopped working

The TinyMCE html editor has stopped showing up in my umbraco installtion. If clicked the html button opens new popup but the content is never loaded. Chrome gives me: Error 324 ...
1
vote
2answers
1k views

How to use ContentPlaceHolderId CMS (Umbraco)

I have a simple master template with HTML tags and I want to put a footer and header in it. For some reason it doesn't display both the header and footer at the same time. Am I using ...
0
votes
2answers
601 views

xslt tag in html property

I am using xslt in Umbraco. I want to get an image from the media folder as a background for a div I'm creating. My problem is I don`t know how to use both HTML and xslt in the same line (if I even ...
1
vote
2answers
353 views

Using xsl:if doesn't include closing tag

Trying to use the following code to insert a google ad inside of a blog roll <xsl:if test="position() = 3"> <object data="/frontpage_blogroll_center_top_728x90" width="735" ...
0
votes
1answer
223 views

problem with my menu

hi is andrea from rome I created a macro for my menu on the left and it is ok I would use the same macros for the menu to the right without creating another, help me, there can, What should I do? ...