Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter John Mazz

    (@johnmazz)

    Thank you @grigb for the followup and solution. I haven’t tried to resolve this since my post but if it becomes an issue, I’ll try as you suggested. Thanks!

    Thread Starter John Mazz

    (@johnmazz)

    Hi @threadi, thanks for the reply! I’ll check with my webhost to see if there’s any error log from our site.

    So this occurs with any edits to the Style section in the Editor, not just the Additional CSS secion (though it’s there too). Even just using the GUI interface to edit colors or fonts in the Style section presents this error.

    I can see your text boxes have some CSS to set the background color to a wp–preset value (which itself is set to black) but I’m not sure how to change either of these in the normal interface. If you can get to Additional CSS in Appearance>Customize or Appearance>Editor>Style then you might be able to manually reset the color, however I think that’s not the proper way. If you want to try it, this code should do it:

    .select2-container{
    background-color: white;
    }

    If that doesn’t work, try adding !important before the semicolon.

    Again, others might have a more proper way to fix it but this workaround might help hopefully. Good luck!

    • This reply was modified 2 years, 3 months ago by John Mazz.

    Not sure but just wondering if it might be a file type issue. Do some images work and others not? What are the file types of the images in those two groups?

    Forum: Fixing WordPress
    In reply to: Scrambled layout

    Looks like it’s work now (for me anyway). Based on the screenshot of the “scrambled” version, it looks like your CSS files weren’t being applied and all your content was being added without any styling. Not sure why this would happen, but maybe it just needed a few minutes to resolve itself?

Viewing 5 replies - 1 through 5 (of 5 total)