Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #408973

    Hi akmhou!

    Please try de-activating all active plugins and check if that helps.

    Cheers!
    Yigit

    #409002
    This reply has been marked as private.
    #409844

    Hey!

    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 files

    Cheers!
    Yigit

    #409907

    Hi 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

    #409913

    Hey!

    Sure, we will keep the thread open and it will be on hold until you reply :)

    Regards,
    Yigit

    #409921

    Hi 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.

    #410023

    Update 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.

    #410072

    OK, 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.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Shrinking Header is not working’ is closed to new replies.