Logo disappears on mobile
-
Hello, I have a problem that when I view a client site on mobile or mobile view in developer options, the main logo disappears from the header bar.
I’ve examined this: I get an error in console:
Mixed Content: The page at 'https://[url]/' was loaded over HTTPS, but requested an insecure image 'https://[url]/link-to-image.jpg'. This request has been blocked; the content must be served over HTTPS.
When I inspect the element, I see that some of the “src” attributes for the logo image are https, and some are http:
<img width="230" height="43" src="https://[ur]/link-to-image.jpg" class="custom-logo" alt="Amg DataBase" srcset="https://[ur]/link-to-image.jpg 1x, https://[ur]/link-to-image.jpg 2x">
I had this issue on version 2.1.0, have just updated to 2.1.3 (latest version) but the bug is still there. Please can this be fixed so that all images load correctly from the same source?
- This topic was modified 2 years, 3 months ago by .
- This topic was modified 2 years, 3 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Logo disappears on mobile’ is closed to new replies.