• Ordered list styles not working. (Showing 2 styles at the same time: number and e.g. letter)

    This is a sample site with all plugins disabled. When I switch to default theme, lists are working again.

    Code that I’m testing:

    <ol style="list-style-type: lower-alpha;">
    	<li>ee</li>
    	<li>fd</li>
    	<li>fd</li>
    	<li>df</li>
    </ol>

    Site spec:

    # SITE_URL:                 https://marfx.pl/4ga
    # HOME_URL:                 https://marfx.pl/4ga
    # IS MULTISITE :            No
    
    # ACTIVE THEME :            Customizr 4.1.50
    # WP VERSION :              5.3.2
    # PERMALINK STRUCTURE :     /%year%/%monthnum%/%day%/%postname%/
    
    # ACTIVE PLUGINS :
    Classic Editor: 1.5
    
    PHP Version:              7.3.13
    MySQL Version:            5.5.5-10.3.21-MariaDB-log
    Web Server Info:          Apache
    
    WordPress Memory Limit:   40MB
    PHP Memory Limit:         256M
    PHP Upload Max Size:      200M
    PHP Post Max Size:        200M
    PHP Upload Max Filesize:  200M
    PHP Time Limit:           30
    PHP Max Input Vars:       10000
    PHP Arg Separator:        &
    PHP Allow URL File Open:  Yes
    WP_DEBUG:                 Disabled
    
    Show On Front:            page
    Page On Front:            main (#53)
    Page For Posts:            (#0)

    I’m not sure what exactly can be causing such behavior.

    I’ve tested on my other site. It was archived and not updated anymore and it worked on Customizr 4.1.28

    • This topic was modified 5 years, 2 months ago by RARgames.
    • This topic was modified 5 years, 2 months ago by RARgames.
    • This topic was modified 5 years, 2 months ago by RARgames.
    • This topic was modified 5 years, 2 months ago by RARgames.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter RARgames

    (@rargames)

    As I found out it’s working correctly on classical theme style, but fails on modern.

    • This reply was modified 5 years, 2 months ago by RARgames.
    Thread Starter RARgames

    (@rargames)

    For now I’m using temporary fix:

    In child theme/style.css:

    ol,ul{list-style:decimal outside none}
    .czr-wp-the-content ol>li:before{display:none;}

    however it breaks navigation lists in footer widgets.

    • This reply was modified 5 years, 2 months ago by RARgames.

    You must point ur css to specific section only and not apply through ur whole site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ordered list styles not working’ is closed to new replies.