• Resolved ericseguin

    (@ericseguin)


    I can’t seem to get bullet points to show in the new tab using the regular visual editor method where it adds ul and li tags. It shows in the editor, but not on the site. I’m using the enfold theme. The only way to get bullets to show it by using ALT-7 then copy and paste it beside each line.

    • This topic was modified 7 years, 2 months ago by ericseguin.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @ericseguin,

    This is most likely due to your theme applying specific styles to list items (i.e. list-style-type: none;). If you send me a URL to one of your products using the <ul> I can verify this.

    You can either change the theme’s list styling or continue with the ALT code symbols.

    Let me know,
    Kevin.

    Thread Starter ericseguin

    (@ericseguin)

    The strange thing is that the visual editor for the description section of the product, which is default for wordpress, shows the bullet points just fine. It’s just the custom tabs that don’t show it.

    My site is not live right now so I have no way of showing you.
    Looks like I just got it working though. I had to add this into my css.

    #top div div.product .woocommerce-tabs .panel ul li{
    list-style-type: disc !important;
    list-style-position: inside;
    }

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    The admin uses almost entirely different CSS than the front-end of your website so things can look differently in the visual editor compared to the front-end.

    If you got it working by explicitly defining the list-style-type then the issue is definitely the default theme behavior. The CSS you added is overriding the theme’s CSS.

    Thread Starter ericseguin

    (@ericseguin)

    Thanks for the info. Another thing I noticed was when I create a new tab, the Add Media button does not show until I save the page and refresh.

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Oh thanks for letting me know! I will try to get the Add Media button back as soon as possible.

    Thread Starter ericseguin

    (@ericseguin)

    No problem. There was also a little magic wand icon missing too, but that’s part of the enfold theme for adding some of the themes feature shortcodes such as inserting tables, galleries, columns such as 1/2 + 1/2 or 1/3 + 2/3, etc., which shows in the description editor window. It does the same thing as the Add Media button. When I add a tab it’s not there, but when I save the page and refresh it appears as the last icon in the list.

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Any theme-specific features will not be available on the editor when it’s first created. All of the standard WordPress features, like Add Media, should be available though.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘No bullet points showing in tabs’ is closed to new replies.