broken footer edits in 2011 child theme since update to wordpress 3.5
-
Hi,
I’ve been working on a 2011 child theme for a few months now, and all was fine until the upgrade to the new wordpress 3.5 version.
For some reason it doesn’t allow my child edits of the Footer area (colophon) to take effect, despite going overboard with putting !important by everything. All other edits seem to be holding, but I can’t see any change in code, so can’t work out how to make it take effect.
I’ve deactivated all my plugins, have no cacheing plugins, cleared page caches etc and have re-loaded the 3.5 update – all without effect. My only other thought was that it could be related to the 2011 theme update, though I don’t think it happened then – but i will try to find an older version and check with that too.
My child theme uses the 2011 ‘light’ theme as this seemed to cause fewer issues than the dark theme, and my current 2011 Child theme Footer edits are:-
/* to change background colour of main footer */ #supplementary { background-color: #141414 !important; border-top-color: #141414 !important; border-top-style: solid !important; border-top-width: 1px !important; border-top-left-radius !important: 12px; border-top-right-radius !important: 12px; } /* to reduce text size and font-weight of Powered by WordPress link */ #site-generator { background-color: #0C0C0C !important; border-top-color: #0364a1 !important; border-top-width: 2px !important; border-bottom-left-radius: 12px !important; border-bottom-right-radius: 12px !important; font-size: 10px !important; font-weight: lighter !important; padding-bottom: 15px !important; padding-top: 0px !important; } #supplementary.three { padding-bottom: 0.5em !important; } /* to change text alignment in footer widgets: */ #first .textwidget { text-align: left !important; color: #ffffff !important; } #second .textwidget { text-align: center !important; color: #ffffff !important; } #third .textwidget { text-align: right !important; color: #ffffff !important; }
and a link to a page is https://trevorpenfold.com/about-tp/ though all other pages are private, as it’s not fully ready to be uploaded.
I would really appreciate any ideas, and I will also post back with an update re: using an older version of thew 2011 theme.
Cheers.
- The topic ‘broken footer edits in 2011 child theme since update to wordpress 3.5’ is closed to new replies.