Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1251192

    Hi, I have the following problem. My landing page has a dark image with a white logo and white menu on it. I have defined a dark transparancy logo. Now, if I scroll down, I get a default header and a dark menu; this is ok, However the white logo shrinks and is displayed on top of the transparancy logo which makes the transparancy logo invisible. I would expect that the white logo should disappear. Any help is appreciated to solve this problem.
    As I expect that custom css could solve the problem, I have copied my current custom css below.

    h4 {
    line-height: 2.1em !important;
    }

    #top .av_header_transparency.av_alternate_logo_active .logo a > img {
    opacity: 1 !important;
    filter: alpha(opacity=1) !important ;
    }

    @media
    (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
    .avia-fullscreen-slider .avia-slideshow[data-image_attachment=”fixed”]>ul>li {
    background-attachment: scroll;
    }
    }

    @media only screen
    and (max-device-width : 1024px) {
    .avia-fullscreen-slider .avia-slideshow[data-image_attachment=”fixed”]>ul>li {
    background-attachment: scroll;
    }
    }

    #top .header_color input[type=’text’] {
    color: black !important;
    }

    #top .header_color input[type=’text’]::-webkit-input-placeholder {
    color: black !important;
    }

    .avia-content-slider .slide-meta { display: none; }

    .tribe-events-cal-links, tribe-events-ical {
    display: none !important;
    }

    .av-single-event-content {
    float: left !important;
    margin-left: 0px !important;
    margin-right: 50px !important;
    }

    #1251508

    Hey HenkS5,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1251565

    Hi Victoria,

    I like to do that. Here is the link: https://oudlisse.nl.

    Kind regards,
    Henk

    #1251794

    Hi Henk,

    Thanks for that. I see that you are running an old version of the theme, could you try to update to the latest version (4.7.6.4) to see if that helps please? The update to 4.7.x has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541

    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/

    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.

    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1252278

    Hi Ricard,

    Thanks for your suggestion. As proposed I updated enfold from 4.3.1 to 4.7.6.4. But behaviour of transparancy logo is still the same:
    – transparancy logo is visible while page is scolled up
    – transparancy logo is coverd by logo while page is scrolled down.

    Your help is appreciated.

    Kind regards,
    Henk

    #1252280

    Hi Henk,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    .header-scrolled .logo > a > img {
        opacity: 0;
    }
    .header-scrolled .logo a img.alternate {
        opacity: 1;
    }
    
    
    

    Best regards,
    Yigit

    #1252282

    Hi Yigit,

    This makes it a little better. Now a part of the transparancy logo is visible while srolled down.
    But transparancy logo is still visible while page is scolled up and the default logo does not dissapeared while scrolling down.

    Kind regards,
    Henk

    #1252313

    Hi Yigit,

    I continued my experiments and removed this snippet from Quick CSS;

    #top .av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 1 !important;
        filter: alpha(opacity=1) !important ;
    }

    Also reversed color from logo’s: transparancy Logo is now white and logo is black.
    This works.
    Problem solved.
    Tanks.
    Kind regards,
    Henk

    #1252425

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Logo and transparancy logo both visible’ is closed to new replies.