By Stephan Boehringer on Friday, 13 December 2013
Posted in Technical Issues
Replies 5
Likes 0
Views 1K
Votes 0
Two different sites now I've had the social share buttons go missing. A 2.5 and 3.2 joomla site.
Hello Stephan,

It is because you have enabled responsive layout ( Easyblog>Settings>Layout>General ): http://screencast.com/t/Cro4tPVpN . I've turned it off and your social buttons are displayed correctly. Please have a look.
·
Friday, 13 December 2013 10:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok cool...So my other site that I'm having the same issue with is responsive. What can we do to make it work right? site info attached.
·
Friday, 13 December 2013 11:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Stephan,

I've turned off the responsive option. If you still need to use the responsive site, turn on the option I stated above and you can add this css code to your template css file:


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


Hope this helps.
·
Friday, 13 December 2013 11:16
·
0 Likes
·
0 Votes
·
0 Comments
·
awesome! It worked and thank you!!
·
Friday, 13 December 2013 12:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Stephan,

You're welcome.
·
Friday, 13 December 2013 12:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post