By Niccolo Angeli on Wednesday, 19 August 2015
Posted in Technical Issues
Replies 4
Likes 0
Views 1.2K
Votes 0
Hello,
I wanted to use Addthis custom buttons in my posts, as I already do in my joomla articles.

I inserted the following code using a module in easyblog-after-content position

<div style="float:left; margin:-3px 20px 0px 0px">{modal index.php?option=com_content&view=article&id=44:iscriviti-alla-newsletter&catid=2&Itemid=182|title=Iscriviti agli aggiornamenti del blog|width=350|height=400}<button class="btn btn-large btn-info"><span class="fa fa-envelope"></span>Iscriviti agli aggiornamenti del blog</button>{/modal}</div>
<div class="addthis_sharing_toolbox visible-desktop" ></div>
<div class="clearfix"></div>


the above code displays a "subscribe to blog" button + the addthis share buttons.

The "subscribe to blog" button is showing, but the addthis share buttons are not (see attached image)

test here - scroll to the bottom of the article text

This same code is woking perfectly on my joomla articles: test here - scroll to the bottom of the article text

By inspecting the code, in the easyblog post the buttons seems to be there but somewhat hidden (the buttons images are not visible) - see attached image

Can you help me to sort this out?

Thank you
Could it be a conflict because of addthis script being loaded by easyblog?

I have disabled bookmarking and social buttons in easyblog settings,
and I have the addthis script inserted directly in the index.php file of my joomla template, right before the closing body tag

<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5478a7504c05ce41" async="async"></script>
·
Wednesday, 19 August 2015 23:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Niccolo,

I am really sorry for the delay of this reply.

It seems like the original image is transparent hence you will not able to see it. When I'm trying to add custom css for background color the icon appear correctly. Check my screenshot here, http://screencast.com/t/qo0cnrEB . You might need to tweak the css a little bit in order to achieve this.
·
Friday, 21 August 2015 12:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Got it... thak you, it's weird because the same buttons are dispalied correctly in my joomla articles,
so it must be some kind of conflict with easyblog code I guess
·
Friday, 21 August 2015 16:13
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome. Hopefully things will go well there.
·
Friday, 21 August 2015 17:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post