Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Background Slider / Image Source of Images Not Working

New Front EN Support Forums Tokyo Theme Support Background Slider / Image Source of Images Not Working Reply To: Background Slider / Image Source of Images Not Working

#3137
mmsatori
Keymaster

Hey Christopher,

I’ve investigated the issue and it seems that the settings work fine, it’s the z-indexes (i.e. layer sequence) of the background slider that need to be changed; I’ve prepared a fix – please unzip this archive and upload the resulting file into the theme folder, overwriting the existing file. Alternatively, you can simply add this piece to the theme’s CSS:

body {
position: relative;
z-index: -2;
}
#supersized {
z-index: -1 !important;
}

Please let me know if this works!

Sincerely,
Andrii / Satori Studio