[Support request] Problems css/ Editor

Home Forums Support [Support request] Problems css/ Editor

Home Forums Support Problems css/ Editor

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1625878
    Matthias

    I use the SiteOrigin Editor. After activation on GeneratePress, bullets, quotation marks and who knows what else … are no longer displayed. Please info, tutorial, how this works again.

    #1626084
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to a page where we can see the issue ?

    #1626163
    Matthias

    Hi there,

    attached you will find the link to the taps. the page is being reissued and is in maintenance mode.
    thx matt

    #1626530
    David
    Staff
    Customer Support

    I need to see the actual page – can you provide a URL and login so i can see whats going on.

    #1626550
    Matthias

    That works, of course, we have to make an appointment as soon as possible, because I use a 2-factor dial-in, the code is valid for 60 seconds. Isn’t this area visible to everyone? where should I send the access data?

    #1627022
    Ying
    Staff
    Customer Support

    You can use the private information field, but we might not be able to be there in 60 seconds…

    Can you create a temporary login? Thanks!

    #1627332
    Matthias

    Ok, a temporary login is possible now.

    #1627420
    David
    Staff
    Customer Support

    Aah its because the Site Origin editor uses the Widget class for its content, which is weird considering this is a class generally reserved for Widget Area content. In turn, as most Themes do, they strip out out bullet point formatting. To correct that you can try adding this CSS:

    .so-panel.widget ul,
    .so-panel.widget ol {
        margin: 0 0 1.5em 3em;
    }
    
    .so-panel.widget ul li {
        list-style-type: disc;
    }
    #1627470
    Matthias

    ok, there are several css files. in which should I insert the record?

    #1627508
    David
    Staff
    Customer Support

    Custom CSS should only be added to either:

    1. the Customizer > Additional CSS ( or the Simple CSS plugin if you’re using that )
    2. in a Child Themes style.css

    Don’t make changes to any theme or plugin CSS files as those changes will be lost when the theme/plugin is updated.

    #1627523
    Matthias

    thank you so much. it works 🙂

    #1627568
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.