Tagged: CSS, transparent header
-
AuthorPosts
-
May 6, 2014 at 4:46 pm #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! :)May 6, 2014 at 10:16 pm #260975Hey Kayzel!
Can you post the link to your website so we can take a look?
Cheers!
YigitMay 6, 2014 at 10:18 pm #260976This reply has been marked as private.May 6, 2014 at 10:26 pm #260980Hey!
Can you post the password and enable right-clicking so we can inspect elements?
Regards,
YigitMay 8, 2014 at 10:35 pm #262031This reply has been marked as private.May 9, 2014 at 3:17 am #262098This reply has been marked as private.May 9, 2014 at 1:22 pm #262332Hi!
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 990pxCheers!
YigitMay 9, 2014 at 5:19 pm #262473This reply has been marked as private.May 9, 2014 at 5:44 pm #262493Hi
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!
YigitMay 9, 2014 at 5:50 pm #262497This reply has been marked as private.May 11, 2014 at 10:19 am #262881This reply has been marked as private.May 11, 2014 at 9:39 pm #262979Hey!
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,
YigitMay 12, 2014 at 4:06 am #263094This reply has been marked as private.May 13, 2014 at 12:21 pm #263897This reply has been marked as private.May 15, 2014 at 4:32 pm #265341Hi!
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!
DevinMay 15, 2014 at 4:46 pm #265352This reply has been marked as private.May 19, 2014 at 5:01 pm #266839Hey!
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!
YigitMay 19, 2014 at 6:51 pm #266901This reply has been marked as private.May 20, 2014 at 2:35 pm #267303Hi!
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,
YigitMay 21, 2014 at 1:57 am #267733This reply has been marked as private.May 21, 2014 at 2:50 pm #268023Hey 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!
YigitMay 22, 2014 at 8:45 am #268487This reply has been marked as private.May 22, 2014 at 1:42 pm #268580Hey!
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!
YigitMay 23, 2014 at 3:28 am #268972This reply has been marked as private.May 23, 2014 at 12:47 pm #269099Hey!
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!
YigitMay 23, 2014 at 12:53 pm #269102This reply has been marked as private.May 23, 2014 at 12:59 pm #269105Hi!
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!
YigitMay 23, 2014 at 1:01 pm #269108This reply has been marked as private.May 23, 2014 at 1:10 pm #269109Hey!
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!
YigitMay 23, 2014 at 1:29 pm #269115This reply has been marked as private. -
AuthorPosts
- The topic ‘Transparent header issues (Enfold)’ is closed to new replies.