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 Image again

New Front EN Support Forums Kabuki Theme Support Background Image again Reply To: Background Image again

#1968
mmsatori
Keymaster

Hey Fry,

glad it works, I’ll update the ThemeForest download files as well, thanks for pointing out the bug!

Regarding your second question: in principle, the footer is not fixed to the bottom of the window, since in that case it will always stick to the window even if there’s more content than window height (you can try any theme on ThemeForest, they’ll also follow the same principle). I wouldn’t also advise to fix the footer on individual pages, since different visitors may have varying screen sizes and to some the footer will overlap the content on smaller screen heights. In any case, it is up to you to decide, here’s how it can be done: please add this CSS code at the bottom of the “style.css” file (opens by default in “Appearance -> Editor” admin menu):
.page-id-XX #footer { position: fixed; bottom: 0; }
replace the “XX” with the ID of the page in question. Note that you’ll need to add every individual page separately.

Sincerely,
Andrii / Satori Studio