Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Editiable region automatically removing html tags View modes: 
User avatar
Member
Member
wukimus-hotmail - 11/11/2013 3:13:37 PM
   
Editiable region automatically removing html tags
Hi All,

Here is the problem. The wysiwg editor is removing tags like below

<i class="icon-circle-arrow-right icon-white"></i>

however it doesnt remove this

<i class="icon-circle-arrow-right icon-white">test</i>

I tried site manger > settings > system > output filter and exclude the websites from all the filters. But that did not solve the problem.

Any Ideas?

Thanks

User avatar
Member
Member
wukimus-hotmail - 11/12/2013 12:47:10 PM
   
RE:Editiable region automatically removing html tags
Anyone!!!!

User avatar
Kentico Customer Success
Kentico Customer Success
kentico_martind2 - 11/18/2013 4:54:22 AM
   
RE:Editiable region automatically removing html tags
Hello,

Please be patient, if you are willing to receive an answer in a shorter time, you have to pay for the maintenance and you will be able to contact support diractly. Forums are free and we don't guarantee any timely response. You can see this information at the beginning.
Sending multiple messages etc. will not make it faster. Thank you for understanding.

And the reason why the tags are removed is that they are empty.

Best regards,
Martin Danko

User avatar
Member
Member
wukimus-hotmail - 11/19/2013 1:28:12 PM
   
RE:Editiable region automatically removing html tags
@kentico_martind2

Is it possible to change this behaviour and tell kentico not to remove empty tags?

User avatar
Kentico Legend
Kentico Legend
Accepted solutionAccepted solution
Brenden Kehren - 11/13/2013 11:09:00 AM
   
RE:Editiable region automatically removing html tags
Just grabbing at straws here as I don't know the ins and outs of the CKEDITOR but you can see the configuration files in \CMSAdminControls\CKeditor\ directory. You might find some answers there.

Question though, how would an end user know what HTML tags and classes to put in an editable text webpart? Wouldn't those be part of the design or template or transformation?

User avatar
Member
Member
wukimus-hotmail - 11/19/2013 1:22:35 PM
   
RE:Editiable region automatically removing html tags
Basically I have implemented a style guide for the site so authors can views these pages and see bootstrap examples and such