• erase and reinstall, not back to the original settings the thema.
    how do I get back to the default settings? the thema does not have a reset?

Viewing 3 replies - 1 through 3 (of 3 total)
  • No, there is no Reset button.

    Did you create a Child Theme?

    If not, then deActivate the Theme Customizr, Delete it and then Add New.

    If you have a Child Theme, after reinstalling the Theme, remember to check anything you’ve done in the Child Theme.

    Thread Starter morpe

    (@morpe)

    I have not changed the subject physically, I do not have a child-theme.
    there are options that I can not recover, type:
    the pull-down menu at the beginning opened with the mouse over, now only clik.

    Hello this is a visual bug which has will be fixed in the next release.
    Meantime, try changing your menu type to the vertical one and back to the horizontal, the options should appear.

    Anyway to erase the options, which are saved in the db, and they persists even when you erase the theme files, you have to delete the db row.
    In wp_options table, tc_theme_options.
    You can also run *once*:
    https://codex.www.ads-software.com/Function_Reference/delete_option
    delete_option('tc_theme_options');

    meaning you can put it in an executable php file (child-theme functions.php or even parent-theme functions.php or in a plugin, are good candidates).
    Once deleted the option, you have to remove that line.

    Hope this helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how reset all options?’ is closed to new replies.