Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #264874
    nomade-2018
    Participant

    Hello I’m using Wp 5.5.2 with Catch responsive pro and Advanced editor tools (advanced Tinymce) which includes Advlist plugin to give more options for unordered lists and ordered lists (circle, bullet, square, lower-alpha,lower-greek,lower-roman,upper-alpha,upper-roman.

    It’s not working. If I use wp theme like Twenty Seventeen it works very well. I need to display different lists. I worked on maths courses with Learndash. The only thing I can get are squares or straight numbers.

    sample : https://syllabusb.com/test/

    Are you able to help, please?

    Patrick

    #264933
    Skandha
    Participant

    @nomade-2018: Hello Patrick,
    Can you please let me know where on your site you are having the issue? This maybe because the plugin’s CSS is overridden by the theme’s CSS.

    Kind Regards,
    Skandha

    #264985
    nomade-2018
    Participant

    Hello Skandha
    It happens everywhere I need lists.
    I sent you a sample here https://syllabusb.com/test/
    And I openened a page here
    https://syllabusb.com/module/7-0-introduction/
    As yu see The only kind of bullet I can have is a square (usely the default bullet in WP is the disc)

    Also, I should be able to change the style type having # or * or lower greek instead of the default bullets.

    So what Catch CSS can block the Tinymce CSS?
    Regards,
    Patrick

    #264994
    nomade-2018
    Participant

    This what I found in the Catch Responsive Pro style.css

    lines 391-404

    ul {
    list-style: none;
    }

    ol {
    list-style: none;
    }

    li > ul,
    li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;

    then lines 462-473
    .entry-content ol > li {
    list-style-type: decimal;
    }

    .entry-content ul > li {
    list-style-type: square;
    }

    .entry-content ol ol,
    .entry-content ul ul {
    margin-bottom: 0;
    }

    I’ve changed the style nothing changed

    In Tinymce advanced I’ve found notrhing about this in the CSS.

    But In the wordpress themes like twentyeleven I’ve found this

    /* Text elements */
    p {
    margin-bottom: 1.625em;
    }
    ul, ol {
    margin: 0 0 1.625em 2.5em;
    }
    ul {
    list-style: square;
    }
    ol {
    list-style-type: decimal;
    }
    ol ol {
    list-style: upper-alpha;
    }
    ol ol ol {
    list-style: lower-roman;
    }
    ol ol ol ol {
    list-style: lower-alpha;
    }
    ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    }
    Can you tell me how to append this Skandha
    Thank You

    #265222
    Skandha
    Participant

    @nomade-2018: Hello Patrick,
    I will look into the issue and get back to you soon.

    Kind Regards,
    Skandha

    #265438
    nomade-2018
    Participant

    hello Skandha,

    It seems to be a Catch themes in general. I’ve tested 3 different catch themes, and the problem is the same. I also tested 8 free themes on the net and all gave the ordered and unordered lists options : for UL disc, cercle, square and for OL numbered, alpha, roman and greek.

    Waiting for you soon.

    Regards
    Patrick

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Ordered list unordered lists’ is closed to new replies.