Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • hbf1000 Friend
    #186632

    Hi, I read several posts, on the web and here at Joomlart, but none seem to fix my issue.

    On J 2.5 with Purity II as template, I need to use some typo, especially the arrow. I insert the following code:

    <ul class=”arrow”><li><span class=”icon”> </span>List’s content goes here!</li></ul>

    But when hit Update button on HTML editor, the span is removed. I am using TinyEditor.

    I tried to change settings on Global Seetings / Text Filters -> Super User to Black List and no filtering, but nothing changes.

    Does someone has a solution for that? I am editing lots of articles, so, turning editor on and off will be a mass for me.

    Tks.

    Ninja Lead Moderator
    #489519

    You can fix it this way

    Go to Extensions->Plug-ins >Click on Editor – TinyMCE 2.0

    Set the following:

    After save it will change

    from


    <ul class="arrow"><li><span class="icon"> </span>List's content goes here!</li></ul>

    change to


    <ul class="arrow">
    <li><span> </span>List's content goes here!</li>
    </ul>

    Hope this way can help you solve the problem


    1. tiny_config
    hbf1000 Friend
    #489546

    Hi Ninja Lead, tks for the reply.

    I did as you suggested and the system behaved as you said. Although, without the class=”icon” inside the span tag, the “arrow” is not displayed in frontend.

    Any ideas ?

    Ninja Lead Moderator
    #489696

    🙂 You can try it again with this format: span

    Let me know the result


    1. Config_Extensions
    hbf1000 Friend
    #489940

    Hi Ninja Lead, now the class is not being removed, but, still no icons on front end.
    Tks
    Herbert

    Ninja Lead Moderator
    #489983

    Did you make css style <span class=”icon”> ?

    I’m not quite sure what css customizations you have done in your site.

    It would be awesome if you can include a screenshot and add description of what you would like to do and also share the url of your site. Otherwise, it’s like solving a puzzle without clue.

    hbf1000 Friend
    #490029

    Hi Ninja,
    the URL is: http://www.zerico.com.br/empreendedorismo/administracao/9-socios-vantagens-desvantagens-pontos-de-atencao-e-sugestoes.html

    Search for source code:
    <ul class=”arrow”>
    <li><span class=”icon”> </span>List’s content goes here!</li>
    </ul>

    As you see, although the source is fine, the arrow is not displayed.

    Tks

    Ninja Lead Moderator
    #490172

    Do you define arrow class in the css file?

    I tried to find arrow class on all css file of JA Purity_ii Template, i could not
    You need to add arrow class into this path: templates/ja_purity_ii/css/template.css

    Remember to clear cache from Admin area

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

This topic contains 8 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 7 months ago.

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