List in product short description - by Finkster

This topic has 13 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Eva Kemp

  • Avatar: Finkster
    Finkster
    Participant
    May 27, 2015 at 12:32

    Hello there,

    I wanna add to my short description for my products a list, so I added the code via wysiwyg:

    <ul>
    <li></li>
    <li></li>
    </ul>

    The code is viewable in the source code, but isn´t shown in the frontend, maybe because of some css-code? Is there a way to show the typical list icons?

    Thank you!

    12 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    May 27, 2015 at 13:31

    Hello,

    Please provide us with wp-admin panel credentials and a link to product page where you added the list.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Finkster
    Finkster
    Participant
    May 27, 2015 at 14:29

    Hello Eva,

    I give you all informations in the private content.
    The problem also happens in the long description 😉

    Thank you!

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 27, 2015 at 15:06

    Hello,

    Sorry, but the credentials are incorrect.
    Please check them.

    Regards,
    Eva Kemp.

    Avatar: Finkster
    Finkster
    Participant
    May 27, 2015 at 15:34

    Hello Eva,

    i´m sorry, I forget to give you the rights you need, please check it again!

    With best regards,
    Finkster

    Avatar: Eva
    Eva Kemp
    Support staff
    May 27, 2015 at 16:07

    Hello,

    I’ve added this code in custom.css file:

    li {
        list-style: inside disc none;
    }

    Please check the list now.

    Regards,
    Eva Kemp.

    Avatar: Finkster
    Finkster
    Participant
    May 28, 2015 at 08:53

    Hello,

    thank you, everyting runs well!
    Is there a reason why this is not able without changing the css,
    i think other users will also miss the possibility to do that?

    Thank you,
    Finkster

    Avatar: Eva
    Eva Kemp
    Support staff
    May 28, 2015 at 09:14

    Hello,

    The reason is by default this code is written in style.css:

    li {
        list-style: inside none none;
    }

    That’s why list wasn’t working.

    Regards,
    Eva Kemp.

    Avatar: Finkster
    Finkster
    Participant
    June 22, 2015 at 12:59

    Hello there,

    now I have another problem. The point also appears in the sidebar,
    but I only want it in the description of the product itself.

    Link in private content.

    Thank you,
    Finkster

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 22, 2015 at 18:17

    Hello,

    Please add this code in custom.css file:

    .sidebar-widget .product_list_widget li:last-child, .sidebar-slider .product_list_widget li:last-child {
       list-style: none !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Finkster
    Finkster
    Participant
    June 23, 2015 at 14:36

    Hello,

    there is still a situation, where points appears at the wrong place.
    In the widget for the last seen product, there still appears a point before every product, but not at the last one.

    Thank you,
    Finkster

    Please, contact administrator
    for this information.
    Avatar: Finkster
    Finkster
    Participant
    June 23, 2015 at 15:09

    Hello,

    also the point appears in the cart, this looks a little bit weired.

    Thanks for your help,
    Finkster

    Avatar: Eva
    Eva Kemp
    Support staff
    June 23, 2015 at 15:41

    Hello,

    Please add this code as well:

    .sidebar-widget .product_list_widget li, .sidebar-slider .product_list_widget li, .cart-popup-container .order-list li {
       list-style: none !important;
    }

    Regards,
    Eva Kemp.

  • Viewing 13 results - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.