Svaboda Posted October 14, 2014 Share Posted October 14, 2014 (edited) Hello everybody! Found problem in the Social networking block. There are several social network URLs available in the back office of Social networking block. But Instagram and Vimeo links don't work, if be more accurate -their icons don't appear on the front office. I've tried to realize what happened and found this "bug" - there are no lines for "Instagan" and "Vimeo" in global.css file (lines 6963-6974). Code sample: .footer-container #footer #social_block ul li.facebook a:before { content: "\f09a"; } .footer-container #footer #social_block ul li.twitter a:before { content: "\f099"; } .footer-container #footer #social_block ul li.rss a:before { content: "\f09e"; } .footer-container #footer #social_block ul li.youtube a:before { content: "\f167"; } .footer-container #footer #social_block ul li.google-plus a:before { content: "\f0d5"; } .footer-container #footer #social_block ul li.pinterest a:before { content: "\f0d2"; } What should I type for fixing? I understand that I could copy and paste line, change name etc. But I don't know what "f0d5" and others "f0" mean. My coding knowledge is not perfect Edited October 14, 2014 by Svaboda (see edit history) Link to comment Share on other sites More sharing options...
twtreff Posted October 21, 2014 Share Posted October 21, 2014 I would also be interested in an easy fix to add the instagram icon. Link to comment Share on other sites More sharing options...
vekia Posted October 21, 2014 Share Posted October 21, 2014 go to themes/your-theme/modules/ and open social block module directory, remove .tpl file from this dir. Link to comment Share on other sites More sharing options...
twtreff Posted October 21, 2014 Share Posted October 21, 2014 Thanks for the quick reply. Unfortunately, that did not work for me. It now shows the two icons (youtube & facebook) as it did before, but now also has the words facebook and youtube as links spelled out on top of each other. Still nothing with respect to Instagram. Here is a link:http://speedconceptsonline.com/buyspeed/. I deleted the .tpl file from the blocksocial folder in my themes, not the one in the other modules section accessed from the main directory. What else could I try? Link to comment Share on other sites More sharing options...
twtreff Posted October 22, 2014 Share Posted October 22, 2014 Still frustrated by this one. I have deleted the .tpl file from the themes section as vekia had suggested. I have also downloaded an installed the latest .tpl file in the other directory - which now has a line for instragram included. So now it shows the facebook logo perfectly, it shows the youtube logo, but also with the word youtube attached right underneath and it has instagram spelled out, but no logo. Does not make sense to me. What to try now? Do I have to upload some instagram logo to an img file somewhere? Any help would be appreciated. Thanks, Todd Link to comment Share on other sites More sharing options...
vekia Posted October 23, 2014 Share Posted October 23, 2014 can you show module .tpl file, please? (from module directory) cases like that need inspection. Link to comment Share on other sites More sharing options...
twtreff Posted October 23, 2014 Share Posted October 23, 2014 Of course. Not sure how people normally attach items on here for review, but for some reason, it said I cannot attach the .tpl file directly. So I made a .pdf of it to attach. Hope this works... blocksocial.tpl.pdfFetching info... Link to comment Share on other sites More sharing options...
twtreff Posted November 7, 2014 Share Posted November 7, 2014 Vekia, Any chance you could look at the .tpl file I uploaded and help me resolve this issue? Thanks, Todd Link to comment Share on other sites More sharing options...
rv31 Posted November 28, 2014 Share Posted November 28, 2014 the answer is here http://forge.prestashop.com/browse/PNM-2462 and it is necessary to download the latest version of fontmach Link to comment Share on other sites More sharing options...
lysybogu Posted July 21, 2016 Share Posted July 21, 2016 I had the same problem, the solution: 1. Open the file: themes/your_theme/css/global.css and find the line: .footer-container #footer #social_block ul li.facebook a:before { content: "\f09a"; } 2. Add the following line: .footer-container #footer #social_block ul li.instagram a:before { content: "\f16d"; } That's all Instagram icon should appear 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now