I appear to be getting a white screen at the moment, and don’t have enough access to resolve it. To resolve it on your end, please:
- Log in to your site’s FTP.
- Delete the Styles plugin folders from
wp-content/plugins/styles
and wp-content/styles-twentytwelve
I’m a bit stumped as to the cause of your customize.php only showing some of the menu items —?from what I could tell when I did have access, the site was behaving as if it was running out of memory, even though there was memory available. I was not able to get any meaningful errors to display.
I’m releasing a potential fix in 1.1.5
that may resolve your issue. If it does not, you can also remove lines from customize.json
to reduce the number of options to a number your host can handle.
For example, I was able to get all options to show and the preview to work by removing all sections from “Entry Content” on, or by removing all options of type “text”.
This may not be necessary, since the update handles text options more efficiently now.
You can find customize.json
in the Styles add-on plugins. For example, wp-content/plugins/styles-twentytwelve/customize.json
. It will only show over FTP; not in the WordPress editor.