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

    Hi Kresei support!

    Some clients just reported that they’re having trouble editing a bulleted list in a promo box using Enfold theme. I tested it out and it seems the each time the promo box is clicked to edit, an additional level of unordered list is added to each list item. So the original code:

    <h3>Upcoming Ship Dates</h3>
    <div style=”font-size: 80%;”>

    • Tue, August 25, 2015 (Sold Out)
    • Wed, August 26, 2015 (Sold Out)
    • Tue, September 1, 2015
    • Wed, September 2, 2015
    • Tue, September 8, 2015
    • Wed, September 9, 2015

    </div>

    Becomes the following code when the box is clicked to edit it:

    <h3>Upcoming Ship Dates</h3>
    <div style=”font-size: 80%;”>

    • Tue, August 25, 2015 (Sold Out)
    • Wed, August 26, 2015 (Sold Out)
    • Tue, September 1, 2015
    • Wed, September 2, 2015
    • Tue, September 8, 2015
    • Wed, September 9, 2015

    </div>

    On the next edit, the code becomes this:

    <h3>Upcoming Ship Dates</h3>
    <div style=”font-size: 80%;”>

    • Tue, August 25, 2015 (Sold Out)
    • Wed, August 26, 2015 (Sold Out)
    • Tue, September 1, 2015
    • Wed, September 2, 2015
    • Tue, September 8, 2015
    • Wed, September 9, 2015

    </div>

    Etc. Have you seen this before? Is there a fix?

    Thanks for your help!

    Jaci

    #491677

    Hi wildflowermeadows,

    Could you try updating to the latest version of the theme, 3.3.1, to see if that helps?

    Best regards,
    Rikard

    #492226

    Hey!

    Our devs know about the bug. Should be fixed in the next update, version 3.3.2.

    Regards,
    Elliott

    #492415

    Wonderful, Elliot. Thank you! I updated and this is fixed.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Possible bug with list elements in promo box’ is closed to new replies.