Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #932356

    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

    #932381

    This is what happend to my site too! Waiting for help as you are…

    #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’] );

    #932593

    Hi,

    Let us know if this worked for you. Another solution could be to replace your header.php with this one.

    Best regards,
    Vinay

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