-
AuthorPosts
-
May 13, 2020 at 3:28 am #1212449
I used the below code to display my png logo in the bottom left of my socket with the menu on the far right which worked perfectly.
<img src="https://www.downundermusic.com/wp-content/uploads/2020/04/DU-174X28.png" /> [nolink] I replaced my png logo with a SVG image of my logo and used the same code (see below) but the svg logo image does not display but my social icons have been added to the far right of the menu. I do have Safe SVG enabled but can't figure out what's wrong. <img src="https://www.downundermusic.com/wp-content/uploads/2020/04/downunder_white.svg" /> [nolink]
View page here: https://www.downundermusic.com/home/
thanks
thanks
- This topic was modified 4 years, 5 months ago by BrandEntourage.
May 14, 2020 at 4:41 am #1212824Hey Brand,
The URL of your SVG image leads to a 404 page, please verify that the image URL actually works.
Best regards,
RikardMay 14, 2020 at 4:59 am #1212829May 14, 2020 at 5:11 am #1212831the logo is white
May 14, 2020 at 7:19 am #1212854svg “images” are kept by WordPress in the media library with 0x0 px.
so your image is there but had no dimension: add something like this to your quick css:#socket img { width: 300px; }
and because you have ssl certs – use:
https://www.downundermusic.com/wp-content/uploads/2020/05/downunder_white.svg
same thing on favicon use https: then the yellow warning will not be shown on top:
May 14, 2020 at 8:07 am #1212864worked perfect.
I’ve added the s but I’m still getting the yellow.
says because parts of my page are not secure such as images. Checked them all and they are all native to the site.
not sure here but at least I got this image thing done.thank you
May 14, 2020 at 8:31 am #1212865As mentioned above your favicon : http://www.downundermusic.com/wp-content/uploads/2019/01/favicon-16×16.png
tries to load from http and could not be found under this url.
May 14, 2020 at 8:35 am #1212867ah! you’re right. good catch.
May 15, 2020 at 7:14 am #1213145Hi BrandEntourage,
Thanks for the update, is everything working as it should now then? Thanks @guenni007 for helping out :-)
Best regards,
RikardMay 25, 2020 at 5:39 am #1215962How would I push my Menu/Nav to the far right?
It’s selected to do so in the admin but with the code to add my logo to my socket, something is not right.
Menu Problem herealso, my Portfolio page overlaps the socket with the above code added. the socket is sticky on all other pages but this one.
Portfoilo Socket problem here.thank you
May 26, 2020 at 2:56 am #1216337Hi,
Please try this CSS as well:
#socket .copyright { width: 100%; } #socket { z-index: 2; }
Best regards,
RikardMay 26, 2020 at 3:24 am #1216342Thanks,
it fixed the menu position but the SVG image is massive. See HereThis is the code I was using to control the SVG image size and the size of the socket height.
#socket img {
width: 150px;
}SOCKET HEIGHT
#socket .container {
padding-top: 10px;
padding-bottom: 01px;
}May 27, 2020 at 4:42 am #1216789Hi,
This is the CSS applying:
#socket img { Â Â width: 100px; }
Could you try clearing anything which shouldn’t be there before width?
Best regards,
RikardMay 27, 2020 at 4:57 am #1216791Thanks But didn’t work
May 28, 2020 at 4:40 am #1217235Hi,
The image is loading fine on my end now, it’s not as large as yesterday. Please try loading the site in an incognito or private window.
Best regards,
RikardMay 28, 2020 at 4:43 am #1217236All is fixed. thank you
May 28, 2020 at 4:39 pm #1217417Hi BrandEntourage,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.