Daniel Alcorn
Forum Replies Created
-
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Spinning CheckoutI too am getting issues with this. It’s causing the entire website to hang whilst trying to load stripe which then errors.
It’s not even related to the donation page, the entire site is suffering with this.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcasts being duplicated with page updateApologies this seems to be fixed by a wordpress update.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcasts being duplicated with page updateAlso worth noting it doesn’t do this on my local copy, just server side.
Forum: Plugins
In reply to: [Podtrac & Seriously Simple Podcasting] Error on podcast pagebeat me to it 🙂 thanks Jake
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Download StatsJust in case people come across this with the same error, add this to line 56 of podtrac.php in the plugins settings
add_filter( ‘ssp_episode_download_link’, ‘podtrac_download_url_filter’, ’10’, 3 );
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Download StatsSame with me in terms of errors for the above plugin. It works in terms of picking up the portrac feed url and everything, it just fills my spodcast-single page with unexpected errors
Forum: Plugins
In reply to: [Twitter Widget Pro] Widget stopped appearing on Homepage onlyFixed my issue by removing the @ symbol in username
Forum: Plugins
In reply to: [Twitter Widget Pro] Widget stopped appearing on Homepage onlyMy twitter widget has also stopped appearing. It seems through the admin area everything is working correctly. I had been embeding the widget into my theme using this code:
<?php echo do_shortcode('[twitter-widget username="@DanielAlcorn" items="3" title=" " showfollow="false" hidefrom="true" dateFormat="H:i F jS"]'); ?>It’s now not displaying at all.