By michel on Monday, 22 December 2014
Posted in General Issues
Replies 5
Likes 0
Views 704
Votes 0
Hello,

I want to show my social share buttons visible below (or top) every post. How to do this? See example attached.

Regards Michel
Hi Michel,

There are settings in EasyBlog. You can find it here: EasyBlog > Settings > Social Integrations. You can configure it there. If you have anymore question, please don't hesitate to ask us.

Hope this will help.
Thanks.
·
Monday, 22 December 2014 16:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Ok, i found this configuration earlier, but i don't see the buttons in the post, see attached url. What i am missing?

Regards Michel
·
Tuesday, 23 December 2014 18:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Michel,

I am sorry but I can't see any attached url. Perhaps you can provide us with backend access and FTP access so that we can debug this issue and provide you with the appropriate fix. We need this access in order for us to inspect this issue on the actual site.

Please advise.
Thanks.
·
Tuesday, 23 December 2014 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Tuesday, 23 December 2014 18:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Michel,

The reason why your site doesn't display the social button is because EasyBlog as default, hides the social button if displaying in narrow view. Here is the override css code to display this:

#eblog-wrapper.w600 #socialbutton,
#eblog-wrapper.w600 #socialbutton .socialbutton-vertical {
display:block !important;
}

Please copy this and put it in your current Joomla template and see if this resolves the issue.

Hope this will work.
Thanks.
·
Tuesday, 23 December 2014 19:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post