Hey Team,
I have an urgent issue. I’ve just updated my theme and my website is down. Could someone PM me as soon as possible.
~ Jack
This is what happend to my site too! Waiting for help as you are…
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’] );
Hi,
Let us know if this worked for you. Another solution could be to replace your header.php with this one.
Best regards,
Vinay