-
AuthorPosts
-
September 20, 2014 at 2:21 am #322183
Hello,
On my homepage the transparent header would not display on mobile devices. It would use the standard header. I found a support ticket about this issue on the kriesi website and applied the quick css solutions suggested. There are two css options and in both cases it did not pull in my declared transparent logo that I have uploaded into the header layout theme options transparency options.
Do you have a solution for this, so that my transparent logo will display (it is transparent with no content)
Here are the two samples of css I tried.1.)
@media only screen and (max-width: 767px) {
.responsive #main {
padding-top: !important;
margin-top: -82px;
}#main .entry-content-wrapper.clearfix {
margin-top: 82px;
}
}2.) now active
@media only screen and (max-width: 768px) {
.html_header_transparency #top #wrap_all #main { margin-top: -82px!important; }}Thanks – George
September 20, 2014 at 8:34 am #322222Hey!
Try adding this code to the Quick CSS:
.avia_mobile #top .av_header_transparency.av_alternate_logo_active .logo a > img{ opacity: 1; }
Cheers!
JosueSeptember 20, 2014 at 6:07 pm #322428Thanks Josue,
I placed the css in along with the existing css and it did not make a change. I then removed all the quick css and tried the css you sent by itself and it did not change. I have put the original quick css back in and left your css in as well, hoping it will help you see a different selection of css that will reveal the logo for a transparent header.Best regards – George
September 20, 2014 at 9:19 pm #322450Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 22, 2014 at 7:27 pm #323228This reply has been marked as private.September 22, 2014 at 9:51 pm #323309Hey!
Logo now shows on mobile, please check it.
Regards,
JosueSeptember 23, 2014 at 1:12 am #323381This reply has been marked as private.September 23, 2014 at 2:37 am #323418Hey!
The transparent logo is actually being shown in the markup – http://screencast.com/t/062jbKUPHeP, it doesn’t show because as you said it’s an empty PNG.
Regards,
JosueSeptember 23, 2014 at 4:19 pm #323756This reply has been marked as private.September 23, 2014 at 9:55 pm #323929Hey George!
It’s not a flaw, it’s actually expected, transparent header is disabled on mobiles by default and the default logo is shown. Check this demo page for example on a mobile:
http://kriesi.at/themes/enfold/homepage/transparent-header/Regards,
JosueSeptember 23, 2014 at 11:43 pm #323968This reply has been marked as private.September 24, 2014 at 12:43 am #323979You are welcome George, glad to help :)
Regards,
Josue -
AuthorPosts
- The topic ‘Transparent Header on Mobile’ is closed to new replies.