Hi,
I've have some code I need to install after the opening of the body tag...can you advise where this is..?
The code is a fundraising tool - details here
Thanks!!
John
Posted 05 December 2012 - 02:45 PM
Hi,
I've have some code I need to install after the opening of the body tag...can you advise where this is..?
The code is a fundraising tool - details here
Thanks!!
John
Posted 05 December 2012 - 03:03 PM
I've added it in the footer.php which seems to have done the trick!
Posted 05 December 2012 - 03:06 PM
You edited footer.php?
Posted 05 December 2012 - 03:09 PM
Yes... I added
<script src='
'></script><script>new Badge({ type : 'widget-ribbon', side : 'widget-right', css_position : 'widget-fixed', charity : 'hibbslupustrust'});</script>
Although the ribbon is showing the link is not working?
This is what is it supposed to look like -
Posted 05 December 2012 - 03:37 PM
I think you should remove it from footer.php and add it to Footerscripts in Site Options > Custom Code instead.