Title: Footer 4: variable missing
Last modified: May 31, 2017

---

# Footer 4: variable missing

 *  [shecky](https://wordpress.org/support/users/shecky/)
 * (@shecky)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/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.

 * ![](https://ps.w.org/nd-shortcodes/assets/icon-256x256.jpg?rev=1498667)
 * [ND Shortcodes](https://wordpress.org/plugins/nd-shortcodes/)
 * [Support Threads](https://wordpress.org/support/plugin/nd-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/nd-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nd-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nd-shortcodes/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [shecky](https://wordpress.org/support/users/shecky/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/footer-4-variable-missing/)
 * Status: not resolved