Ashley
Forum Replies Created
-
Forum: Plugins
In reply to: [Novelist] [Suggestion] Add new Book Info Field: DOIHi @artgoddess ,
I believe most people using this plugin have ISBNs, so this might be a little niche to add for everyone. But I have a tutorial here on how you can add a custom field: https://novelistplugin.com/docs/developers/tutorials/book-info-field/
Forum: Plugins
In reply to: [Novelist] [Suggestion] Add Google Books and ReedsyHi @artgoddess ,
I’ll see if I can come up with a way to allow people to make their own custom links. (Like with retailers.) I think that’s the best option. ??
Forum: Plugins
In reply to: [RSS Redirect & Feedburner Alternative] Database error in multisiteBrilliant, thanks @d4d5bh6!
Forum: Plugins
In reply to: [New Page Link] Trouble with last releaseYes it would be great if this could please be fixed in the next release. It breaks all JSON responses.
@scrybbler Can you please provide a link to your site so we can try your checkout?
Forum: Plugins
In reply to: [Expanding Archives] 2019 older posts not listedNo problem. ?? You can change the date on the WordPress post if you want to back-date it. But please allow at least a few hours for the widget to update. It caches some stuff so may not pick up any changes instantly.
Forum: Plugins
In reply to: [Expanding Archives] 2019 older posts not listedCan you please send me a link to one of those older posts? I clicked to the last page of your blog ( https://tastegranitebeltwine.wine/blog/page/11/ ) and it shows the oldest as being September 24th, 2019.
I can confirm that EDD 3.0 has this in YYYY-MM-DD.
Using date format settings is tricky with datepickers, because the format has to sync up with what the JavaScript picker supports.
Forum: Plugins
In reply to: [Novelist] Shortcode is not working properlyWhat you’re seeing is the automatically generated archive — not the shortcode output. If you have a page called “Books” that you want to use the shortcode on then you have to disable the automated archive. See here for instructions on how to do that: https://novelistplugin.com/docs/developers/constants/disable-archive/
Forum: Plugins
In reply to: [EDD Downloads As Services] Abandoned Plugin? Security WarningWe’ve just released version 1.0.7, which has been tested with WordPress 5.6 and includes some other minor adjustments.
Thanks for your patience and happy new year!
Forum: Plugins
In reply to: [EDD Downloads As Services] Abandoned Plugin? Security WarningWe definitely do that for the core Easy Digital Downloads plugin, and we do try to do that for add-ons too. Unfortunately we have so many add-ons that sometimes one slips through the cracks (particularly if there haven’t been any reported issues about it). We will try to do better!
Forum: Plugins
In reply to: [EDD Downloads As Services] Abandoned Plugin? Security WarningHi @lospeso ,
Sorry about that! We’re not aware of any issues with the plugin’s functionality, but we’ll get some testing and updates done in the new year. ??
Thank you @specialk ! I was able to reproduce the problem so I think I can take it from here. It looks like it’s possible to save non-numeric discount amounts, which is what causes the issue. We’ll work up a fix and get that in a future release.
As for the undefined index, we’ve got a fix for that in place and it will be in our 2.10 release.
In order to make sure it’s resolved, we want to make sure we can reproduce it. That way we can confirm the issue, then also confirm the fix. Additionally, if there is an invalid numeric value that’s indicative of another issue somewhere down the line because that shouldn’t be happening. So reproducing is key to make sure it’s fully fixed and not causing any other issues.
If you could give me the following then I can try to reproduce this:
1. Amount your product is priced at.
2. Currency you are using.
3. Exact discount percentage you are using.With just a simple 50% discount code I’m not seeing the problem so the actual numbers themselves might be important.
—
Regarding the other notice, we will apply a patch to prevent that error. But the core issue there is that the download_id wasn’t passed through. This could happen if you manually generate an “add to cart” link but forget the &download_id= argument. For example:
https://yoursite.com/checkout/?edd_action=add_to_cart
But we can definitely account for that on our end.
Hi @specialk ,
I’m looking into this for you. Can you just clarify if you’re using any EDD add-ons or running any custom code?
Also, have you been able to reproduce this with specific steps or are you just noticing these from the error logs? We want to try to reproduce this error so we can fix it, and exact steps or settings to cause it would help!
Do you use discount codes on your site? If so, what settings do you use for the discount(s)? (Specifically amount and whether it’s a flat rate or a percentage.)