test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • houghtonpw Friend
    #134215

    How do I use the ‘unordered list’ options for bullet points?
    I see them under ‘typography’ in the demo but don’t know how to use them.
    Any help please?
    🙂


    1. list
    alpa JA JobBoard
    #275425

    Hi houghtonpw

    Just add a class=’checklist’ or class=’arrow’ etc inside your ul tag. This is done easily in html view.

    for exaple

    <ul class=arrow>

    <li> </li>
    .
    .
    .

    <ul/>

    The option for ja_mesolite are the following:

    /* Check list */
    ul.checklist {
    list-style: none;
    }

    ul.checklist li {
    background: url(../images/icon-checklist.gif) no-repeat 0 4px !important;
    margin-left: 15px !important;
    padding: 0 0 0 20px !important;
    }

    /* Check list (star) */
    ul.stars {
    list-style: none;
    }

    ul.stars li {
    background: url(../images/icon-star.gif) no-repeat 0 5px;
    margin-left: 15px;
    padding: 0 0 0 20px;
    }

    /* List arrow */
    ul.arrow {
    list-style: none;
    }

    ul.arrow li {
    background: url(../images/icon-arrow.gif) no-repeat 3px 5px;
    margin-left: 15px;
    padding: 0 0 0 20px;
    }

    Hope this helps

    alpa

    ===========
    Please thank if you problem is solved

    gregoryeales Friend
    #278875

    Hi Alpa.
    I am also trying to get the unordered lists to work and have followed your examples above as best I can but still i cannot get them to work correctly. I have tried creating a standard unordered list and the adding the class in the html editor but this also does not work. Please give me some more detailed information on how to get this to work with JS mesolite. I am feeling rather frustrated as it seems so simple. I look forward to your further input.

    gregoryeales Friend
    #278877

    Hi again Apa.

    Ok, I was being stupid. I could not see the changes from the editor but it was working on the front end of the site. pardon me. Thanks for your help and advice.

    scotty Friend
    #278883

    gregoryeales;90391I could not see the changes from the editor….

    You will find this post useful.. http://www.joomlart.com/forums/topic/solution-loading-the-styles-of-the-typology-in-the-editor-joomla-1-5/

    alpa JA JobBoard
    #279022

    Hi gregoryeales,

    Glad I could help.

    alpa

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

This topic contains 6 replies, has 4 voices, and was last updated by  alpa 16 years ago.

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