I have checked your issue, the email is not sending, I have checked with other plugins too, there are many reasons for not sending mail,
► ► Why WordPress Email Is Not Working
By default, WordPress uses the SMTP server that’s installed on the underlying computer server that’s running your WordPress installation. With that in mind, here are a few reasons why WordPress may not be delivering your mail.
► ► Your Underlying SMTP Server Isn’t Configured Properly:
In many cases, WordPress fails to send emails as a result of the SMTP server on the underlying operating system not being configured properly. The proper configuration includes using authentication, configuring the basic SMTP server settings, and following best practices when setting up SPF records, just to name a few.
In addition, some ISPs like Comcast, do not allow SMTP to connect over port 25. If your SMTP server fails to connect over port 25, then you’re not going to receive email notifications from WordPress.
Thanks.
Hi,
Are you talking about the date format of package frontend, for more clarification you can share package URL/page URL
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Ok, sorry for some late, please put this code in your theme functions.php
,
function wpdm_add_taxonomy() {
$args = array(
'hierarchical' ► true,
'label' ► __( 'Page Category', 'wpdmpro' ),
'show_ui' ► true,
'show_admin_column' ► true,
'query_var' ► true,);
register_taxonomy( 'category', array('wpdmpro', 'page'), $args );
}
add_action( 'init', 'wpdm_add_taxonomy', 11 );
here, for register taxonomy category register_taxonomy( 'category'
will be replaced by page used category, I hope it will help you
thanks
So, you want to use existing categories, but pages category and wpdm category both are registered in the database in a different name, you can clone the categories or category registered name has to be changed in WPDM, let me know
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue again, I think it is server related problem
Thanks
Can you please give your login details private reply here for checking, are you getting the free version? let me know
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Hello,
I think edit profile issue is related membership add-on, sorry for some delays, I shall try to update and check all in detail tomorrow
thanks
Hi,
I have tested uploading mp3 file from the media library, it is working fine in the pro version and for the table view can you please more elaborate on this requirement
thanks
You are Welcome
Hello,
It was missing. we have added now to this pack, please check now
thanks
I have found your issue, soon you shall be updated
thanks
Are you using this add-on, https://www.wpdownloadmanager.com/download/user-review-add-on/, please let me know
thanks
We are developing the add-on from the ground, soon you shall get the feature again and with the update
thanks
The add-on name is multilevel-marketing.zip, please search from the list
thanks
I have checked that everything is fine from my side, can you please check it again
thanks
Are you using the free version or PRO version, let me know
thanks
No cost, if the major upgrade not need
thanks
Hello,
Has the problem been solved? I have checked that settings are all working fine, let me know
thanks
It needs to customize the shortcode related file according to your requirements
thanks
yes, you can do that
You can download it from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases, please click any button called order details button, then you shall get the purchased add-on list
thanks
Ok, the adjusted code is,
.category-panel.wpdm-shortcode-toolbar .card-body{ display:none; }
.w3eden .card {
margin-bottom: 25px;
min-height: 65px !important;
}
thanks
please use this shortcode, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_packages-wp_query-in-a-shortcode-for-download-manager-packages/, you will get the same and more extended feature with this shortcode
thanks