• Resolved alucard001

    (@alucard001)


    I use Tendershop (which has option-tree folder and theme-options.php file) and create my own child theme for that.

    Now I need to add more custom fields for my theme and so I install 2.0.16 optiontree.

    I add a very simple test field to try to see the effect. After clicking the “Save changes” the message prompt: Saved successfully. But when I scroll down and my setting did not get saved.

    I refer to this thread:
    https://github.com/valendesigns/option-tree/issues/39

    and none of the solutions there solve my issue.(ini_set(‘max_input_vars’, 100000);)

    So what’s wrong? And how to solve that issue?

    Since I would like to keep the theme updated, it would not be a good idea to change option-tree content inside parent theme folder.

    Thank you.

    https://www.ads-software.com/plugins/option-tree/

Viewing 1 replies (of 1 total)
  • Thread Starter alucard001

    (@alucard001)

    I have kinda solved the problem myself.

    The solution is simple, but you need to write a little bit of code.

    All you need to do is to create a filter under: option_tree_settings_args.

    This filter is actually in theme-options.php of ThemeForest’s theme. You can add your own settings here.

    I prefer to add my custom settings inside my child theme functions.php.

    Hope it helps someone.

Viewing 1 replies (of 1 total)
  • The topic ‘Options not saved??’ is closed to new replies.