• Resolved dameer.dj

    (@dameerdj)


    Hi,

    unfortunately “background_image_attachment_fallback” issue still persists. It is on line #389 (siteorigin-panels/inc/styles-admin.php).

    In order to temporary fix the problem I replaced the clause from:

    if ( $styles[ $k ] == '' && $styles[ $fallback_name ] == '' )

    to:

    if ( isset( $styles[ $fallback_name ] ) && $styles[ $k ] == '' && $styles[ $fallback_name ] == '' )

    …coz obviously $styles[ $fallback_name ] doesn’t get set before. Don’t know the reason nor was looking deeper into prob.

    Cheers1

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘background_image_attachment_fallback still not resolved!’ is closed to new replies.