Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Mohammad Taqui Sayed

    (@sayedwp)

    Sorry for the trouble , it happens only when your hosting doesn’t give permission to write files. I’ll do something about it, but for now please follow these two steps.

    1) Go to supernova/lib/admin/admin-setup.php and delete this bit of code.
    supernova_writer();
    (Its on line # 41)

    2) Paste this in functions.php file.

    add_action('wp_head', 'supernova_temp_user_css');

    Thread Starter Marco Andrei Kichalowsky

    (@marcoandrei)

    Sayed,

    Thanks for your reply. I found other calls for supernova_writer(); in the code. I have to delete ONLY the instance in line 41, is it correct?

    Thanks!
    m.

    Theme Author Mohammad Taqui Sayed

    (@sayedwp)

    That is correct, but you can delete both of them if you want, the other one is used when the theme is updated, so I think you should.

    Thread Starter Marco Andrei Kichalowsky

    (@marcoandrei)

    Sayed,

    It worked perfectly!

    Thanks for your assistance and congratulations for your work!

    Best regards,
    Marco

    Thread Starter Marco Andrei Kichalowsky

    (@marcoandrei)

    With this correction, this case was resolved!

    Theme Author Mohammad Taqui Sayed

    (@sayedwp)

    I have fixed it in the latest version , dont forget to update when its available.

    Thread Starter Marco Andrei Kichalowsky

    (@marcoandrei)

    Great! Thanks, Sayed!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘It is not possible to save options’ is closed to new replies.