• Resolved baltikam

    (@baltikam)


    Thank you for your plugin )
    I’m not trying to create a numbered list:

    <ol>
     	<li>1Your itinerary will be tailor-made.</li>
     	<li>Your guide adopts to your pace and needs.</li>
     	<li>We focus on the topics of the most interest to you.</li>
     	<li>Personal information and many more advice.</li>
     	<li>A complete tourist service for maximum enjoyment.</li>
     	<li>You may book a tour choosing from the list below adding museums and activities you want to and we will work out an individual tour-program for you.</li>
    </ol> 
    

    But on the site it is still displayed in unformatted text.
    What should I do?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author kevin heath

    (@ypraise)

    Hi,

    By default WordPress has unformatted text in the category and tag description area so you need to add css to format it.

    The best way is to find the css for the unordered list in your theme (use google inspect) and then use that css for your description area.

    It will be something like .term-description .ol {} and .term-description .ol li {}

    or depending on the theme the top description may be .taxonomy-description and not term-description.

    Most themes will apply their css style to whatever is in the term-description area but some (like yours) don’t and you have to add it manually.

    If you check your html in the description area you will see that all the correct html mark up is there waiting to be styled.

    Plugin Author kevin heath

    (@ypraise)

    forgot to click the mail reply box

    Thread Starter baltikam

    (@baltikam)

    thank you ??

    Plugin Author kevin heath

    (@ypraise)

    marked s resolved as no further question

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘numbered list’ is closed to new replies.