Tagged: icons
-
AuthorPosts
-
March 24, 2016 at 9:38 pm #603435
Hi There,
I haven’t been able to solve the icon issue. The hamburger, Shopping Cart, all fontello icons show a blank box in the code and are invisible on the site.The client’s site is hosted on GoDaddy’s “Managed WordPress” plan (total crap, I know right?)
This is my htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
<FilesMatch “\.(ttf|otf|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>March 24, 2016 at 9:43 pm #603439Hi Kent!
Currently js files seem to be broken. Can you please try re-updating the theme manually via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/?
Best regards,
YigitMarch 24, 2016 at 10:17 pm #603467Thanks Yigit,
I’m confused by the error, there should be no avia.js in the child theme. Shouldn’t it be loading themes/enfold/js/avia.js?
I just did an FTP upload of the newest version of Enfold (parent theme).
March 24, 2016 at 10:20 pm #603470Anyway, I just copied the js directory to the child theme. It cleared the JS error but did not resolve our problem of the hamburger and other icons not showing. Thanks.
March 24, 2016 at 10:24 pm #603474Hey!
Do they show up when you switch to parent theme?
If they are, which files have you edited?Regards,
YigitMarch 24, 2016 at 10:42 pm #603483Yes they do. There must be a problem with Enfold and child themes. We have tried changing files, but the changes don’t take.
March 24, 2016 at 10:45 pm #603484So there have been zero changes to files. all we did was create a child theme and that broke the icons.
March 24, 2016 at 10:49 pm #603486Hi!
if you revert back to main enfold and not child theme, do they work properly?
Best regards,
BasilisMarch 24, 2016 at 10:50 pm #603487Yes.
March 28, 2016 at 8:22 pm #604038Hey!
then try to remove all custom code you have implemented for your child theme. Afterwards you can use them again one by one to find the causing one.
Best regards,
AndyDecember 21, 2020 at 10:46 pm #1269185I have a similar issue. I am using GoDaddy Managed WP, but I am not using a child theme though. All icons are showing empty boxes. https://www.tunnelfill.com/
December 22, 2020 at 7:31 am #1269248Hi MyGirlFriday805,
This is already resolved as you mentioned in the other thread: https://kriesi.at/support/topic/all-icons-not-showing/
I’ll be closing this thread :)Best regards,
Nikko -
AuthorPosts
- The topic ‘Icons Error on GoDaddy’ is closed to new replies.