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: Slider Header, not showing caption and title

New Front EN Support Forums Fuji Theme Support Slider Header, not showing caption and title Reply To: Slider Header, not showing caption and title

#901
mmsatori
Keymaster

Hey Denis,

going back to the unresolved issues:

1). The header icons, logo, and slogan overlap in the mobile mode because as far as I can see you’ve added extra code to the theme which is supposed to work for the full-size mode but does not take into account the fact that on small screens the theme behaves differently (the lessframework.css file serves for specifically that cause). To fix the header without deleting the code you’ve added, please add the following code at the bottom of style.css:

@media only screen and (max-width: 767px) { #header-top #header-right, #header-top #slogan { position: static !important; } }

Regarding the slider issue – I cannot seem to be able to reproduce the error on my machine, using Chrome/Firefox/Opera/Safari/IE9. The problem you mention (oversized slider on browser window resize) has been reported previously, yet in Fuji version 2.1 I’ve fixed this issue and it has not been reported since. Could you please tell me which browser and which version you are using, maybe I’ve missed something? Also, could you please tell me if the slider appears twisted if you load the page directly in the small-screen mode?

3). Please download this archive, unzip it, and upload into the theme folder (/wp-content/themes/Fuji/), replacing the existing files.

Sincerely,
Andrew | Satori