Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #901495

    Hello guys :)
    As i said i hit the button “restart all options” by mistake.
    How i can undo it?

    Thanks very much :)

    #901538

    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

    #901601

    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.

    #901837

    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

    #902065

    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

    #902297

    Hi,


    @Guenni007
    : Thanks for sharing that information :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.