
-
AuthorPosts
-
April 24, 2016 at 2:01 pm #620805
My WooCommerce Icons are missing in my backend and frontend!
All icons for other plugins and wp are there.
Icons like the shoppingcart, arrows, search magnifier and maybe others that I´m not aware of, are missing/not showing.
Tried a solution with adding code to my .htaccess, with no result.
Tried re-uploading Enfold theme through c-panel, with no result.
Tried clearing cashe, with no result.
Same problem when viewing from mobile phone.
I have Enfold Child-Theme installed.
What can I do, or you help with?
-
This topic was modified 9 years ago by
StigRamstad.
April 25, 2016 at 6:33 am #621007Hey StigRamstad,
You are getting a 404 error on the file in private.
Could you verify that the file exists on your server? You could try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps as well: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Rikard-
This reply was modified 9 years ago by
Rikard.
April 28, 2016 at 3:43 pm #623839My problem is not solved!
As far as I can see, the woff file is there!
I´ve tried to upload a new fresh copy of enfold, but still no icons!
April 28, 2016 at 4:03 pm #623850Hey!
Please add the following to your .htaccess and let us know if that solves your issue
add this to your .htaccess:
Header set Access-Control-Allow-Origin “*”
Regards,
BasilisApril 28, 2016 at 4:17 pm #623856Nope, did not make a difference!
April 29, 2016 at 11:11 am #624243Header set Access-Control-Allow-Origin “*”
in .htaccess did not bring back any missing icons!
What else can we try?
May 2, 2016 at 2:03 pm #625755Hi,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)Best regards,
AndyMay 3, 2016 at 7:37 pm #626710Deactivated the plugins, one by one, twice, did not make a difference, did not bring back the icons!
You are welcome to deactivate any plugin for testing!
Thanks´
May 6, 2016 at 5:59 am #628104Hi,
We got this error from the console:
http://www.seabuckthorn.no/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3 Failed to load resource: the server responded with a status of 404 (Not Found)
http://www.seabuckthorn.no/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3 Failed to load resource: the server responded with a status of 404 (Not Found)This means that the font files are missing. Did you update the theme automatically? It’s probably incomplete. Please update the theme via FTP:
Best regards,
IsmaelMay 15, 2016 at 9:12 pm #632576Ismael, this is the second time I get the same answer from the forum, I’ve tried this several times before, and I tried it again, it does not fix the problem, the icons are still missing!
May 15, 2016 at 9:20 pm #632579If I could upload an image, I could show you that the file is in place!
My Cpanel login is in my first post here, if you can look!
May 17, 2016 at 5:52 am #633472Hey!
Sorry about that. My bad. It’s because of the “.htaccess” file inside the wp-content folder. It prevents the font files from loading correctly. We modified it a bit:
Order deny,allow Deny from all <Files ~ ".(xml|css|jpe?g|png|gif|js|woff|ttf)$"> Allow from all </Files>
Cheers!
IsmaelMay 17, 2016 at 9:46 pm #634034Thanks’ Ismael, now it looks awesome!
May 19, 2016 at 5:10 am #634900 -
This topic was modified 9 years ago by
-
AuthorPosts
- You must be logged in to reply to this topic.