Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1446988

    Kriesi, I have need to create a two-level ordered list. My needs are as follows:

    1. Level One
    a. Level Two
    2. Back to Level One
    b. Back to Level Two

    ….and so on.

    Ideally I would use Custom CSS Code in Quick CSS to do this site wide. Login details are below.

    —Bill Basler

    • This topic was modified 2 weeks, 5 days ago by billbasler.
    #1447011

    Hey William,

    Thank you for the inquiry.

    The list seems to be rendering correctly on our end. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    #1447106

    Ismael, thank you for responding. To be clear on the example page I provided (https://preucil.baslerdesign.com/curriculum/ )

    You must open the folded content: “Velay Certificate Program” Note: Lists are currently unresolved. Round bullets should be lowercase letters.

    See my screenshot here: https://img.savvyify.com/images/2024/05/30/Screenshot-2024-05-30-at-12.02.07PM.png

    #1447125

    Hi,

    Thank you for the screenshot.

    Please add this css code to adjust the style of the inner lists:

    ol li ul li {
        list-style-type: lower-alpha;
    }

    Best regards,
    Ismael

    #1447195

    Ismael:

    Thank you for this. Am I to add that to Quick CSS? I have done that and I do not see any difference in my lists on the page. Perhaps there are adjustments I need to make in the Text Editor of the page?

    Currently I have this:

    <ol>
     	<li>Certificate of Participation in Musical Studies.
    <ul>
     	<li>Completion of courses with minimum grades of 88%</li>
     	<li>Performance on a partner recital or submission of 500 word essay on an assigned subject</li>
    </ul>
    </li>
     	<li>Certificate of Excellence in Musicianship.
    <ul>
     	<li>See 1a above</li>
     	<li>completion of Advanced Level instrumental requirements by March 1 of Senior Year</li>
     	<li>performance on partner recital</li>
    </ul>
    </li>
     	<li>Certificate of Excellence with Performance Honors</li>
     	<li>See 1a above</li>
     	<li>Completion of pre-professional instrumental requirements before Senior year. Playing must show refinement of tone, intonation, technique and communicate sensitivity and expression</li>
     	<li>Performance of a solo recital before graduation</li>
    </ol>
    #1447377

    Hi,
    Try clear your browser cache as it seems to be working when I check
    Enfold Support 5979

    Best regards,
    Mike

    #1447558

    Thank you Mike. I see the fix now. I appreciate your help. —Bill Basler

    #1447570

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.