-
Author
-
October 25, 2015 at 03:02 #84064brando2dayParticipant
My site’s user profile menu icons are rendering massively in IE 6. I see in your changelog that this is a past issue which was allegedly fixed several versions back; however, it is a problem in my site despite having the latest version of the theme.
October 26, 2015 at 05:36 #84198LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 30, 2015 at 01:19 #84989brando2dayParticipantStill haven’t received a resolution to this ticket.
November 3, 2015 at 18:16 #85516RaduModeratorHi,
Please provide a print screen that pointing out the problem.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 31, 2017 at 12:46 #172198szmek9ParticipantHi, I have this issue as well.
Here is a screenshotAttachments:
You must be logged in to view attached files.September 1, 2017 at 15:14 #172322RaduModeratorHi,
Try this css and let me know if this solved the large icons on ie11
COPY CODE/*------Specific style for IE11---------*/ _:-ms-fullscreen, :root #buddypress div#item-nav ul li a:before { font-size:inherit !important; } /*------END Specific style for IE11---------*/
The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionSeptember 1, 2017 at 18:53 #172345szmek9ParticipantNow it is too small
looks like thisAttachments:
You must be logged in to view attached files.September 4, 2017 at 15:47 #172601RaduModeratorOk then change the inherit property value with 19px or your desired value.
COPY CODEfont-size:inherit !important;
COPY CODEfont-size:19px !important;
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 7, 2017 at 17:02 #172861szmek9ParticipantDon’t work…Does this font value change also affects icons??
September 8, 2017 at 16:07 #172968RaduModeratorHi,
YES!So the code should look like this and it should works, just play with the font size
COPY CODE/*------Specific style for IE11---------*/ _:-ms-fullscreen, :root #buddypress div#item-nav ul li a:before { font-size:27px !important; } /*------END Specific style for IE11---------*/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.