Andrew Munro
Forum Replies Created
-
I replicated the issue and worked out why it’s not showing (both the column and the quick edit setting). FES is clearing out the columns on the main downloads screen before setting its own custom columns. This means that any extension that adds custom columns to that screen will have theirs removed.
FES shouldn’t be doing this IMO so I’ve submitted a patch to the FES repo to prevent this behaviour. After it has been reviewed and a new version released, EDD Featured Downloads will work correctly with FES installed.
Excellent, thanks for that! I’ll install FES to replicate and post back when I know more ?? hang tight!
Hi,
Sorry, I can’t seem to replicate the issue you are experiencing, I see both the featured column and the quick edit option. For the column, can you check it’s not simply turned off via the “Screen Options” tab?
It’s certainly possible that another plugin is interfering. If that’s the case, I can dig in and find out why. Could you please temporarily deactivate all other plugins except EDD and EDD Featured Downloads and then see if the column and quick edit option show?
If so, activate your plugins again in small batches until the problem comes back and you can identity the plugin that is causing the issue. Post back here with the plugin name and I’ll do my best to replicate the issue and find the cause.
Forum: Plugins
In reply to: [EDD Purchase Gravatars] Not enough gravatars showing despite settingCould do! But then you’d block their gravatars from showing on all their purchases on your site. Perhaps that’s exactly what you want to do, rather than doing it on a per-download basis.
Forum: Plugins
In reply to: [EDD Purchase Gravatars] Not enough gravatars showing despite settingThanks, great suggestion, I can certainly see how that could be helpful. It’s possible for a customer to purchase while logged out so there won’t be an ID to rely on. It could either be a “logged-in” option or it might be better to approach this from a payment ID angle. The Payment stores the email address of the person who purchased, which then fetches their gravatar.
Forum: Plugins
In reply to: [EDD Purchase Gravatars] Not enough gravatars showing despite settingHey Jack,
There’s a few other issues this plugin needs for the next update (including your other suggestion) so I’ll schedule in some time and get those completed.
In the mean time, If you make a small tweak to the main plugin file I can show you how to fix this issue now:
1. Open up the main plugin file,
edd-purchase-gravatars.php
2. On line 148, replace:$logs = $edd_logging->get_logs( $download_id, 'sale' );
with:
$logs = $edd_logging->get_connected_logs( array( 'post_parent' => $download_id, 'log_type' => 'sale', 'posts_per_page' => -1 ) );
Here’s the exact line to change for reference
https://github.com/easydigitaldownloads/edd-purchase-gravatars/blob/master/edd-purchase-gravatars.php#L148Forum: Plugins
In reply to: [EDD Purchase Gravatars] Not enough gravatars showing despite settingThanks for doing that Jack – I’ve now replicated the issue. I’ll dig in and get a patch going. Cheers!
I absolutely agree and have added it to our development tracker for this extension. Thanks!
- This reply was modified 7 years ago by Andrew Munro.
Forum: Plugins
In reply to: [EDD Purchase Gravatars] Not enough gravatars showing despite settingAlso, has this always happened or is it a recent issue?
Have you tried temporarily deactivating all other plugins except for EDD and Purchase Gravatars? I’d also recommend switching the theme temporarily. If you see more Gravtars after doing so then we’ll at least know where to start looking.
I see in the HTML code for the images there are lazy load classes applied. Not 100% sure that’s the issue just yet but worth trying the above to see.
Forum: Plugins
In reply to: [EDD Purchase Gravatars] Not enough gravatars showing despite settingHey Jack,
Not off the top of my head. Could you try clearing out the “Maximum Gravatars To Show” field so there’s no limit? Does that then show a lot more Gravatars?
Are you using the shortcode or widget? If you are using one, could you try using the other to see if that shows more Gravatars? Perhaps we can narrow down the issue.
Could you show me a screenshot of your settings for the extension?
Do you have a staging site that I could look at? I could then better troubleshoot by testing the code with your data.
- This reply was modified 7 years ago by Andrew Munro.
Forum: Plugins
In reply to: [AffiliateWP - Affiliate Area Tabs] Affiliate pluginHi Celestial,
You’ll need AffiliateWP to use this plugin: https://affiliatewp.com/
Forum: Plugins
In reply to: [AffiliateWP - Leaderboard] Plugin updateYes, we’re looking at releasing another update for this add-on with many new features, though we can’t say for sure when it will ready. If you’d like to be notified you can subscribe to our mailing list.
Forum: Plugins
In reply to: [AffiliateWP - Leaderboard] Plugin updateHi Airat,
We’ll update the plugin soon so it shows back in search results (it disappears when that notice appears) but this update will merely be bumping the version number.
The plugin should still work 100% fine with the latest version of WordPress. Let me know if this is not the case and you are seeing an issue.
Forum: Plugins
In reply to: [AffiliateWP - Affiliate Product Rates] per directory rateNo ETA at this point sorry. I’ve registered your interest in per-category commission rates.
Forum: Plugins
In reply to: [AffiliateWP - Affiliate Product Rates] per directory rateHi there,
What classifies as a directory? Are you using another plugin to add “directories”? Or perhaps you meant a “category”? What integration are you using? (WooCommerce, Easy Digital Downloads etc).
Per-category commission rates is something we have planned for the core AffiliateWP plugin.