Forum Replies Created
-
AuthorPosts
-
March 24, 2018 at 5:21 pm in reply to: Website Down – HTTP 500 Error – Hosting Says It's an Enfold Error #932392
I just did this and it worked for me:
Go the the header code and delete row 6 to 16:
$avia_config[‘use_standard_lightbox’] = empty( avia_get_option( ‘lightbox_active’ ) ) || ( ‘lightbox_active’ == avia_get_option( ‘lightbox_active’ ) ) ? ‘lightbox_active’ : ‘disabled’;
/**
* Allow to overwrite the option setting for using the standard lightbox
* Make sure to return ‘disabled’ to deactivate the standard lightbox – all checks are done against this string
*
* @added_by Günter
* @since 4.2.6
* @param string $use_standard_lightbox ‘lightbox_active’ | ‘disabled’
* @return string ‘lightbox_active’ | ‘disabled’
*/
$avia_config[‘use_standard_lightbox’] = apply_filters( ‘avf_use_standard_lightbox’, $avia_config[‘use_standard_lightbox’] );Okay, so I deleted it :) Thanks, it works!
Hi, I want to try the work around of Awening, but don’t know what ‘mark out’ means? Thanks for the reply! -monika-
March 24, 2018 at 4:57 pm in reply to: Website Down – HTTP 500 Error – Hosting Says It's an Enfold Error #932381This is what happend to my site too! Waiting for help as you are…
Hey Yigit,
It works? I will repeat this but cannot do it now. I will report to you asap! Thanks!
Hi Nikko,
Thanks for you fast reply and sorry for my very late reaction :). I solved it with a work around. Some how I cannot upload a new logo in the theme. I have to upload a logo with the same name as the original in the database and that it shows. Not ideal. Do you have a solution for this?
Kind regards,
Monika
-
AuthorPosts