lcrdd
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Where does Series show up?This is perfect. CSS I can do all day, it’s the PHP that throws me… for a loop ??
Thanks for your help!Forum: Plugins
In reply to: [Seriously Simple Podcasting] Where does Series show up?Hi Hugh,
Thanks so much for your quick reply. That’s good to know the player is stripped out due to the theme; I’m working on getting them switched over to a more modern theme soon.
I tried to cobble together a function that would display the Series based on another forum question I found. It now displays the Series, but nothing else. Could you point me in the right direction?
function my_series_title() { if ( 'podcast' == get_post_type() ) { $series_title = get_the_term_list( $post->ID, 'series', 'Series: ', ', ' ); return $series_title; } } add_filter('ssp_episode_meta', 'my_series_title')
Forum: Plugins
In reply to: [Uji Countdown] Countdown does not showBut 2016 is in the future, I don’t understand how that would have expired? Isn’t the expired date the date you’re wanting to count down to?
Here’s another page where I put a few different tests.
Forum: Plugins
In reply to: [WooCommerce] Free Shipping not working with 10% Off CouponI was able to resolve this through another method but this may not work for everyone.
It turned out our site needed to give free shipping based on a number of items, not on a dollar amount. I used the Table Rate Shipping plugin to give free shipping on 3 or more items and this eliminated the coupon problem for us but I can see how it would still be a problem if it were based on a dollar amount instead. It might be possible to use this plugin to help regardless but you would need to look into it.
Forum: Plugins
In reply to: [WooCommerce] Free Shipping not working with 10% Off CouponI’m having a similar issue; I wonder, did you ever find a solution?
Forum: Plugins
In reply to: [Fluid Responsive Slideshow] No alt text for slide imagesThank you!
Forum: Plugins
In reply to: [Fluid Responsive Slideshow] Google font enqueued incorrectlyThat’s great, thanks!
Forum: Plugins
In reply to: [WooCommerce] Variable product fails while other successfulJust an update that I started fresh and that solved the issue. Thanks again for the assistance. Hope this helps other people too if they move over from Jigoshop.
Forum: Plugins
In reply to: [WooCommerce] Variable product fails while other successfulAha. I wonder if this happened because the products were already in place (left over from Jigoshop) and then I had to modify them. Why one product has the error and the other doesn’t is still strange.
So I tried copying the product, deleting all variations, and adding the variations back in, but the problem still happens. So looks like I do have to completely re-do the product and give it a new slug. I really hope that solves it!
Thank you so much for looking at this lorro! I was hitting my head against the wall.
Forum: Plugins
In reply to: [Advanced Editor Tools] Prevent span tags from being removedDitto. That snippet really helped me out, was getting frustrated not being able to use spans in the editor.
As a follow-up, I activated the twentytwelve theme, ran a transaction, and the problem did not happen. So it looks like a theme issue for us.
I have not tried yet; we’re currently trying to get approval from the client for more hours because of some of these issues so I’m kind of stalled out and was wondering if it was something I just didn’t have set right. I will check on the plugin conflict when I can. Thanks for your reply.
Hi Arthur,
Were you ever able to resolve this issue? I am having the same problem – I turned Open Registration to OFF but now new registrants are blocked from registering.
Forum: Plugins
In reply to: [Zendesk Chat] How to set default name/emailThank you!
Forum: Plugins
In reply to: [Firelight Lightbox] Difficult to use gallery on iPhoneOk, thanks for your reply. Maybe this is something that could be considered for a future update?