Tagged: shrinking header
-
AuthorPosts
-
March 10, 2015 at 5:43 pm #408969
Hi,
I’m having trouble getting my header to shrink when I scroll down. My settings are:
- Logo image = 340 x156 png
- Logo left, menu right, slim
- Sticky Header and Shrinking Header both checked
The site is under development. I’ve put a link to it in Private Content.
What do I need to change to get the shrinking header to work?Thanks
March 10, 2015 at 5:48 pm #408973Hi akmhou!
Please try de-activating all active plugins and check if that helps.
Cheers!
YigitMarch 10, 2015 at 6:43 pm #409002This reply has been marked as private.March 11, 2015 at 2:26 pm #409844Hey!
Can you please try re-updating the theme via FTP and make sure to overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
Currently there seems to be problem with JS filesCheers!
YigitMarch 11, 2015 at 3:56 pm #409907Hi Yigit,
Thanks for getting back with additional help.
I’ll do what you’ve suggested but want to wait until V3.1 is released. I’m really looking forward to the ability to change colors on H tags from the backend instead of going through the advanced settings plus the compatibility with Gravity Forms.
I’ll let you know if that solves my problem or not.
Thanks
March 11, 2015 at 4:05 pm #409913Hey!
Sure, we will keep the thread open and it will be on hold until you reply :)
Regards,
YigitMarch 11, 2015 at 4:13 pm #409921Hi Yigit,
UPDATE:
I’ve found the problem. It is the edit I had made my child’s functions.php file for being able to choose exact HEX colors. The code I had added was
function wp_change_avia_colorpickerjs() {
wp_dequeue_script( ‘avia-default’ );
wp_enqueue_script( ‘avia-default-child’, get_stylesheet_directory_uri().’/js/avia_colorpicker.js’, array(‘jquery’), 2, true );
}
add_action( ‘wp_print_scripts’, ‘wp_change_avia_colorpickerjs’, 100 );I got that from your post https://kriesi.at/support/topic/color-selection-not-working-for-specific-color-code/#post-342032
Instead, I’ll try the the fix suggested by Josue in his post here https://kriesi.at/support/topic/color-selection-not-working-for-specific-color-code/#post-342032.
One other problem I’ve noticed is that about 30px of my Layerslider is visible in the header. How can I fix this?
Thanks for your help.
March 11, 2015 at 6:34 pm #410023Update 2:
The problem with the slider being visible in the header (About 30px) happens only when Sticky Header is turned on.The problem goes away if I uncheck it. The same problem happens even with a color section.
March 11, 2015 at 8:21 pm #410072OK, I’ve fixed my problem with the slider showing in the header with Sticky Header turned on.
I added this to my child theme CSS:
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 140px; }The default padding-top: 119px was not enough.
You can mark this topic as resolved.
-
AuthorPosts
- The topic ‘Shrinking Header is not working’ is closed to new replies.