Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #677847

    I’m having an issue where ul lists are not showing up in the caption text of the Easy Slider. This is the ul code:

    <ul class="listStyle">
     	<li><span class="listStyleText">Reports motile sperm concentration</span></li>
     	<li><span class="listStyleText">See a live video of your sperm</span></li>
     	<li><span class="listStyleText">Two tests included in each kit</span></li>
     	<li><span class="listStyleText">Step by step interactive instructions</span></li>
     	<li><span class="listStyleText">Sperm trivia challenge</span></li>
    </ul>

    Any ideas?

    #677873

    Hey reisp,

    I’m not sure why the list items are working. Please use the below code in the captions.

    
    <div  class="listStyle">
     	<span class="listStyleText">Reports motile sperm concentration</span></br>
     	<span class="listStyleText">See a live video of your sperm</span></br>
     	<span class="listStyleText">Two tests included in each kit</span></br>
     	<span class="listStyleText">Step by step interactive instructions</span></br>
     	<span class="listStyleText">Sperm trivia challenge</span></br></div>
    

    Best regards,
    Vinay

    #683380

    Thanks Vinay

    I discovered the problem was the formatting of the code I have… I believe the tab indents on the li elements were causing the issue. After I removed them it worked just fine.

    cheers

    #683394

    Hey!

    GLad you got it short out.
    Please let us know if we can do anything else to assist you, we would be happy to help further.

    Thanks a lot

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Easy Slider caption text – UL list not showing up’ is closed to new replies.