with a recent update to the newest version of WP, our tithely button now shows as a white box with the letters no longer appearing. Are there going to be any new updates to the tithely button shortcodes to work with new versions of wordpress? It seems that there hasn’t been any recent updates to this plugin and it’s no longer compatible with our website.
]]>I have added the give button as shortcode to the top menu but I’m wondering how to align it vertically?
Any help would be much appreciated.
]]>After installing the plugin yesterday, I put the shortcode in a footer widget and all was fine. The Church Treasure for the site I’m working on was going to get setup with a Church ID on tithe.ly per my request. However, just a few minutes ago, I noticed the shortcode no longer renders.
After doing the usual troubleshooting (disabled all plugins except tithe.ly) and to no avail. I do know that I saw when I enabled the plugin that it hadn’t been tested with my theme/environment.
I really like this plugin and had it working earlier today, so any input would be greatly appreciated!
]]>Hey Ryan,
Patrick Steil here… thought I would post this here rather than direct email so everyone can see your support of this plugin in public ??
Tithe.ly recently updated their embed code so that multiple Give buttons can be placed on the same page at a time.
Can you update your plugin to use the same new code?
Thanks!
It looks like this:
<button class="tithely-give-btn" style="background-color: #26af5f; border: none; color: #fff; padding: 8px 20px; font-size: 15px; cursor: pointer;" data-church-id="9999">Give</button>
<script src="https://tithe.ly/widget/give.js?3"></script>
<script>
var config = {};
var tw = create_tithely_widget(config);
</script>
]]>
I noticed a console error on the page where I placed the shortcode:
ReferenceError: create_tithely_widget is not defined
var tw = create_tithely_widget(config);
Also a suggestion; can you add a style attribute and/or a class attribute to the shortcode so that I can specify a different style or pass it my button class so that it will match the rest of my theme.
Thank you
]]>