Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #830664

    Hi,
    First… you not allow to laugh at me :) because this is quite embarrassing. I use the Quick CSS part quite a lot and because of the button just underneath, I… quite a few times, nearly click on that button to save changes – but that button as you know is the “RESET ALL OPTIONS” button. This morning I did click that button… luckily my host has backups running every morning. My own fault, nobody else to blame…

    QUESTION : What are the changes that you can move that button for a scattered brain like me?

    :)))
    Pieter

    • This topic was modified 7 years, 4 months ago by CampFigtree.
    #830683

    Hi Pieter,

    I’m not really sure what else to do regarding it but there are 2 things already there. 1, when you hover it, it has that red color (some kind of warning color) and 2, it has a popup window which asks you if you are sure to do delete everything :)

    Best regards,
    Nikko

    #830966

    Hi Nikko… as I said, nobody else to blame but myself… I assume it’s my scattered brain that needs attention :)))

    #832139

    Hi CampFigtree,

    That button is very tempting though :) It’s a good thing that you have backups!

    Best regards,
    Victoria

    #832150

    Hi,

    Please add following code to bottom of Functions.php file in Appearance > Editor to remove that button :)

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

    Best regards,
    Yigit

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