Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #1012467

    Good Afternoon,

    I was wondering how I can go about making my sticky nav on my website have a larger logo and the links centered horizontally how it is when the page is first loaded. I have added some CSS to the nav to have the logo centered in the middle of the nav but when the page scrolls the alignment no longer matches how it was prior to the scroll.

    Thanks so much!
    ~Amanda

    #1012636

    Hey amanda-mdllc,

    Thank you for using Enfold.

    This should center align the menu items on scroll and increase the logo size.

    .header-scrolled #header_main_alternate {
        top: -30px;
    }
    
    .header-scrolled .logo, .header-scrolled .logo a, .header-scrolled .logo a img {
        max-height: 80px !important;
        height: 80px;
    }

    Best regards,
    Ismael

    #1012804

    That worked perfectly!! Thank you so much!

    #1012835

    One last question regarding this website. I have changed the highlight color on the website and added some css to it but I cannot get the opacity lowered. I would like it to function in a way that when any text is highlighted they can still see the text that is underneath the highlight.

    ::selection {
    background: #bc9b6a; /* WebKit/Blink Browsers */
    opacity: 0.3!Important;
    }
    ::-moz-selection {
    background: #bc9b6a; /* Gecko Browsers */
    opacity: 0.3!Important;
    }

    #1013474

    Hi,

    Thanks for the update. Unfortunately, you can’t change the highlight opacity. Try to apply a font color.

    ::selection {
        background: #bc9b6a;
        color: #000000;
    }

    Best regards,
    Ismael

    #1013656

    That fixed it! Thanks so much!! :)

    #1013669

    Ok I lied lol. Sorry I have 1 more. For that same nav we foxed for mobile at the beginning of this thread. When it is on iPad /Tablet I was wanting to give me the hamburger navigation. But when I have the mobile menu activated I cannot see the menu and the logo hasn’t switched from the light version to the dark version.

    What can I do for this?
    Thanks!
    ~Amanda

    #1013981

    Hi,

    I can’t access the site using the credentials above. Did you change it? Please check the info carefully.

    Best regards,
    Ismael

    #1014301

    No that is the information to get to the staging website. I have attached both the staging login info as well as the WP-Admin info below for you.

    Thanks in advance!
    ~Amanda

    #1014659

    Hi,

    Thanks for the update.

    We adjusted the header layout a bit with these css codes.

    @media only screen and (max-width: 989px) {
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 1;
        padding: 5px;
    }
    
    .responsive .logo img {
        height: auto !important;
        width: auto;
        max-width: 100%;
        display: block;
        max-height: 80px;
        transform: none;
        left: 0;
    }
    
    #top .av_header_transparency .phone-info, #top .av_header_transparency .social_bookmarks li a {
        color: #000000;
    }
    
    .header_color div .av-hamburger-inner, .header_color div .av-hamburger-inner::before, .header_color div .av-hamburger-inner::after {
        background-color: #231f20;
    }
    
    .responsive #top .av_header_transparency .logo img.alternate {
        display: none;
    }
    
    .responsive #top .logo {
        position: static;
        display: table;
        height: 80px !important;
        float: none;
        padding: 0;
        border: none;
        width: 80%;
    }
    
    .responsive #top #wrap_all .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }
    }

    Best regards,
    Ismael

    #1014808

    Wonderful! That is perfect! Only thing is the logo is the white version not this version http://staging.granvillefarm.flywheelsites.com/wp-content/uploads/2018/09/GranvilleFarms-website-logo.png

    I tried to locate and change it but no matter what I did isn’t working. What do I need to do with this to make it show up with the dark version?

    Thanks!
    ~Amanda

    #1015110

    Hi,

    I adjusted the code a bit. The default logo should be visible now.

    Best regards,
    Ismael

    #1015318

    Perfect! This project is a wrap :)

    Thanks!
    ~Amanda

    #1015391

    Hi Amanda,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1017212

    Hello there Victoria

    Is there a way to make the hamburger come up on the sticking point of 1000px? It goes to the hamburger at 900px and is fine with a regular navigation at 1100px. I tried to make the @media only screen and (max-width: 1000px) but that didn’t help.

    Thanks!
    ~Amanda

    #1017868

    Hi Amanda,

    I was going to check your website, but the .htpass credentials are not working anymore, can you please update them?

    Best regards,
    Victoria

    #1019007

    Good Morning!
    Here you go. I am attaching them below.

    #1019014

    Good Morning!
    Please disregard the login into from earlier. I pasted the wrong info we moved the site from staging to being live. Just need to get the mobile stocking point break to be at 1000 for the hamburger to display. I plugged the code in but it still breaks the menu when it’s mobile.
    Here is the new information.

    #1019828

    Hi amanda-mdllc,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
      #header_main_alternate {
        display: none;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1019975
    This reply has been marked as private.
    #1020811

    Hi Amanda,

    https://cl.ly/42ca05aa4dec Here is what I am seeing. Do you want the header to be white and burger blacK?

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1020830
    This reply has been marked as private.
    #1020948

    Hi,

    It’s not clear which screenshot you are referring to? I have changed the media query in the Quick CSS. Now the mobile menu triggers before the split menu starts to form another line at 1224 pixels.

    Best regards,
    Vinay

Viewing 23 posts - 1 through 23 (of 23 total)
  • You must be logged in to reply to this topic.