archerdata
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgrade 3.4 with TwentyEleven broken: only homepage, no widgetsOkay … ONE issue solved … Permalinks:
I went through the ENTIRE settings list, checked each one, and SAVED every page even if I made no changes. When I did this on the Permalinks page, the menu found all pages. I also found that I had to refresh the Permalinks setting after activating Bullet Proof Security settings.
Widgets still do not display, so I’ll start working on that.
Forum: Fixing WordPress
In reply to: Upgrade 3.4 with TwentyEleven broken: only homepage, no widgetshttp://scriptnurse.com/wp/wp-content/themes/twentyeleven/style.css
There’s also this:
<style type=”text/css”>
#site-title a,
#site-description {
color: #231F20 !important;
}
</style>
<style type=”text/css” id=”custom-background-css”>
body.custom-background { background-color: #231F20; }
</style>I presume that’s the new Customize feature at work.
Forum: Fixing WordPress
In reply to: Upgrade 3.4 with TwentyEleven broken: only homepage, no widgetsI manually downloaded and reuploaded both WP 3.4 and the twentyeleven theme 1.4 and nothing has changed. All of the plugins are deactivated. Everything seems present in admin, including the 3 widgets that do not display and the Customize settings for the basic theme, which does display properly. The only page that will display is the static home page, regardless of the menu item selected. The site is http://scriptnurse.com/wp
Forum: Fixing WordPress
In reply to: Upgrade 3.4 with TwentyEleven broken: only homepage, no widgetsI did create a child theme for the changes according to the instructions for doing so on the site, it loaded OK, but it did not seem to actually work.
I will download and then manually upload the TwentyEleven theme, disable all of the plugins and see if anything works.
With the upgrade to 3.4 this plugin installs fine and loads the saved settings designed to override the default CSS of the TwentyEleven theme, but it loads first, not last. So it’s not possible override theme style settings because two new WP 3.4 customization settings now load last.