Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 12,751 through 12,775 (of 19,348 total)
in reply to: Contact Form 7 #143505

Nayeem Riddhi
Moderator

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.


Nayeem Riddhi
Moderator

Hi,

Are you talking about the date format of package frontend, for more clarification you can share package URL/page URL

thanks

in reply to: Contact Form 7 #143501

Nayeem Riddhi
Moderator

Please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks

in reply to: Assigning packages to existing WordPress categories? #143500

Nayeem Riddhi
Moderator

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

in reply to: Assigning packages to existing WordPress categories? #143494

Nayeem Riddhi
Moderator

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

in reply to: Premium Package – Payment – Currency Config #143493

Nayeem Riddhi
Moderator

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

in reply to: Can not find my lisence for live forms #143484

Nayeem Riddhi
Moderator

Can you please give your login details private reply here for checking, are you getting the free version? let me know

thanks


Nayeem Riddhi
Moderator

Please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks


Nayeem Riddhi
Moderator

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

in reply to: Questions about the Pro Version #143481

Nayeem Riddhi
Moderator

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

in reply to: MLM Affiliate Shortcode does not work #143476

Nayeem Riddhi
Moderator

You are Welcome

in reply to: MLM Affiliate Shortcode does not work #143474

Nayeem Riddhi
Moderator

Hello,

It was missing. we have added now to this pack, please check now

thanks

in reply to: MLM Affiliate Shortcode does not work #143472

Nayeem Riddhi
Moderator

I have found your issue, soon you shall be updated

thanks

in reply to: Comments and rating stars #143471

Nayeem Riddhi
Moderator

Are you using this add-on, https://www.wpdownloadmanager.com/download/user-review-add-on/, please let me know

thanks

in reply to: WordPress Pro Membership and bbPress #143462

Nayeem Riddhi
Moderator

We are developing the add-on from the ground, soon you shall get the feature again and with the update

thanks

in reply to: MLM Affiliate Shortcode does not work #143461

Nayeem Riddhi
Moderator

The add-on name is multilevel-marketing.zip, please search from the list

thanks

in reply to: Private message error #143460

Nayeem Riddhi
Moderator

I have checked that everything is fine from my side, can you please check it again

thanks

in reply to: Can not find my lisence for live forms #143459

Nayeem Riddhi
Moderator

Are you using the free version or PRO version, let me know

thanks

in reply to: Help removing title and description #143458

Nayeem Riddhi
Moderator

No cost, if the major upgrade not need

thanks

in reply to: Download manager settings does not work #143455

Nayeem Riddhi
Moderator

Hello,

Has the problem been solved? I have checked that settings are all working fine, let me know

thanks

in reply to: Help removing title and description #143452

Nayeem Riddhi
Moderator

It needs to customize the shortcode related file according to your requirements

thanks

in reply to: Help removing title and description #143442

Nayeem Riddhi
Moderator

yes, you can do that

in reply to: MLM Affiliate Shortcode does not work #143440

Nayeem Riddhi
Moderator

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

in reply to: Help removing title and description #143439

Nayeem Riddhi
Moderator

Ok, the adjusted code is,

.category-panel.wpdm-shortcode-toolbar .card-body{ display:none; }
.w3eden .card {
    margin-bottom: 25px;
    min-height: 65px !important;
}

thanks

in reply to: Widget #143438

Nayeem Riddhi
Moderator

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

Viewing 25 posts - 12,751 through 12,775 (of 19,348 total)