This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

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

Resolved 10 replies pluginplugin-page-builder
10 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

10
  1. Andrew Misplon Staff 10 years, 5 months ago

    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. Sven Tenscher 10 years, 5 months ago

    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. Sven Tenscher 10 years, 5 months ago
  4. Andrew Misplon Staff 10 years, 5 months ago

    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. Sven Tenscher 10 years, 5 months ago

    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. Andrew Misplon Staff 10 years, 5 months ago

    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. Sven Tenscher 10 years, 5 months ago

    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. Andrew Misplon Staff 10 years, 5 months ago

    Sorry, should be:

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

    Perfect Andrew!

    You did it! Thank you very much!

  10. Andrew Misplon Staff 10 years, 5 months ago

    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.

Have a different question or issue?

Start New Thread