-
AuthorPosts
-
November 2, 2019 at 11:35 pm #1153379
Hello,
For some reason when viewing my website in mobile format it duplicates my logo. I just want one logo.
I would appreciate you help.
Thank you
https://innerevolutionfitness.comNovember 3, 2019 at 12:00 am #1153382Hey theoak15,
I’m not seeing two logos. Is this on a specific device? Can you screenshot the issue?
Best regards,
Jordan ShannonNovember 3, 2019 at 2:25 am #1153430Hey Jordan,
Thanks for the help.
Any device besides a desktop and I see two logos. It seems to be only on the front page. Here is a screenshoot.https://i1376.photobucket.com/albums/ah40/theoak15/Screenshot_20191102-181927_Chrome_zpsk4cfgqfv.jpg
Mark
November 3, 2019 at 1:48 pm #1153495Hi Mark,
Thanks for that. How exactly are you adding the logo? I’m asking since it’s a webp image and the markup which is adding the image is not coming from the theme.
Best regards,
RikardNovember 3, 2019 at 5:00 pm #1153527Rikard,
I figured it out thanks to you pointing out that it was a webp image. I was using imagify and it wasn’t overwriting the image.
Thanks again
November 4, 2019 at 5:35 am #1153612Hi,
Great, I’m glad that you found the problem and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJune 21, 2022 at 3:29 pm #1356009Hi, also double logo on mobile only, also imagify, images are replaced by picture-tag
but – two different markups –
logo 1 = <span class=”logo avia-standard-logo”>
logo 2 = <span class=”subtext avia-standard-logo-sub”>How to get rid from class subtext avia-standard.logo-sub
I mean, sure i can display:none, but thougt you might be interested in this case.
thank you.June 21, 2022 at 6:11 pm #1356034@xxtita : this subtext logo is only used for transparency headers. Whilst the one got opacity 0, the others got opacity 1:
/*** no transparency header ***/ .logo img, .logo svg { opacity : 1; } .logo img.alternate, .logo .subtext.avia-svg-logo-sub svg { opacity: 0; } /*** for transparency headers ***/ .av_header_transparency .logo img.alternate, .av_header_transparency .logo .subtext.avia-svg-logo-sub svg { opacity: 1; filter: alpha(opacity=1); } #top .av_header_transparency.av_alternate_logo_active .logo a > img, #top .av_header_transparency.av_alternate_logo_active .logo a > svg { opacity: 0; filter: alpha(opacity=0); }
June 23, 2022 at 7:15 am #1356238Hi xxtita,
It is as @Guenni007 mentioned, the subtext logo is used for transparency headers.
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.