Okay
  Public Ticket #1962074
Header Template doesn't show up
Closed

Comments

  • Leo1502 started the conversation

    Hey guys,


    somehow I'm not able to activate my own created header.
    It doesn't show up...also I get this notification:

    Hey, your current theme is not supported by Header Footer Elementor, click here to check out the supported themes.


    hopefully you can help me. cheers

  •  675
    Neuron replied

    Hey Leo,

    You don't need that plugin to run the Header Builder in Bifrost, you simply need the Neuron Core and Elementor, that's the two plugins you need.

    Please check our online videos about the header builder:

    Video URL

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Leo1502 replied

    I have deinstalled that plugin, but theres still no header visible :/


    Cheers

  •  675
    Neuron replied

    May I know just one more thing, how many headers you have created? Can you please create one more header and see if that appears, to some hostings due some low server settings, if there is only one header they're not appearing from Customizer, but soon as you create 1 more header, they're displaying. I am marking it as a bug, but until we find a solution, please try adding 1 more, or add it via the page settings.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Leo1502 replied

    Worked! Thank you so much!


    Keep up the good work guys, that theme is awesome

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Leo1502 replied

    One more question, I wanted to make a centered header, so I had to create 2 menus, right? 

    Unfortunately, I'm not able to show only one menu, when reducing the resolution to mobile. Would it be even possible to show 2 different menus only as one?



  •  675
    Neuron replied

    Hey Leo,

    There is a very handy setting called Responsive, where you will be able to show/hide the section or column in certain sizes.

    http://prntscr.com/n97fff

    You can check it also here on this online video in Youtube.

    - Video URL

    Feel free to ask for anything you need.

    If you like our theme, please leave us a rate with 5 stars, that would help us a lot.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Leo1502 replied

    Thanks, worked for me! 

    My next question would be if I'm able to switch the font color of the menu to black again, when scrolling down?

    Would this be possible? Right now it looks like this:

    And would it be also possible to switch the background color of the menu without clicking, just by passing by with the mouse courser?

    Also I want to change the color of the underline in the menu. Where do I do that?

  •  675
    Neuron replied

    Hey,

    You're welcome anytimesmile.png

    This is how you change the underline in active and in hover. Also the last line changes the color

    header li.menu-item.current_page_ancestor > a,
    header li.menu-item>a:hover {
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 1px 0 #000 !important;
        box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 1px 0 #000 !important;     color: your_color !important;
    }

    To change the color of the menu background when scrolling, please add the following style.

    header.headroom.headroom--not-top {
        background-color: your_color !important
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Leo1502 replied

    Thanks, but I don't want to change the color of the menu background when scrolling, I want to change the font color of the menu when scrolling and when hovering, would this be possible?

  •  675
    Neuron replied

    Ah okay,

    The first lines were to change the color and the underline in normal mode and below I will paste on scrolling.

    header.headroom--not-top ul li.menu-item>a {
        color: your_color !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Leo1502 replied

    Hey, did I've insert everything correctly? Because nothing seemed to change :/

  •  675
    Neuron replied

    Hey,

    Please add the Custom CSS in Apperance > Customize > Additional CSS.

    Because that is valid only for the selectors of that page and not for all pages.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Leo1502 replied

    Still no font to see :/

  •  675
    Neuron replied

    Can you please provide me with an URL of your website, so I can check what's going on.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Leo1502 replied privately
  •  675
    Neuron replied

    Unfortunately, I am not able to log in, can you please check?

    Service Unavailable

    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Leo1502 replied privately
  •  675
    Neuron replied

    Again the same, can you please disable the coming soon mode?

    So I can check the website and provide you with CSS.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Leo1502 replied

    Weird, okay, disabled the coming soon mode!

    Thanks for your help

  •  675
    Neuron replied

    Hi,

    This is for the hover that you're using on the all header.

    .elementor-19789 .elementor-element.elementor-element-10aef30:hover .m-nav-menu--horizontal > ul > li > a {
        color: your_color !important;
    } As for the sticky header that changes, it seems like you were using a third-party JS on that, that was the reason of not working.
    .elementor-element-10aef30:not(.she-header-transparent-yes) .m-nav-menu--horizontal > ul > li > a { 
        color: your_color !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Leo1502 replied privately
  •  675
    Neuron replied

    Hi Leo,

    Please disable the autohide option in header options, that's what you're missing.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Leo1502 replied

    Hey,


    I've disabled the autohide option in header options, but its still not showing, when scrolling down. :/ Could you please check the link ive posted below? I want the header exactly like that.


    Thank you guys!

  •  675
    Neuron replied

    The reason why that is not working exactly as the following website, is because we use two headers, one for the normal and one for the sticky, so that's why there's a flipping between headers.

    You can simply remove the sticky header and simply add the following style in your actual header.

    .l-template-header-wrapper .l-template-header {
        position: sticky !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Leo1502 replied

    I removed the sticky header, but its still not working as I want. Now the header background color shows all the time, but I want it to have as sticky as here: idrinkvybes.com

    Is this not possible?

  •  675
    Neuron replied

    Hey,

    Can you please provide me with your wp-admin, there's some jQuery that can make that possible, I will explain after I will get that done.

    Do not forget to make the reply private.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Leo1502 replied privately
  •  675
    Neuron replied

    Unfortunately, the WordPress information is not working.

    Service Unavailable

    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

    No worries, I will explain the whole process below.

    1) Install and activate the plugin below:

    https://wordpress.org/plugins/insert-headers-and-footers/

    2) Add the following jQuery.

    <script>
    jQuery(document).ready(function ($) {
        $(window).scroll(function () {
            if ($(window).scrollTop() > 100) {
                $('.elementor-19789 .elementor-element.elementor-element-10aef30').css('background-color', '#efbdbd');
            } else {
                $('.elementor-19789 .elementor-element.elementor-element-10aef30').css('background-color', '#fff');
            }
        });
    });
    </script>

    You can change the 100, that is the 100 pixel offset from the top. You can also play with colors.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Leo1502 replied

    Is it possible to make the underline bigger in the menu? Or to even delete it? Installed an extra plugin for fullscreen mobile and now this fucking underline is going through the whole menu screen.

    Thanks for your help guys

  •  675
    Neuron replied

    Hi,

    Sure, you can simply add the following style, it will remove the underline in the mobile for the menu.

    @media (max-width: 991px) {
        .elementor a:hover, .elementor a.active {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        } }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.