• 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)
Viewing 1 replies (of 1 total)
  • The topic ‘Error Fix’ is closed to new replies.