Tagged: icons
Hi!
I’m having quite a trouble with the icons, already tried uninstalling all themes and reinstalling enfold; updated from FTP; disabled the child theme; disabled all plugins [only 3]; disabled caching; and added the extra lines of code to the htaccess [CORS] without any success
Any ideas?
Thank you
I found out that is from some code in the htaccess
# BEGIN redirect to homepage
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/$
RewriteCond %{REQUEST_URI} !\.(gif|jpe?g|png|css|js|php)$
RewriteCond %{REQUEST_URI} !^/wp-admin [NC]
RewriteRule .* / [L,R=301]
#END redirect to homepage
By any chance do you know how to avoid the error? We’re redirecting all kind of pages to the homepage.
Regards
Hi,
Do you mean that you want to redirect many pages to the homepage, or that you don’t want to?
By removing the above code was your icon issue solved, or is this two different issues?
Best regards,
Mike
Hi Mike,
I want to redirect everything to the homepage, I’m using the above code to do that successfully, but the icons are not displaying correctly
Let me know if I explained myself
Thank you
Hi,
Thanks for the feedback. So you’re only having this problem on the backend? It looks to be working on the front end? If so then please post admin login detail in private so that we can have a closer look.
Best regards,
Rikard
Hi Rikard,
It happens both on the backend and front end
Regards
Hi,
Thanks for the login details, on which page can we see and reproduce the problem?
Best regards,
Rikard
Hi Rikard,
At the bottom of the homepage you can see the social icons and the “up” button as an example
Regards
Hi,
I am getting this error:
(index):1 Failed to decode downloaded font
Can you try the solution posted here: https://css-tricks.com/forums/topic/custom-fonts-returns-failed-to-decode-downloaded-font/#post-238852
Hope this helps :)
Best regards,
Nikko