• Resolved gabeatowaves

    (@gabeatowaves)


    Issue: The displayed order is incorrect. Roman numeral IX is after V which is incorrect. It should be displayed before X.

    Notes: After installing the premium version I created all my FAQs and categories and attached each FAQ to the specified category. The Ordering settings are set to group by categories.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi gabeatowaves,

    The easiest way to do this would be to remove the Roman numerals from the names of the categories and add this CSS to the “Custom CSS” box (in Settings->Basic):

    .ufaq-faq-list {
      counter-reset: my-faq-counter;}
      
    .ufaq-faq-category-title h4{
      counter-increment: my-faq-counter;}
    
    .ufaq-faq-category-title h4:before {
      content: counter(my-faq-counter, upper-roman)'. ';}
    Thread Starter gabeatowaves

    (@gabeatowaves)

    Bravo! 10/10 would recommend! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘FAQ Ordering is messed up’ is closed to new replies.