Home>Support>2nd Logo (is it the Retina Logo) scrolls while other is fixed

2nd Logo (is it the Retina Logo) scrolls while other is fixed

By ltd, 10 years ago. Last reply by Andrew Misplon, 10 years ago.
Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi guys.

If you look at my page there is a scrolling problem with the logo.

How do I fix this?

URL: http://crc.canadianpatriot.org

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Hi Luc

    This appears to be a problem with combining your menu plugin with the existing Vantage sticky nav. Can you perhaps try the following under Appearance > Custom CSS and see if that helps:

    /* Menu */
    
    nav:first-of-type { display: none; }
    nav.sticky[style] { width: 100% !important; }
    
  2. 10 years, 3 months ago ltd

    That works!

    Thanks for your help.

  3. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad that did the trick :)

  4. 10 years, 2 months ago ltd

    Hi Andrew,

    It did the trick however there is something which I had overlooked…

    Can you look at my header and see what I mean, the slider gets slipped under the nav bar now.

    The slider gets cut off in different ways on the mobile and the desktop versions.

    I appreciate any help I can get on this. The first fix I had attempted created a secondary problem and so this is my second go at it…

  5. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Hi Luc

    Please try the following under Appearance > Custom CSS:

    /* Main Slider */
    
    #main-slider {
      margin-top: 60px;
    }
    

    Hope that helps.

  6. 10 years, 2 months ago ltd

    Hi Andrew,

    It looks good for desktop but then mobile version has empty space where menu should be.

  7. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Try replacing our previous rule with this new rule:

    @media (min-width: 900px) {
    	#main-slider {
    		margin-top: 60px;
    	}
    }
    
  8. 10 years, 2 months ago ltd

    OK. I did this. Why is menu not showing on the mobile version.

  9. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Hi Luc

    Would it be possible for you to create a temporary admin account for us so we can log in and take a look? You can create the account with the following email address:

    [email protected]

    Just navigate to Users > Add New in your WordPress admin. Enter siteorigin for the username and [email protected] for the email address. Make sure you’ve selected Administrator for the role and enabled the “Send Password” field so we receive the details.

    Once we’re finished taking a look, you can delete this account. We’ll let you know when to do that.

  10. 10 years, 2 months ago ltd

    Hello Andrew,

    I converted a tech support account I used before for your use;

    Private Snippet

    I will also mention two other small issues which may be linked to the first.

    – the 10-20 px gap under the header nav bar
    – some pages and posts have their tops hidden under the sticky nav like this one for example http://crc.canadianpatriot.org/archives/10669

    Thank you very much for your help. I appreciate it.

    Luc

  11. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Hey Luc

    Thanks for the update. We’re caught in a bit of a trap of hotfixing one thing and breaking another. The problems we have now are due to changing the sticky menu, hiding one of the menus that Vantage uses. We did that to solve the logo jump issue, but the logo jump issue is being caused by CSS used to fix a logo problem relating your Max Mega Menu.

    For testing sake I’ve commented out:

    /*2 Menu problem */
    /*nav:first-of-type { display: none; } */
    /*nav.sticky[style] { width: 100% !important; } */

    and

    /* Fix logo became unclickable because was under the Mega Max Menu */
    /*a.logo {
    z-index: 9999;
    position: relative;
    }*/

    The logo no longer jumps so we can use sticky like normal which also fixes this issue: http://crc.canadianpatriot.org/archives/10669.

    We can now also remove the top margin we added to the slider.

    This is a bit of a tough position for us because it’s really a third-party plugin, Max Mega Menu that seems to the reason changes were required to begin with. I propose we go back to as a basic setup as possible and try resolve from there.

    Please take a look at where we are now. Let me know what isn’t right and I’ll try help out from this new position. Please try leaving the Custom CSS that I’ve commented out, just for now. Let’s rather try resolving from this new position. Hopefully we’ll have everything resolved very soon!

  12. 10 years, 2 months ago ltd

    Hello Andrew,

    Thank you for all your efforts.

    I looked at the site from the desktop as well as the mobile view and everything seems good except for only one thing I noticed which is seen on the desktop view only.

    The only thing is that approx 20px gap under nav bar.

    Luc

  13. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Glad to hear we’re making progress. The extra padding is coming from Mega Menu, I’ve tried to hotfix, give it a go now.

  14. 10 years, 2 months ago ltd

    Hello Andrew,

    I noticed that my rule .top-margin-pull is no longer there. That was to bring the SiteOrigin Image on Pages to appear up against the nav bar.

    Also, on the mobile version, the menu switched from previously being on the left and now being on the right hand side and when I open the menu,
    pressing the x won't close it.

    The menu is also missing the blue bg color to match header.

    This is what I see for now.

    Luc

  15. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Hi :) Lots going on here. If you’d like you can roll back Custom CSS using the revision bar on the right. Let me try dive in deeper when I have an opening. What’s really being asked here is to integrate Max Mega Menu with Vantage, it’s a bit more than we usually handle but since we’re this far I’ll do my best to resolve.

  16. 10 years, 2 months ago ltd

    ok. That's good.

    :)

  17. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Ok cool, so what I’ve done is setup a standard copy of this plugin locally. Everything is working as expected. Here is my setup:

    Vantage Settings:

    1. Vantage responsive menu off.
    2. Vantage search in menu off.

    Max Mega Menu Settings:

    1. CSS Output – enqueue dynamically via admin-ajax.php

    2. Theme, scroll to bottom find CSS Editor – locate the following:

    #{$wrap} { 
        clear: both;
    }
    

    Change to:

    #{$wrap} { 
        float: left;
    }
    

    Summary

    It can be hard for us to dive in once a lot of tweaks have been carried out. What I’m proposing is setting this menu plugin up again. Temporarily remove all Custom CSS, save it in a file. Let’s just get everything default and stable. We can then fix issues one by one.

    The above setup works for me. The menu works, the mobile menu works.

  18. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    (The quickest solution though, would be to revert back to the default Vantage menu. It doesn’t look like you’re using any of the mega menu features so perhaps that’s a possibility).

  19. 10 years, 2 months ago ltd

    Hello Andrew,

    – I saved my settings for the Max Mega Menu.

    – CSS Output set to enqueue dynamically via admin-ajax.php [I had it previously set to Save to filesystem]
    – I also have

    #{$wrap} {
    float: left;
    }

    Luc

  20. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Hi Luc

    I’d love to crack this problem for you. I spent 20mins on this now and didn’t come close. I’m well into Custom Development mode trying to resolve. This is unfortunately as far as we can go on this problem. Here is what I recommend:

    If you’re up for giving the default Vantage menu a try, I’ll set it up for you using the Menu Icons plugin to something very close to what you have now. The mobile menu will be a dark overlay but I’m pretty sure I can get everything else to almost exactly what you have now.

    I gave this a really good shot now, I hope you understand. We really do try help out with customisations like this but beyond a point a developer does need to assist. We’re a small team. We try help out everyone as much as we can.

  21. 10 years, 2 months ago ltd

    You have given me more help than I could expect. Thank You.

  22. 10 years, 2 months ago ltd

    Please, I would take you up on the offer about giving the vantage menu a try…

  23. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Thanks so much for your understanding, it means a lot.

    Cool, let me jump in quick. Chat in a few mins.

  24. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Your server is unfortunately very slow for us down here in South Africa. Perhaps it’s just my DSL line, that’s also very possible as we’re having general issues at the moment. It’s a bit slow for me to move through settings screens as a result. Please see:

    http://crc.canadianpatriot.org/home

    If you edit a menu item you’ll see the possibility to select an icon. Once you have you can choose font size, position, etc.

    It’s not perfect so perhaps hop on Appearance > Customize and get the colors the way you prefer. I tried to get it close to where it was.

    Let me know where you’d like to go from here and I’ll do my best to help. This change solves many of our problems.

  25. 10 years, 2 months ago ltd

    Hi,

    Everything is looking great.

    How do I go about styling the mobile menu?

    Luc

    2015-05-04 17:38 GMT-04:00 Andrew Misplon <
    forum+12130-u19902-54dbae32bf41a3b39d20651b802fde094f325ae7@siteorigin.com>:

  26. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Not sure if you saw but you can change the icon font size so it’s quite easy to make your Facebook icon etc. larger. For more on the Menu Icons plugin please see: https://wordpress.org/plugins/menu-icons/.

    The Vantage mobile menu is unfortunately not easily customisable. Perhaps the easiest customisation is to change the mobile menu background color and set an opacity. This can be done using CSS:

    /* Mobile Nav - Set Background Opacity */
    .mobile-nav-frame {
    background: rgba(0, 111, 156, 0.8) !important;
    }
    
  27. 10 years, 2 months ago ltd

    Hello again Andrew,

    I have another thread asking about showing a different logo for the french version of my site. As you can see I have the Polylang plugin running and all of my site functions have been translated except for the logo.

    Is this something that can be adressed in a future update for vantage?

    Luc

    2015-05-05 5:15 GMT-04:00 Andrew Misplon <
    forum+12130-u19902-54dbae32bf41a3b39d20651b802fde094f325ae7@siteorigin.com>:

  28. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Hi Luc

    Sorry, we’re a bit behind at the moment. No, unfortunately not, this is more of a custom development challenge. I’ll try find a thread where this has been answered before.

  29. 10 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Here we go :

    Thread: We want to change out our logo only on our home page… and do it for normal & retina variants

    Hope that helps.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More