Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #497264

    Our client needs to display some info as a list inside of a tabbed area. However each time they go back to edit the tab with the list in it, additional tags are being added around each list item. They should look like this:

    <ul>
    	<li><strong>1300 Lumens-</strong>bright illumination</li>
    	<li><strong>EPISTAR LED</strong>-superior lighting technology</li>
    	<li><strong>Die cast aluminum housing & polycarbonate lens</strong>-virtually unbreakable</li>
    	<li><strong>Stainless steel mounting hardware</strong>-strong and flexible mounting capabilities</li>
    	<li><strong>Low current draw</strong>-energy efficient, save on fuel costs as it consumes less energy (18W)</li>
    	<li><strong>Constant Current Circuit Draw</strong>-light does not dim, even if voltage fluctuates</li>
    	<li><strong>30,000+ hours LED service life</strong>-long lasting investment, quality product</li>
    </ul>
    

    But instead they look like this:

    <ul>
    <ul>
    <ul>
    <ul>
    	<li><strong>1300 Lumens-</strong>bright illumination</li>
    </ul>
    </ul>
    </ul>
    </ul>
    <ul>
    <ul>
    <ul>
    <ul>
    	<li><strong>EPISTAR LED</strong>-superior lighting technology</li>
    </ul>
    </ul>
    </ul>
    </ul>
    <ul>
    <ul>
    <ul>
    <ul>
    	<li><strong>Die cast aluminum housing & polycarbonate lens</strong>-virtually unbreakable</li>
    </ul>
    </ul>
    </ul>
    </ul>
    <ul>
    <ul>
    <ul>
    <ul>
    	<li><strong>Stainless steel mounting hardware</strong>-strong and flexible mounting capabilities</li>
    </ul>
    </ul>
    </ul>
    </ul>
    <ul>
    <ul>
    <ul>
    <ul>
    	<li><strong>Low current draw</strong>-energy efficient, save on fuel costs as it consumes less energy (18W)</li>
    </ul>
    </ul>
    </ul>
    </ul>
    <ul>
    <ul>
    <ul>
    <ul>
    	<li><strong>Constant Current Circuit Draw</strong>-light does not dim, even if voltage fluctuates</li>
    </ul>
    </ul>
    </ul>
    </ul>
    <ul>
    <ul>
    <ul>
    <ul>
    	<li><strong>30,000+ hours LED service life</strong>-long lasting investment, quality product</li>
    </ul>
    </ul>
    </ul>
    </ul>
    • This topic was modified 9 years, 2 months ago by NicomIT.
    #497306

    Hey NicomIT!

    Updating Enfold to 3.3.2 should fix this problem. See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.

    Cheers!
    Elliott

    #497328

    Thanks Elliott. I’ll give that a try.

    #497696

    Hey!

    alright, we will keep that thread open, just in case you still need help with it.

    Best regards,
    Andy

    #497972

    I made the update and everything worked fine. Thanks again.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Display of Lists Inside of a Tab’ is closed to new replies.