- Posts: 60
- Thank you received: 0
Social Goodies in Single Sermon Icons View
- Manuel Kuhs
- Topic Author
- Offline
- Senior Member
I never use sermon duration so maybe I could replace sermon duration with the module position? If I wanted to do this, would I just replace the code for the sermon duration with that for the module position?
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
Can you try it with a module like the ValAddThis I linked earlier? I think you still have some code error in the custom module itself as it doesn't show correct for some reason.
However some code is there, which means the part to include the module position is working and your custom module is loaded.
Please Log in or Create an account to join the conversation.
- Manuel Kuhs
- Topic Author
- Offline
- Senior Member
- Posts: 60
- Thank you received: 0
It works using the "Button" view (which is the one you showed). The button then appears immediately underneath the Scripture field. However, I'd like to use the Toolbox view since I think the Button view looks rather outdated. And when I select the Toolbox view, the result (which is live at the moment) is the exact same as when I did Custom HTML.
So it appears there's an issue with the AddThis Toolbox code?
I've tried adding the div.custom; not sure where it should go but I tried putting it into the Custom HTML, so that it looks like this:
It had no effect; same problem remains. I'm embarassed to show that code because it probably goes somewhere else!<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style"> </div>
<script type="text/javascript">
// <![CDATA[
var addthis_config = {
"data_track_addressbar": true
};
div.custom {
float: left;
}
// ]]>
</script>
<script src=" s7.addthis.com/js/250/addthis_widget.js#pubid=manuelkuhs " type="text/javascript">
<!-- AddThis Button END -->
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
With this I got the toolbox running.
Please Log in or Create an account to join the conversation.
- Manuel Kuhs
- Topic Author
- Offline
- Senior Member
- Posts: 60
- Thank you received: 0
But now I did, and it works perfectly!! see e.g. forum.limerickreformed.com/sermons/sermo...under-pontius-pilate
Thank you!!!
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
Please Log in or Create an account to join the conversation.