Footer 4: variable missing
-
In /addons/customizer/footer/footer-4/content.php file, variable
$nd_options_customizer_footer_4_text_color
is missing!To correct the error, insert the following piece of code:
$nd_options_customizer_footer_4_text_color = get_option( 'nd_options_customizer_footer_3_text_color' ); if ( $nd_options_customizer_footer_4_text_color == '' ) { $nd_options_customizer_footer_4_text_color = '#a3a3a3'; }
Please fix in next revision ??
- The topic ‘Footer 4: variable missing’ is closed to new replies.