John Mazz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “Saving failed” in EditorThank 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!
Forum: Fixing WordPress
In reply to: “Saving failed” in EditorHi @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.
Forum: Fixing WordPress
In reply to: Comments block is coming black with text as blackI 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.
Forum: Fixing WordPress
In reply to: Image not showing in iosNot 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 layoutLooks 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?