Hello,

after installing an enabling the module I have only links not the icons. Have I do something to make this work?

Best regards
Frank

Comments

iflista’s picture

Version: 7.x-1.x-dev » 7.x-1.0-alpha1
Component: User interface » Code

I had this problem in Getpantheon.com hosting.
The reason was in .gitignore file. It ignored all files and folders with the name icon... So I commented this value and made a new commit with ignored previously files.

# OS generated files #
######################
.DS_Store*
ehthumbs.db
# Icon? 
Thumbs.db
._*

So check first if you have all your follow icons on your server and you enabled them in /admin/config/services/follow, then check permissions to them and clear your cache.
If everything works and you still can't see your icons then the problem is with your theme.

fraweg’s picture

Version: 7.x-1.0-alpha1 » 7.x-1.x-dev

Hello,

thanks for your answer. I did a mistake. My version was 7.x-1.x-dev. After downgrade to the alpha1 version everything works out of the box. But I think for the dev version this is an issue. So the thread should be active.

Best regards
Frank

astonvictor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I'm closing it because the issue was created a long time ago without any further steps.

if you still need it then raise a new one.
thanks