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

    By mistake I pressed the button “reset all options” at the “Advanced Styling” tab. Of course I used to reload an automated backup from my German provider Strato – without success. I tried several backups even with different date and time, but some settings are lost:-(

    It’ really strange: In last backup (stored 5 hours before I resetted all options), colour of header and the logo is correct but there are 4 columns in the footer which I never used, additionally there is a breadcrumb navigation and other strange settings!
    I changed some settings and after saving this the layout looks completly different (see links in private content).

    Can you provide a hint besides reload a backup? That would be really helpful.
    I have a sql backup from the database (size 6.2 MB). Does this contain the theme options?

    #737634

    Hey Holger!

    Thank you for using Enfold.

    Looks like the Enfold > General Styling has been reset to default. I’m sorry but we can’t help you with this. Please contact your hosting provider regarding the latest backup of the site. If you want to disable the “reset options” button, please add this in the functions.php file.

    add_action( 'admin_head', 'ava_custom_admin_style' );
    function ava_custom_admin_style() {
    	echo '<style type="text/css">.avia_reset { display: none !important; }</style>';
    }

    Cheers!
    Ismael

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