By Wayne Arena on Friday, 04 July 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 426
Votes 0
I am having a problem getting my social integration buttons to show up anywhere.

I have enabled the social buttons but they still do not show up.
Hello Wayne,

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Friday, 04 July 2014 02:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Attached
·
Friday, 04 July 2014 03:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Wayne,

I am sorry for the late reply.
I have check your site and it seems like you have made some customization on the EasyBlog style.css. Here the original code:

#eblog-wrapper.w320 #ezblog-body .map-images,
#eblog-wrapper.w600 #ezblog-body .map-images,
#eblog-wrapper.w600 #socialbutton,
#eblog-wrapper.w600 #socialbutton .socialbutton-vertical {
display: none !important;
}

And I have changed it to:

#eblog-wrapper.w320 #ezblog-body .map-images,
#eblog-wrapper.w600 #ezblog-body .map-images {
display: none !important;
}

I have removed the socialbutton css code from it so that it can be displayed. Screenshot: http://screencast.com/t/vBYYpaRyM . Can you check it for me is this issue is resolved?

Looking forward to hear from you again.
·
Friday, 04 July 2014 11:39
·
0 Likes
·
0 Votes
·
0 Comments
·
That worked perfectly. Thank you very much.
·
Friday, 04 July 2014 20:27
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Wayne Glad that your issues are resolved now!
·
Saturday, 05 July 2014 01:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post