Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 12,076 through 12,100 (of 20,535 total)
Mar 31, 2021 at 2:40 am
#149636
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Mar 31, 2021 at 2:39 am
#149635
Moderator
Nayeem Riddhi
Staff OP

For hiding downloadable files you may keep them locked with a certain lock option and for the user uploading files, can you please check this doc, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_frontend-front-end-uploader-ui/

thanks

Mar 31, 2021 at 2:16 am
#149634
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Mar 31, 2021 at 2:09 am
#149633
Moderator
Nayeem Riddhi
Staff OP

Hi @CSDS,

Please open a separate ticket for your issue, please, I shall try to help you

thanks

Mar 31, 2021 at 2:05 am
#149632
Moderator
Nayeem Riddhi
Staff OP

Can you check this Mailchimp add-on, https://www.wpdownloadmanager.com/download/mailchimp-subscription/, here is available the option for adding subscribers to the group as well

thanks

Mar 31, 2021 at 1:37 am
#149630
Moderator
Nayeem Riddhi
Staff OP

In the page template generally template tags get dynamic, but for shortcode, you have to put the shortcode in the page/post for making the dynamic content

thanks

Mar 31, 2021 at 1:33 am
#149629
Moderator
Nayeem Riddhi
Staff OP

Item Update Notification Email is related to newsletter add-on and I think you are talking about Campaign Subscriber widgets, can you please share the related where the creating subscription error? please let me know then

thanks

Mar 31, 2021 at 12:31 am
#149626
Moderator
Nayeem Riddhi
Staff OP

Are you using this add-on, https://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/ and this shortcode, [wpdm_tree], please let me know, this shortcode also provide you parameter for packages inside a category folder, please let me know

thanks

Mar 30, 2021 at 1:54 pm
#149590
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Mar 30, 2021 at 1:53 pm
#149589
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Mar 30, 2021 at 1:48 pm
#149588
Moderator
Nayeem Riddhi
Staff OP

Yes

thanks

Mar 30, 2021 at 1:38 pm
#149586
Moderator
Nayeem Riddhi
Staff OP

please put this code in your active theme functions.php,

add_filter( 'post_type_labels_wpdmpro', 'news_rename_labels' );

function news_rename_labels( $labels )
{
    # Labels
    $labels->name = 'News';
    $labels->singular_name = 'News';
    $labels->add_new = 'Add News';
    $labels->add_new_item = 'Add News';
    $labels->edit_item = 'Edit News';
    $labels->new_item = 'New News';
    $labels->view_item = 'View News';
    $labels->view_items = 'View News';
    $labels->search_items = 'Search News';
    # Menu
    $labels->menu_name = 'News';
    $labels->all_items = 'All News';
    $labels->name_admin_bar = 'News';

    return $labels;
}

I hope it may rename the CPT label of WPDMPRO post type

thanks

Mar 30, 2021 at 11:37 am
#149581
Moderator
Nayeem Riddhi
Staff OP

Hi,

It is better for you if you use the latest version of WPDM, for updating the WPDM, you may follow this procedure, please simply click the Save Settings again for the license key option from Downloads > Settings > License, which will regenerate the access token. Finally, go to the plugins page and the update will work fine this time, and if you want the older version of WPDM, Please mail support@wpdownloadmanager.com, I hope you may get the help

thanks

Mar 30, 2021 at 10:16 am
#149578
Moderator
Nayeem Riddhi
Staff OP

please check the option as I image attached,

Image 2021-03-30 at 4.12.22 PM

I hope it may help you

thanks

Mar 30, 2021 at 10:02 am
#149577
Moderator
Nayeem Riddhi
Staff OP

If you have a 500 error revealed in your Browser console, it’s mainly due to a PHP Error, And

It’s mainly due to several factors :
– the CURL extension isn’t installed as it’s required by this plugin
– the allow_fopen instruction is not enabled
– your Memory limit is too low (you will need at least 128M, 64M is pretty low!)

Server errors (error 500) are often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause…

If that does not resolve the issue, it’s possible that a .htaccess rule could be the source of the problem. To check for this, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your SFTP or FTP client to view invisible files.

If you weren’t able to resolve the issue by either resetting your plugins and renaming your .htaccess file, we may be able to help, If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that time period. If you don’t have access to your server error log, ask your hosting provider to look for you.

please check and let me know.

Thanks

Mar 29, 2021 at 4:40 pm
#149547
Moderator
Nayeem Riddhi
Staff OP

I have checked that there are lots of files created on your side, but it is very hard to add those files attachment again manually one by one, can you please try again properly from your old server to the new server, please try again

thanks

Mar 29, 2021 at 3:56 pm
#149543
Moderator
Nayeem Riddhi
Staff OP

I have successfully logged in, but it is not redirecting to the admin dashboard, for transferring/moving site one to another you may check this article, https://wordpress.org/support/article/moving-wordpress/

thanks

Mar 29, 2021 at 2:06 pm
#149535
Moderator
Nayeem Riddhi
Staff OP

Hi @amrayu78,

Can you please open a separate ticket for your issue, please

thanks

Mar 29, 2021 at 2:04 pm
#149534
Moderator
Nayeem Riddhi
Staff OP

I think it is working fine here, https://www.arfincaraiz.com/wp-admin/, Are you trying the WPDM login shortcode and option, please check and let me know

thanks

Mar 29, 2021 at 1:43 pm
#149528
Moderator
Nayeem Riddhi
Staff OP

please use the tags template tag on your link or page template, I think it should work then

thanks

Mar 29, 2021 at 1:30 pm
#149527
Moderator
Nayeem Riddhi
Staff OP

Can you share the pagination related page? please let me know then

thanks

Mar 29, 2021 at 1:28 pm
#149526
Moderator
Nayeem Riddhi
Staff OP

I have checked that all files are missing from attaching files, I think moving the files/packages maybe not done in the right way. for moving site you may check this article too, https://wordpress.org/support/article/moving-wordpress/

thanks

Mar 29, 2021 at 1:00 pm
#149525
Moderator
Nayeem Riddhi
Staff OP

Please mail support@wpdownloadmanager.com with your Order Id details. I hope you should get the help

Thanks

Mar 29, 2021 at 9:28 am
#149514
Moderator
Nayeem Riddhi
Staff OP

I think those meta box related to any add-on or plugin, can you please check other plugins of your site too

thanks

Mar 29, 2021 at 9:15 am
#149513
Moderator
Nayeem Riddhi
Staff OP

please try now, it is working fine

thanks

Viewing 25 posts - 12,076 through 12,100 (of 20,535 total)