• This is one of my favorite themes.
    I used for a few projects of mine.
    But don’t know why, today when I tried to change the ‘LEFT HEADER DESCRIPTION’ at Theme Option, it fails. I tried a few times & it becomes the default ‘Toll Free’ things all the time.

    I didn’t have much time to find out the cause behind this (or post to the support to get any help). So, I just went to themes/nictitate/library/includes/cpanel/theme-options/general.php & change the thing that I want to.

    I posted this here because I wanted to let other users of this theme to get the solution of this problem.

    As I said, I used this theme before but didn’t see this bug. So, I think, (may be) its a bug from the new update version.

    Thanks to the authors for this awesome theme. Hope, they’ll solve this bug in their next update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi
    I just solved this issue editing this file

    \wp-content\themes\nictitate.1.1.4\nictitate\library\includes\cpanel\theme-options\general.php

    around the line 208 there is a mispelled option name
    get_option(‘kopa_theme_options_left_header_descriptio’

    just add the missing ‘n’
    get_option(‘kopa_theme_options_left_header_description’

    and it’ll work.
    Let me know if this applies also for you.

    Many thanks clockys, this worked for me, and helped solve an irritating problem quickly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't Change 'LEFT HEADER DESCRIPTION'’ is closed to new replies.