1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved How to add a secondary menu that changes when you scroll down ( like default divi)

Discussion in 'Basic Support Forum' started by Gregory, Apr 16, 2019.

  1. Gregory

    Gregory New Member

    Right now, i've made a menu with style 10, however it's the same menu always, i would like to change the secondary menu logo, size & background color etc but i just cant figure out how to get a secondary sidebar!

    Thanks in advance
     
    1. PRO MEMBER PERKS Divi Mini Cart Pro Plugin - Instantly add 3 different types of mini cart to your Divi site:Learn More
  2. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Sorry I don't quite get what you trying to achieve. Kindly elaborate more with some screenshot. Also kindly share your URL as well.
     
  3. Gregory

    Gregory New Member

    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Freelancer' Divi layout for all Pro members:View Demo
  4. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Sorry to say that our header plugin doesn't support transparent background menu. You can only do that with the default Divi header.

    As for the different menu & logo after scrolling down, you can only change it immediately after it become sticky / fixed (using custom CSS). If need it to take effect only after scrolling for certain distance, then you will need custom jQuery to achieve that.

    In short, if you need it to be exactly like the site: https://www.webnexus.nl/ it will be pretty complicated to achieve with our header plugin.

    ============

    The easiest way to achieve that is to use the default Divi header. You get to set transparent menu + set smaller menu height & different color after scrolling, right in the Theme Customizer. The only issue is the button & changing logo.

    For the button, you can try this tutorial: https://joshhall.co/how-to-create-call-action-button-for-the-divi-menu/

    And for the changing logo, you can use the below code in Divi > Theme Options > Integration > Body Code. Remember to change the YOUR IMG URL LOGO to your logo URL.
    Code:
    Log In or Sign Up to view this code.
    **Taken from: https://joshhall.co/how-to-create-a-logo-swap-effect-in-divi/
     
    David Behrens and Gregory like this.
  5. Gregory

    Gregory New Member

    Awesome, thanks for the great and fast response!
    Very nice support!

    Is there a way to use the default divi header and use the hover effect from the plugin? I really like the look of the bar that fluently fills up underneath the navigation labels.
     
    1. PRO MEMBER PERKS Divi.Help Pro Layout Packs - Agency Divi layout pack featuring modern overlay archive blog layout with hover effects:View Demo
  6. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
     
    Gregory likes this.
  7. Gregory

    Gregory New Member

    Awesome! that nearly looks perfect, tiny problem is that the bar is wide for the naviagtion label, any idea how to fix this? upload_2019-4-17_21-23-2.png
     
    1. PRO MEMBER PERKS Divi.Help One-Page Layouts - Beautifully crafted one-page Divi layouts just for you:View All Layouts
  8. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Change the hover width percentage back to 100%.

    Then add the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
     
    Gregory likes this.
  9. Gregory

    Gregory New Member

    Works like a charm! Can't thank you enough!

    Is there a way to exclude a navigation label with the effect? I followed the CTA tut you posted, but i want this label not to have the hover effect! That would be the only thing left.

    Many thanks for the fast help!
     
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Industrial' Divi layout for all Pro members:View Demo
  10. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Gregory likes this.
  11. Gregory

    Gregory New Member

    Awesome, that looks brilliant! Thanks for all your fast help!
     
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Industrial' Divi layout for all Pro members:View Demo
  12. David Behrens

    David Behrens New Member
    Divi Block Pro Divi Powerful Child Theme Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    I love this idea, and I'd love to implement the logo change on our site too (see ffs.kollabio.net/our-app). However the body code you posted above does not seem to be working with the Divi Ultimate Headers (I am using Header 8 on this page). If I may piggy back off of this thread, how do I go about having the logo change on scroll within a Divi Ultimate Header and then have the menu shrink on scroll instead?
     
  13. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    1. PRO MEMBER PERKS Divi.Help Pro Layout Packs - Agency Divi layout pack featuring unique comment design on single blog post page:View Demo
  14. David Behrens

    David Behrens New Member
    Divi Block Pro Divi Powerful Child Theme Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    This is working great thus far with one last tweak, if you are willing to give me a hand. If you look closely the normal (not sticky) logo on the left jumps to the left and flashes a bit as you scroll down on the page. Would you happen to have any advice on how to make that transition cleaner? In the linked post you suggested above regarding the logo change, I opted to use the second code snippet that featured the fading transition effect over the block snippet...

    Thank you all again for being such a great support to Divi Designers like me! I am not sure how you guys are able to do it, but I love everything you all have produced since the beginning. Keep up the great work! P.S: Is there any way I can give you all a rave public review?
     
  15. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Noticed few issues.
    1. The previous post CSS doesn't shrink your button. Remove the previous CSS & try the below CSS instead in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
    2. For the jumping left issue, I tweaked the CSS to work for your case. You will need to remove the previous one as well.
    Code:
    Log In or Sign Up to view this code.
    3. Noticed a double scrolling issue on mobile for your site. Try the below CSS in Divi > Theme Options > Custom CSS to fix it:
    Code:
    Log In or Sign Up to view this code.
    As for this, you can post it in our Customer Testimonial section for our product ;)

    See screenshot below:

    upload_2019-8-25_11-40-34.png
     
    David Behrens likes this.
    1. PRO MEMBER PERKS Divi Block Pro - Premade card carousel design for your Divi site without using any plugins:View Demo
  16. David Behrens

    David Behrens New Member
    Divi Block Pro Divi Powerful Child Theme Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    *Round of a Applause, with Jaw On the Floor* You better believe I'll be giving y'all a rave review on Monday/Tuesday. Y'all just blew my mind!
     
    Divi.Help Pro Support likes this.