By Robert Hatch on Thursday, 18 February 2016
Posted in Technical Issues
Likes 0
Views 448
Votes 0
Hi,

I am having 2 issues I would appreciate your help on. Please see attachment.

1.) My toolbar has a series of empty squares. They are all clickable to different things but none of them have icons or tool tips.

2.) Although I have set up and verified apps for facebook, twitter and linked in only facebook shows up in my posts. Also is it manually possible to add google+

Thanks
Hi,

The issue was with my cdn and they gave me the following code to insert in the begining of my .htaccess file which solved the problem.

# ----------------------------------------------------------------------
# CORS-enabled images (@crossorigin)
# ----------------------------------------------------------------------
# Send CORS headers if browsers request them; enabled by default for images.
# developer.mozilla.org/en/CORS_Enabled_Image
# blog.chromium.org/2011/07/using-cross-domain-images-in-webgl-and.html
# hacks.mozilla.org/2011/11/using-cors-to-load-webgl-textures-from-cross-domain-images/
# wiki.mozilla.org/Security/Reviews/crossoriginAttribute
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
# mod_headers, y u no match by Content-Type?!
<FilesMatch "\.(gif|png|jpe?g|svg|svgz|ico|webp)$">
SetEnvIf Origin ":" IS_CORS
Header set Access-Control-Allow-Origin "*" env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>
# ----------------------------------------------------------------------
# Webfont access
# ----------------------------------------------------------------------
# Allow access from all domains for webfonts.
# Alternatively you could only whitelist your
# subdomains like "subdomain.example.com".
<IfModule mod_headers.c>
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>
</IfModule>
·
Saturday, 20 February 2016 00:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Robert Hatch,

I am sorry for the late reply for this. After a while checking this issue, I thought that there is some problem between your template and CDN http://screencast.com/t/sKrkYsbns3. Can you temporarily turn off CDN on your site, and check whether the icon load or not. Please come back if you still hit this issue.

Although I have set up and verified apps for facebook, twitter and linked in only facebook shows up in my posts. Also is it manually possible to add google+

I was show the share button just fine now :http://screencast.com/t/0ial3RT3

Please advise.
·
Thursday, 18 February 2016 11:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I have found that when I turn off the css files in the cdn the toolbar icons do display. However I obvious don't want to turn off the css files---so what do I do?

I see what you mean about all of the icons showing. My dilemma is that they do all show on:
http://atlantainternetdesign.com/our-blog/tips-and-tricks-on-optimizing-your-website but only facebook shows on: http://atlantainternetdesign.com/our-blog

Thanks for the help
·
Thursday, 18 February 2016 21:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Robert,

I am sorry for the inconvenience caused and late reply for this.Seems like the issue is somehow caused by your current template.Your current template is overriding the fontawesome icons and it is not being served correctly from the CDN http://screencast.com/t/sKrkYsbns3 . I am truly suggest, can you consult with your template provider regarding on this issue and see what is their response?

Please advise.
·
Friday, 19 February 2016 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Robert,

Thanks for sharing this and I am glad that your issues are resolved now
·
Saturday, 20 February 2016 01:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post