Forum Replies Created
Please check if you enabled the subscription/recurring payment option in your Razorpay account.
Hi,
Author name and avatar option will be available with the next update of the WPDM Gutenberg Add-on.
#1. We have fixed the translation issue with the column heads for the next update. However the word ‘Search…’ is already translation ready.
#2. All Download Table block with WPDM – Gutenberg add-on will have all extended features to build table.
Hi,
Here it is:

The issue was happening as the image size was too large ( 7000+ px ) and your server was failing to create thumbnail due to the lack of memory required to handle such large image, however, I’m resized ( 1000px ) and compressed them ( ~ 150 KB ) and uploaded there to show you. See, it is working fine now.
So, not an issue with the plugin :).
Hi,
That menu is coming from advanced access control add-on and the language file is here /plugins/wpdm-custom-access-level/languages/wpdm-custom-access-level.pot. Please get the pot file and translate it.
Nothing do to there for now. However, it is not an issue, that’s how it works. It will not close, but a message will appear on the screen after successful submission.
Hi,
Template preview is an optional function, which is not related to any wpdm pro core features. It also will not cause any functional issues. We mentioned there This is a preview, original template color scheme may look little different, but structure will be same.
However, the template preview is working fine now. I’ve adjusted it for you.
Okay now, WPDM was failing to create thumb from that file probably due to invalid file type or size.
Hi,
Sorry for the delays.
Please check the doc here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/, there is a way to add the author name and other author-related info with the table.
When adding a shortcode order="ASC/DESC" indicated the sort order, you either add order='ASC' or order='DESC', field_name should be replaced by the field name you want to sort, for example, if you want to sort by title, order_by="field_name" should be order_by="title".
To add a category filter, use parameter categories='CATEGORY_SLUG', here replace CATEGORY_SLUG with an exiting category plugin from your category name.
However, everything is explained on the doc URL mentioned above. However, please let me know if anything is not clear in the doc.
Thanks.
Hi,
We shall add it as an option with the next update of the add-on, for now, I simply disabled the code to skip autostart download.
Assuming, you already have Premium Package activated.
Create a product/package, and select pay as you want option:
Asset CleanUp: Page Speed Booster plugin is messing up the layout.
To activate the payment option, you need to configure PayPal from here:
https://beemate.be/wp-admin/edit.php?post_type=wppm_plan&page=wppm_settings#paypal
Here it is:
https://beemate.be/membership-plans/
And you need to configure PayPal from here:
https://beemate.be/wp-admin/edit.php?post_type=wppm_plan&page=wppm_settings#paypal
Hi,
Sorry for the delays, we have fixed the issue and released an update ( v1.4.9 ) for that MailChimp Add-on
Import is not possible yet, but, as I see, that will be a good feature for Pro Membership plugin, and we shall add it with the next update ( within next week ).
Hi,
That is a theme feature, your theme didn’t have wpdm specific template files ( https://www.wpdownloadmanager.com/doc/template-files/ ). However, please add the following code at the end of your theme’s functions.php to add category title:
add_action( "wpdm_before_category_page_content", function( $category ) { echo "<h2>".$category->name."</h2>"; } );
Here it is:
[wpdm_search_result template="custom_archive_pages" cols=4]