Viewing 30 posts - 1 through 30 (of 35 total)
  • Author
    Posts
  • #260804

    Hi ladies and gentlemans!

    My issue for today is that even though I set to transparent header, the temporary logo I placed has a white background, and when I scrolled down, the “header” will be from transparent to white color. How do I set it to a full transparent background header even though it scrolls down?

    My settings are scrollable header, transparent header atm.
    Cheers to all! :)

    #260975

    Hey Kayzel!

    Can you post the link to your website so we can take a look?

    Cheers!
    Yigit

    #260976
    This reply has been marked as private.
    #260980

    Hey!

    Can you post the password and enable right-clicking so we can inspect elements?

    Regards,
    Yigit

    #262031
    This reply has been marked as private.
    #262098
    This reply has been marked as private.
    #262332

    Hi!

    Please tell your designer to edit the your logo and make its background transparent. Currently it is white and that is what you are seeing when header is set to display transparent :)
    then go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px

    Cheers!
    Yigit

    #262473
    This reply has been marked as private.
    #262493

    Hi

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) { 
    .responsive #main {
    margin-top: -82px;
    }}

    Cheers!
    Yigit

    #262497
    This reply has been marked as private.
    #262881
    This reply has been marked as private.
    #262979

    Hey!

    I see that you still have not updated your logo image that is why logo issue remains :)
    For slider, please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    li.av-single-slide.slide-1.active-slide {
    background-size: contain;
    background-repeat: repeat-x; }}

    Best regards,
    Yigit

    #263094
    This reply has been marked as private.
    #263897
    This reply has been marked as private.
    #265341

    Hi!

    What exactly is the issue you are running in to? Please make sure that you also clear all cache, turn it off and don’t use any minification when trying to debug or have us look at an issue as well.

    Cheers!
    Devin

    #265352
    This reply has been marked as private.
    #266839

    Hey!

    I wanted to take another look but seems like you password protected your pages once again. Can you post the password if you do not mind? :)

    Cheers!
    Yigit

    #266901
    This reply has been marked as private.
    #267303

    Hi!

    Please try following code as well

    @media only screen and (max-width: 768px) {
    li.av-single-slide.slide-1.active-slide { background-position: 50% 100%; }}

    Regards,
    Yigit

    #267733
    This reply has been marked as private.
    #268023

    Hey Kayzel!

    How about turning on custom CSS field for Avia Layout Builder elements ( see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and adding an image right below fullscreenslider and showing it only on mobile and removing fullscreen slider on mobile as a workaround?

    Cheers!
    Yigit

    #268487
    This reply has been marked as private.
    #268580

    Hey!

    Please edit your Fullscreen Slider and add a custom class as shown here – http://i.imgur.com/gyWyH7e.png
    and then add an image element right below it in Avia Layout Builder and give it a unique class as well. Then add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    .unique-class-slider { display: none !important; }
    .unique-class-image { display: block !important; }}
    @media only screen and (min-width: 768px) {
    .unique-class-image { display: none !important; }
    .unique-class-slider { display: block !important; }}

    Cheers!
    Yigit

    #268972
    This reply has been marked as private.
    #269099

    Hey!

    Can you try changing 768px values to 990px in the code i posted here – https://kriesi.at/support/topic/transparent-header-issues-enfold/#post-268580

    Cheers!
    Yigit

    #269102
    This reply has been marked as private.
    #269105

    Hi!

    Right click is disabled so i cannot check the source code but it seems like you have added image below slider or am i mistaken? It seems like custom CSS code is not being applied as well :)

    Cheers!
    Yigit

    #269108
    This reply has been marked as private.
    #269109

    Hey!

    I see that you have added custom class “unique-class” for slider. Can you please edit the element and change the custom class to “unique-class-slider”? Then code i posted should work. If you add an image element under your slider, please use “unique-class-image” as custom class

    Cheers!
    Yigit

    #269115
    This reply has been marked as private.
Viewing 30 posts - 1 through 30 (of 35 total)
  • The topic ‘Transparent header issues (Enfold)’ is closed to new replies.