Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • robgib0 Friend
    #185614

    anyone tell me where these are stored??

    introducing-icon 1 is the file

    i can see the code
    <div class="block-img"><em class="introducing-icon1"> </em></div>

    but cant see where the files are stored?

    also three portfolio modules??? why ?

    Ninja Lead Moderator
    #485785

    Here you are

    Open templates/ja_onepage/css/template.css file

    .introducing .block-img i {
    background-image: url(../images/intro-icons.png);
    background-repeat: no-repeat;
    display: block;
    height: 120px;
    margin: 0 auto;
    text-indent: -999em;
    width: 120px;
    }

    With icon image: templates/ja_onepage/images/intro-icons.png


    1. intro-icons
    K Schneider Friend
    #486916

    Hi,

    The Joomla editors are cleaning up the code. TinyMCE and JCE also.
    <i class=”introducing-icon1″> </i>

    to
    <em class=”introducing-icon1″> </em>

    What is the best solution for this! And why using <i> instead of <span> in your sample code.

    or
    <p><i class=”introducing-icon1″> </i></p>

    then its not cleaned up

    kanenses Friend
    #486926

    You can use also the joomlackeditor with SourceView Active (desactive typography on extension -> Plugin -> Joomlackeditor)
    Use as normal:

    <i class="introducing-icon1"> </i>

    For three(Four I thing) only need use on the Default QuickStart Package, ID – 99.

    aburridge Friend
    #487557

    <em>@ocean12 365044 wrote:</em><blockquote>The Joomla editors are cleaning up the code. TinyMCE and JCE also.
    </blockquote>

    If you are using JCE, go to Global Settings and disable the HTML clean up. That will allow you to replace the <em> with <i>.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 5 voices, and was last updated by  aburridge 11 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum