Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1121663

    Hey guys, get the RESET ALL OPTIONS button out of the central location in the Theme Options interface. This is insane!

    This is an insane, and frankly irresponsible design, for such a drastic KILL button. I’ve read countless accounts of it happening. Why would such major button be put in this prominent place? It’s nuts! Make a new option/tab along the left column accompanied by tons of warnings on the landing tab.

    I just lost all my settings. Moving quickly and clicked it by accident. I’m not the first. You guys have a great theme. Keep the UI responsible and move this button! I’m not the first or the last. Tons of users agree per the support messages.

    Move the KILL BUTTON so it’s not so easy to wipe out months of work!

    #1121810

    Hey Nicole,

    We apologize for the inconvenience the only safety measure we add in case it is accidentally clicked is the pop-up box which confirms if you continue this action.
    We will forward your request.
    For the meantime, you can add this code in your functions.php to remove it:

    add_action('admin_head', 'remove_reset_button');
    function remove_reset_button() {
      echo '<style>
    	.avia_footer_reset{ display: none !important; } 
      </style>';
    }

    Best regards,
    Nikko

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