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: One page layout has 'chunky' loading behaviour.

New Front EN Support Forums Kanso Theme Support One page layout has 'chunky' loading behaviour. Reply To: One page layout has 'chunky' loading behaviour.

#3546
mmsatori
Keymaster

Hey See22,

I will go over your comments using the same numbering:

1). Glad to hear! Some images I would still recommend working on, namely this and this – they’re well over 1 Mb each, which means there’s still some speed improvement possible.

2). I’ve tried several preloaders myself when I was building the Shogun theme, I can agree that a lot of them are quite prone to not working under certain conditions (hence the recommended one from my previous message – that one I know to work with my themes ;)

3). I’ve updated the Revolution Slider to the latest version in Kanso 1.6, which I am currently working on and which is due to be released in June. I’ve sent you the latest build to the email you’ve used when registering on this forum – please follow the instructions there to update the theme.

5). This wasn’t envisaged by the theme initially, thus some custom code will have to be added. Firstly, you will need to clear the “Offset Containers” field in the “Main Slider Settings” section of your slider settings page. Secondly, the header itself will have to be modified by adding some extra CSS (you can either insert it into the child theme’s style.css, in case you are using a child theme, or put it into the “Style: Add Custom CSS” tab of the Theme Options panel):

#main-header {
position: fixed;
top: 0;
left: 0;
z-index: 100;
}

#header {
background: transparent !important;
}


#main-header .smallheader {
background-color: #fff !important;
}

Sincerely,
Andrii / Satori Studio