Tagged: #arrows #icons #fontello
-
AuthorPosts
-
August 1, 2023 at 2:39 pm #1415151
Hi guys,
I used to have red arrows on my homepage and in the Socket (Enfold Footer Menu). Yigit helped me with that a long time ago. Somehow, someway, I managed to remove the arrows. I was trying to add some new icons when they suddenly disappeared. I guess I deleted the arrows. I tried to upload new once. No result. Can you guys help me out?
This is how it looks now:
https://emanon.nl/wp-content/uploads/2023/08/1.png
https://emanon.nl/wp-content/uploads/2023/08/2.png
https://emanon.nl/wp-content/uploads/2023/08/3.png
https://emanon.nl/wp-content/uploads/2023/08/4.pngThis is how it look liked:
https://emanon.nl/wp-content/uploads/2023/08/Screenshot-2023-08-01-at-14.47.46.pngI used an arrow of Fontello. Not exactly the same, but it was almost like it.
The custom code of Yigit is in the custom css field.
.more-link-arrow::after {
content: “\E802”;
color: #EB5847;
font-size: 16px;
font-family: ‘friendly’;
}#avia3-menu a::after {
content: “\E802”;
color: #EB5847;
font-size: 16px;
font-family: ‘friendly’;
position: absolute;
margin-left: 5px;
}However, I don’t know if this is all of it.
Thanks in advance.
August 2, 2023 at 12:41 am #1415215Hey Emanon,
Thanks for the link to your site I’m not sure why your arrow font would change but it is now:
content: “\E803”;
font-family: ‘fontello’;
and the font-family: ‘friendly’; is a globe
so I fixed your css for you so on your blog your arrows show:
but on your homepage you have added html to your special heading title field, which is not recommend:
but since you already have this in place I added this css to override them and add the arrow:.red-arrow-title .av-icon-char:after { color: #EB5847; content: "\E803"; font-family: 'fontello'; font-size: 16px; position: absolute; margin-left: 5px; } .red-arrow-title .av-icon-char:before { display: none; }
now now they show the arrows:
please clear your browser cache and check.Best regards,
MikeAugust 4, 2023 at 11:27 am #1415412Hi Mike,
Thank you for the adjustments. Unfortunately I can only see changes in Safari. Not in Chrome and Firefox. I emptied the cache of all of them.
Greetings
August 4, 2023 at 5:52 pm #1415441Hi,
Actually your fontello font is only loaded when you are logged in, so it looks like your WP Rocket either is blocking the font or it is not in it’s cache.
Check your WP Rocket settings to ensure the font will load for everyone or clear it’s cache, it this doesn’t help then disable WP Rocket and check that the font is loading for logged out users.Best regards,
MikeAugust 21, 2023 at 11:49 am #1416750Hi Mike,
Thank you for your response.Hi Mike, thank you for your response. I was on vacation, hence the late response.
I cleared my cache. I can now see the arrows in Firefox. But not in Safari or Chrome unfortunately
Greetings
August 21, 2023 at 1:29 pm #1416757Problem solved. I cleared the CSS cache in WPRocket
August 21, 2023 at 1:55 pm #1416761Hi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardAugust 22, 2023 at 10:08 am #1416841It can be closed. Thanks Rikard
-
AuthorPosts
- The topic ‘Hoe can I restore the red arrows?’ is closed to new replies.