Strange behavior "Awesome Font"

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Oct 17, 2013 9:33 am
Reply with quote
Report this post
Please help me to understand.
There are two cases of strange behavior "Awesome Font".

1. I use the built-in editor to edit K2.Item article in HTML. As a result, an editor removes all empty tags: "<i class="icon-CLASS_NAME"> </ i>". The editor leave the tag if it is not empty. At the same time replaces the tag "i" to a tag "me". How to turn off such tag remove and tag replacement?

2. Since it is impossible to add tags "<i class="icon-CLASS_NAME"> </ i>" through the editor (see point 1), then I added them directly to a database table. However, when you view the page in front of the list items are displayed tick "v". I used the following code:
<div class="demo-typo-col4">
<ul class="the-icons">
<li><i class="icon-hand-down"></i> icon-hand-down</li>
<li><i class="icon-hand-left"></i> icon-hand-left</li>
<li><i class="icon-hand-right"></i> icon-hand-right</li>
<li><i class="icon-hand-up"></i> icon-hand-up</li>
<li><i class="icon-circle"></i> icon-circle</li>
<li><i class="icon-circle-blank"></i> icon-circle-blank</li>
</ul>
</div>
How do I make lists such as the on website "http://demo.gavick.com/joomla25/creativity/index.php/typography" (Without check marks "v")?
User avatar
Fresh Boarder

GK User
Thu Oct 17, 2013 9:39 am
Reply with quote
Report this post
This is problem with your Joomla! filtering settings or your editor issue. Firstly please open editor plugin configuration and make sure that 'i' tag is not on the blacklist or some ption to clean up HTML code is not enabled. Then please go to Joomla! filtering options and disable text filters >> http://docs.joomla.org/Help31:Site_Global_Configuration#Text_Filters
User avatar
Platinum Boarder

GK User
Thu Oct 17, 2013 1:35 pm
Reply with quote
Report this post
Thanks! The first problem I managed. It was necessary in the plugin "Editor - TinyMCE" in the "Basic options" - "Extended Valid Elements" specify the value of "i [class]".

How to solve the second problem? How to remove check marks? If you enter the code shown in the above, then I get the list with check marks (see attachment).
User avatar
Fresh Boarder

GK User
Fri Oct 18, 2013 9:30 am
Reply with quote
Report this post
If you use unordered list the every li have default styling. You can rest this but it will affect to whole site. Please show me your site, especially this page from screen, then I'll provide you proper code.
User avatar
Platinum Boarder


cron