1. Open custom-styles.php
2. Look for this line:
- Code: Select all
$template_prefixes = apply_filters('suffusion_filter_template_sidebars', $template_sb);
3. Change it to:
- Code: Select all
$template_sb = apply_filters('suffusion_filter_template_sidebars', $template_sb);
4. Save it.
5. Now go to any of your options screens - any options page with a save button will do. Then click "Save".

