Home>Support>Page Builder, Tiny Mce and non displaying ordered or unordered lists

Page Builder, Tiny Mce and non displaying ordered or unordered lists

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi all,

I’m trying to edit text inside a new page.
I select Page Builder and add a new widget. In this case the ‘Visual Editor’
I then hit edit in that row to access the widget and add text, in my case an unordered list and hit done afterwards.

If I’m then trying to preview my new page the text is displayed but not the bullet points.
If I deactivate the Page Builder plugin I can add pages with lists and the are displayed as expected.

I also installed the Black Studios Tiny MCE plugin but using it as the editor inside of the Page Buider still doesn’t display the bullet points. I also checked if maybe the styling is off but the list is simply not there.

Thank you for your support!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Sven

    Please, can you setup a test page with Page Builder + a Visual Editor widget + an unordered list and send me the link. What’s most likely happening is your theme has very specific widget styling, thinking that widgets will only appear in normal theme widget areas. If this is the case we’ll just roll back those styles for widgets inside Page Builder.

    Thanks :)

  2. 9 years, 11 months ago Sven Tenscher

    Hi Andrew,

    thanks for your reply. I will get right to it and post the link to the page. Since the theme supports full width and normal sized pages I will set up both for you.

    Thank you for your support!

  3. 9 years, 11 months ago Sven Tenscher

    Hi Andrew,

    here are the links:

    http://heikewanke.berlin/test-page-1-for-andrew/
    http://heikewanke.berlin/test-page-2-for-andrew/

    Thank you very much!

  4. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Thanks. Due to issues with the theme stylesheet expecting widgets to only be used in normal widget areas. Try this in a Custom CSS plugin:

    /* SiteOrigin Page Builder */
    
    .so-panel .widget ul,
    .so-panel .widget ol {
        list-style: initial;
    }
    

    Hope that helps.

  5. 9 years, 11 months ago Sven Tenscher

    Hi Andrew,

    thank you for your ongoing support.

    I edited the style.css file as follows:

    /* =24. Plugins
    -------------------------------------------------------------- */
    
    /*== Fixes for sitebuilder no padding on image ==*/
    
    .no-padding-bottom p, .no-padding-bottom img {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    /* SiteOrigin Page Builder */
    
    .so-panel .widget ul, .so-panel .widget ol {
        list-style: initial;
    }
    
    .wpcf7-form-control-wrap { width: 100%; }
    

    but sadly it doesn’t change the outcome. Still the lists are without there bullet points.

  6. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    All WordPress themes completely overwrite their own folder during theme updates. Please, don’t edit core theme files outside of a child theme. All changes will be lost during updates.

    The changes made to style.css aren’t reflecting in your live site, perhaps due to caching. Please, install a Custom CSS plugin and insert all of your custom rules. I’m sure it’ll help and have the added advantage of keeping your edits update safe :)

  7. 9 years, 11 months ago Sven Tenscher

    Hi Andrew,

    installed a plugin, entered the code and cleared all cache and cookies in Chrome and Firefox.

    Sadly no change in the appearance of the lists. Do you have another idea what could be wrong?

  8. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Sorry, should be:

    /* SiteOrigin Page Builder */
    
    .so-panel.widget ul,
    .so-panel.widget ol {
        list-style: initial;
    }
    
  9. 9 years, 11 months ago Sven Tenscher

    Perfect Andrew!

    You did it! Thank you very much!

  10. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Awesome :) Glad to hear that did the trick.

    All the best.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More