• I had to modify the “options.php” file in the Theme Options Home Page with the following changes:

    Original (line 317):
    $options[] = array(
    ‘name’ => __(‘Box 4 Link’, ‘kage’),
    ‘desc’ => __(”, ‘kage’),
    ‘id’ => ‘box_4_link’,
    ‘type’ => ‘text’);

    Changed by:
    $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 ‘"Box 4 Link" appears instead of "Box 3 Link"’ is closed to new replies.