Ruann Posted February 28, 2014 Share Posted February 28, 2014 Hi I installed the socialnetworkslinks module. And as you can see at the bottom of the footer the logo's for facebook and twitter don't display. How do I fix this? URL: http://thulasindi.com/ Also see attached. Thank you. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted February 28, 2014 Share Posted February 28, 2014 The links and arrows show up but no icons. Where you supposed to upload your own icons in the module configuration? Marty Shue Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted February 28, 2014 Share Posted February 28, 2014 Have you modified this module? I just tested it and it worked perfectly for me. I suggest you go here and download the latest zip and install it again. Marty Shue Link to comment Share on other sites More sharing options...
berka.pavel Posted February 28, 2014 Share Posted February 28, 2014 The problem is there, because this rule (global.css): #footer li a { background: url(../img/arrow2.png) left center no-repeat; padding-left: 15px; display: block; color: #999; } override this one (socialnetworkslink.css): ul.isocial li a { float: left; background-image:url('../img/socialletter.png'); background-position: 0 0; background: repeat:no-repeat; display: inline-block; text-indent: -9999px; overflow: hidden; width: 24px; height: 24px; position: relative; } Just change socialnetworkslink.css ul.isocial li a to this: #footer ul.isocial li a And it should work. 2 Link to comment Share on other sites More sharing options...
Ruann Posted March 3, 2014 Author Share Posted March 3, 2014 Ok thanks. So do I just change socialnetworkslink.css? does everything under global.css stay the same? And where do I find socialnetworkslink.css? thanks Have you modified this module? I just tested it and it worked perfectly for me. I suggest you go here and download the latest zip and install it again. Marty Shue Thanks. Link to comment Share on other sites More sharing options...
Ruann Posted March 13, 2014 Author Share Posted March 13, 2014 The problem is there, because this rule (global.css): #footer li a { background: url(../img/arrow2.png) left center no-repeat; padding-left: 15px; display: block; color: #999; } override this one (socialnetworkslink.css): ul.isocial li a { float: left; background-image:url('../img/socialletter.png'); background-position: 0 0; background: repeat:no-repeat; display: inline-block; text-indent: -9999px; overflow: hidden; width: 24px; height: 24px; position: relative; } Just change socialnetworkslink.css ul.isocial li a to this: #footer ul.isocial li a And it should work. Thank you. I sorted it out! Link to comment Share on other sites More sharing options...
Recommended Posts