ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Bullet and number list


  • 2014-10-15 05:12:25

    Bullet and number list

    Please help with a simple question but I do not know where I fix. It has never happened with previous versions of ATutor:

    I can not create bullet lists with:
    [php]<ul><li> ... </ul>[/php]

    or numbers
    [php]<ol><li> ... </ol>[/php]

    They look the identiciones, No carateres "*" or numbers (eg "1.")

    I've tried IE, Chrome and Firefox on 2 different PCs, both with and without the visual editor. In "visual editor" mode, when I edit the content see the lists, and keep close when neither the bullet nor the numbers are not visible.

    I have created a page on the demo site Atutor and there it works normally. Please could give me a guide to fix this?

    Things to describe:
    Operating system ATutor is installed on Linux 2.6.32-431.20.3.el6.x86_64
    ATutor version 2.2
    Patch #s applied 1,2,3,4,5
    ATutor theme name Bluemin
    PHP version 5.3.3
    MySQL version 5.1.73

  • 2014-10-15 07:04:38

    Re: Bullet and number list

    Change that at:

    https://github.com/atutor/ATutor/blob/master/themes/blumin/styles.css#L1175

    It is a feature of that theme.

  • 2014-10-15 07:29:02

    Re: Bullet and number list

    Thank you, Greg! The change has worked very well.

    Best Regards,

    Mario

  • 2016-07-02 11:59:18

    Re: Bullet and number list

    The problem of not seeing the lists configured with <ul><li> ... or <ol><li> ... subsists in the Mobile theme; Please, in which *.css of the Mobile Theme I can apply a correction?
    Things to describe:
    ATutor version - 2.2.2
    ATutor theme name - Mobile
    Web browser being used - Chrome on Samsung S6 Edge, Androide 6.0.1

    [reply][b]In reply to:[/b]
    Thank you, Greg! The change has worked very well.

    Best Regards,

    Mario
    [op]forums/view.php?fid=7&pid=24994&page=1#24996[/op][/reply]

  • 2016-07-02 15:22:59

    Re: Bullet and number list

    It would be in:

    https://github.com/atutor/ATutor/blob/atutor_2_2_2/themes/mobile/mobile.css

    You will need to experiment to find the style to adjust. Like the blumin theme, list bullets are turned off on purpose. Turning them on may change the layout of the theme.