sticky logo doesn't appear update
Hi there.
I just updated the theme to the newest version.
I notice that the sticky logo has disappeared. It happens when I scroll down in the site.
These are the websites
luciayoga.com
member.luciayoga.com
Can you help with that?
Thanks in advance.
Antonio
Comments
Hello,
Please, turn off all of the plugins, refresh your cache, and check if this issue still appears.
Also, if you are using child theme, please, switch to parent, and check if it works then.
Thanks
Hi,
I did already and still the sticky logo doesn't appear
I just realized that the src is unknown
example page with the error:
code:
<img class="logo-main scale-with-grid svg" src="" data-retina="https://www.member.luciayoga.com/wp-content/uploads/2020/08/LOGO_web.svg" data-height="" alt="Molly Vogel" data-no-retina="" width="160px">
Also in this page (a different installation than before), the sticky logo just dissapear:
www.luciayoga.com
Please find screenshot attached
Please send us WordPress dashboard access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact, and we will check what might be the reason.
Notice!
Please attach a link to this forum discussion.
Thanks
Ok, I just sent you the dashboard access privately.
Looking forward to hearing from you.
Thanks
It seems to be an issue with your logo.
I have put another SVG logo in Sticky Header Logo section, and it worked.
Please, check it out by yourself by putting there another SVG logo.
Thanks
I just added another sticky header logo SVG and it continues the same, not working
Anyway, without adding a sticky logo which is optional, should work as well.
I added this logo
Are you sure that you have tested another logo?
I downloaded it and set it as a sticky logo, and this is what is happening:
After that, I checked it with another logo, and it is working without any problems.
This is the image I used for testing: https://freesvg.org/roulette45.
Can you check it with this image as a logo, please?
Thanks
Thanks for your reply.
There was something in the styles that didn't show the logo.
I added the following code and now it works
@media only screen and (min-width: 768px){
#Top_bar.is-sticky #logo img.logo-sticky {
max-height: none;
width: 160px;
}
}
I am glad that you found the solution to your issue. ?
If there is anything else I could help you with, feel free to ask.
Thanks