Old custom theme interferes with new theme…somehow
-
I am a developer helping a client reskin a new theme on their site. The new theme is Spacious, from themegrill.com.
Please see the site at dev3.steadystate.org, where the homepage displays the problem I am having.
Note the menu bar above the slider, which is plain text, aligned right; it should be aligned left and formatted at buttons, because I put in the following CSS in the ‘Additional CSS’ in the Spacious theme setting:
// to style as buttons .main-navigation .menu > li:last-child > a { background: #ccc; border-radius: 8px; display: block; padding : 16px 15px 0; color: #fff; } // to align left #header-right-section { float: left; } #header-left-section { float: right; } // to resize letters .main-navigation ul li a { font-size: 18px }
I know this works, because this used to format the menu correctly, but I had to rebuild this site yesterday, and was forced to start with a customized theme built by the previous developer…..and this is what I need help with: somehow this custom theme is interfering with the Spacious theme from ThemeGrill that I installed and activated.
After the rebuild, I also see these puzzling error messages in the customize theme setting screen:
Warning: array_values() expects parameter 1 to be array, null given in /home/steadys0/dev3/wp-includes/script-loader.php on line 977 Warning: array_values() expects parameter 1 to be array, null given in /home/steadys0/dev3/wp-includes/script-loader.php on line 978 Warning: array_values() expects parameter 1 to be array, null given in /home/steadys0/dev3/wp-includes/script-loader.php on line 981 Warning: array_values() expects parameter 1 to be array, null given in /home/steadys0/dev3/wp-includes/script-loader.php on line 982 Warning: array_values() expects parameter 1 to be array, null given in /home/steadys0/dev3/wp-includes/script-loader.php on line 983 Fatal error: Call to a member function is_rtl() on null in /home/steadys0/dev3/wp-includes/script-loader.php on line 986
These error messages only appeared after this last rebuild.
Any ideas how I might correct these problems? I am inexperienced with how WordPress loads themes, but it would appear the previous theme is interfering with the normal process.
Thanks for the help,
Rick
- The topic ‘Old custom theme interferes with new theme…somehow’ is closed to new replies.