• Resolved electrikweb

    (@electrikweb)


    Hi, I have a problem with a conflict between the theme and Gravity Forms. GF tried to help, but the solution didn’t work. The Theme Developers say it’s not within the scope of their support, so I’m stuck.

    Scroll down to the Terms & Conditions section near the bottom of the page and there are 6 points that are in an OL, but no numbers. I’ve tried enforcing the CSS, but nothing I do will display the point numbers. Should look like this: htps://mosmanswimcentre.com.au/departure-request-form/ (uses a different plugin, but I have to use Gravity Forms)

    WP, the theme and plugins are all up to date. I have tried in all browsers.

    Can anyone help with a fix?

    Thanks,
    Simon

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Simon!

    It looks like the issue is that your theme is setting the display of li’s to block, so if you just switch that over to list-item, it should work. I saw this selector, which I think is your own custom CSS, and added the list-item display:

    body .gform_wrapper .gform_body .gform_fields .gfield_html ol#DepFormTeeAndCees li { 
    list-style: number !important;
    display: list-item;
    }

    That got the numbers displaying for me using the console.

    Thread Starter electrikweb

    (@electrikweb)

    Thanks Natalie! It’s worked. It was driving me crazy! Seems like such a simple solution now that I see what you’ve done…but not when I was beating my head against a wall trying to fix it.

    Thanks again, much appreciated!

    Cheers,
    Simon

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ordered List numbers will not display’ is closed to new replies.