Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • dozza Friend
    #149230

    Why have you changed the way you implement styled unordered lists?

    Before, all you had to do was add the class (arrow, checklist, star etc) to the enclosing unordered list, but now I have to add the bold code to each list item as well. See below…

    <li><span class="icon"> </span>My List Item</li>

    … to get them working.

    This is extra work for me/clients. Is there an easy way to add such styles to the whole list at once, or do i have to add this to each <li> ? I usually use JCE editor by the way?

    Anonymous Moderator
    #335281

    Hi dozza

    I am sorry but i don’t fully understand your question.

    Could you let me know in detail?

    dozza Friend
    #338327

    JA Dev

    Let me explain….

    In previous templates I’ve used from Joomart, to apply a class style to a <ul>, all I had to do was add the class to the <ul> as below.

    <ul class="arrow">
    <li>List item 1</li>
    <li>List item 2</li>
    <li>List item 3</li>
    <li>List item 4</li></ul>

    However, with JA Kyanite, I can only get the style to display if I also add the additional html code to each <li> list item as below…

    <ul class="arrow">
    <li><span class="icon"> </span>List item 1</li>
    <li><span class="icon"> </span>List item 2</li>
    <li><span class="icon"> </span>List item 3</li>
    <li><span class="icon"> </span>List item 4</li>
    </ul>

    This is as described in the Typography page on the demo site. I was wondering why this new method has been introduced as it takes the user/publisher longer to implement. Can you suggest a quick way to implement if im using JCE editor?

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

This topic contains 3 replies, has 2 voices, and was last updated by  dozza 14 years, 7 months ago.

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