Title: Error Fix
Last modified: September 3, 2016

---

# Error Fix

 *  [Osomotley](https://wordpress.org/support/users/osomotley/)
 * (@osomotley)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-fix/)
 * I contacted the author twice over a 3 month period. He said he would fix a problem
   with the main page in the free version soon. The fix is simple and I was told
   it’s fixed in the upgrade. No matter below is all you need to do to fix it. I’d
   hate to think the author is just not fixing this to get people to pay for an 
   upgrade.
 * Not the fix will work for the kage-green theme as well.
 * Open
    ..\wp-content\themes\kage\options.php
 * ..\wp-content\themes\kage-green\options.php
 * Edit
 * change the following lines to reflect 3 not 4 in the code.
 *     ```
       $options[] = array(
       'name' => __('Box 3 Image', 'kage'),
       'desc' => __('Recommended image sizes 303 X 344', 'kage'),
       'id' => 'box_3_image',
       'type' => 'upload');
   
       $options[] = array(
       'name' => __('Box 3 Text', 'kage'),
       'desc' => __('', 'kage'),
       'id' => 'box_3_text',
       'type' => 'text'); 
   
       $options[] = array(
       'name' => __('Box 3 Link', 'kage'),
       'desc' => __('', 'kage'),
       'id' => 'box_3_link',
       'type' => 'text');
       ```
   

Viewing 1 replies (of 1 total)

 *  [alidro](https://wordpress.org/support/users/alidro/)
 * (@alidro)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/error-fix/#post-7962673)
 * GReat! thanks a ton Osomotley!

Viewing 1 replies (of 1 total)

The topic ‘Error Fix’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kage/1.1.0/screenshot.png)
 * Kage
 * [Support Threads](https://wordpress.org/support/theme/kage/)
 * [Active Topics](https://wordpress.org/support/theme/kage/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kage/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kage/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [alidro](https://wordpress.org/support/users/alidro/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/error-fix/#post-7962673)