Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #928508
    Edwin Lasso
    Guest

    Please Help,
    that ist mein line 6 at header.php. Could you tell whats wrong:

    <?php
    if ( ! defined(‘ABSPATH’) ){ die(); }

    global $avia_config;
    THAT WILL BE MEIN LINE 6
    $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

    #928567

    Hey Edwin Lasso,
    Typically this is due to a older PHP version being used by your webhost, please ask them to update your PHP version to v7
    Another solution could be to replace your header.php with this one.

    Best regards,
    Mike

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