Tagged: enfold
Hello guys :)
As i said i hit the button “restart all options” by mistake.
How i can undo it?
Thanks very much :)
Hey 40075trip,
Unfortunately there’s no feature to undo it, unless there’s a backup. So the only thing to do is to setup the settings manually again, unless you have exported the settings.
Best regards,
Nikko
Since this is such a major action, it would be great if you guys could add a “Are you sure?” prompt. I’ve always been afraid of hitting that button by mistake.
Hi goldengate415 ,
Yes, there’s a popup box that would appear when you click on Reset All Options button to confirm that you really meant to reset the settings and prevent accidental resetting of the settings.
Best regards,
Nikko
if you are working on a child-theme i do often insert for my customers in function.php:
function admin_head_mod() {
echo '<style type="text/css">
.avia_reset {pointer-events: none !important }
</style>';
}
add_action('admin_head', 'admin_head_mod');
it blocks that click option