By Matthew Newcomb on Thursday, 14 May 2015
Posted in General Issues
Likes 0
Views 376
Votes 0
Hi,

Firstly, loving the component, really great! Wow, a lot of work in there!

I just have one issue at the moment, when I go to the blog entry via the menu system, the social media icons are not appearing . . . i.e. http://nukemedia.uk/blog/entry/switching-to-modo-rendering

However if I use the component url (see below) they appear... which is what I want... I can't seem to find out why or fix this issue

http://nukemedia.uk/component/easyblog/entry/switching-to-modo-rendering?Itemid=101

Help appreciated,

Mat.
Hello Matthew Newcomb,

You can add this following css code in your current template css file.


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

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


And see how it goes.
·
Friday, 15 May 2015 00:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, Everything is awesome!

Thanks!

Mat.
·
Friday, 15 May 2015 01:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Matthew Newcomb,

LOL Thanks for getting back to us that is work.

Have a nice day !!
·
Friday, 15 May 2015 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post