Sidebar CSS Formatting
-
Running the most recent versions of this script and WP is causing a weird error that I’m unsure how to fix.
The formatting (preset in functions.php) for the sidebar are not carrying over to the Custom Sidebars, it also removed the formatting for the default sidebar preset in WordPress.
I do remember utilizing this script on another site where there were no issues for the formatting to carry over – and even copying the information directly (only having this function listed in the functions.php file to ensure nothing else was interfering) it’s still showing the lack of formatting.
Is this a common occurrence?
if ( function_exists('register_sidebar') ) register_sidebar(array( 'before_widget' => '<div class=widget_text>', 'after_widget' => '</div>', 'before_title' => '<span class=widget_title>', 'after_title' => '</span>', ));
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Sidebar CSS Formatting’ is closed to new replies.