Home / Forums / WoodMart support forum / Problem with SGV icons in Internet Explorer
Home › Forums › WoodMart support forum › Problem with SGV icons in Internet Explorer
Problem with SGV icons in Internet Explorer
- This topic has 8 replies, 3 voices, and was last updated 8 years, 2 months ago by
Artem Temos.
-
AuthorPosts
-
April 24, 2018 at 3:25 am #54191
Victor C.ParticipantHello
The SVG icon in Internet Explorer look pretty bad. I tried to follow the steps you post two months ago but I have not being able to fix it:
Your Post:
To fix this problem, you need to open your SVG icons file with some editor like Sublime Text or default system text editor and add height and width attributes to your<svg>tag like it is shown on the screenshot https://gyazo.com/83fd36b0bb9628bb1aed2bd3d5d063c5 Then you will need to reupload your icons in WordPress Dashboard.In private content, you can find the SVG code so you can help me to modify the code to fix the issue with Internet Explorer.
Thx
Attachments:
You must be logged in to view attached files.April 24, 2018 at 6:26 am #54228Hi,
We have checked your site in Chrome and Internet Explorer 11 and in both browsers category SVG icons looks normal. Please check the screenshot https://gyazo.com/ecd0d69a23f0c62517fab94891dfce11.
Regards
April 24, 2018 at 8:23 pm #54394
Victor C.ParticipantMy Internet explore version is different. Could this cause the issue?
Attachments:
You must be logged in to view attached files.April 25, 2018 at 6:57 am #54425Hi,
Older IE versions can have issues with displaying SVG images aspect ratio. Please, try to open your icon in the text editor and change all sizing parameters (https://prnt.sc/j9sw8k) from
512to the real image width18.You can also try to add this code snippet to the custom CSS area in Theme Settings to limit the width of the icons via CSS.
.menu-categories-container .woodmart-nav-link > img { width: 18px; height: 18px; }Regards
April 25, 2018 at 2:20 pm #54531
Victor C.ParticipantHello
The fix worked for navigation menu, icons looks pretty good, however I have SVG display issue in header in shop page (See attachment).
Please your support.
April 25, 2018 at 2:22 pm #54532
Victor C.ParticipantApril 25, 2018 at 2:26 pm #54540Hi,
Try to use this code snippet
.woodmart-product-categories .category-nav-link a img { height: 40px; width: 40px; }Regards
April 25, 2018 at 2:33 pm #54543
Victor C.ParticipantIssue Fixed.
Great support and knowledge, thx guys
April 25, 2018 at 5:14 pm #54610You are welcome!
-
AuthorPosts
- You must be logged in to create new topics. Login / Register