Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 18,926 through 18,950 (of 20,507 total)
Apr 13, 2020 at 5:00 pm
#125751
Moderator
Nayeem Riddhi
Staff OP

Hi,

I have checked that there missing the additional preview images for the packages, can you check please?

Thanks.

Apr 13, 2020 at 4:57 pm
#125750
Moderator
Nayeem Riddhi
Staff OP

Hi,

Please check this page, https://downloadfreepatterns.com/wpdm-membership-page/, it is working fine. you should set the membership page from Membership > Settings > Membership Plans Page. please let me know.

Thanks.

Apr 13, 2020 at 4:28 pm
#125747
Moderator
Nayeem Riddhi
Staff OP

Hi,

Do you want to Skip Lock for Logged in all user roles? please let me know.

Thanks.

Apr 13, 2020 at 4:26 pm
#125746
Moderator
Nayeem Riddhi
Staff OP

Hi,

The “Downloads page” is restricted only to the subscriber role. It will show only to the subscriber role users. please let me know.

Thanks.

Apr 13, 2020 at 2:42 pm
#125742
Moderator
Nayeem Riddhi
Staff OP

Hi,

The WPDM-Form-lock latest version is 1.7.5. Please check it from the plugins tab.

Thanks.

Apr 13, 2020 at 1:57 pm
#125739
Moderator
Nayeem Riddhi
Staff OP

Hi,

I have updated in additional previews, please check the package, http://staging.frebers.com/download/5-free-game-backgrounds/, it is working fine. please update the other packages also.

Thanks.

Apr 13, 2020 at 1:17 pm
#125736
Moderator
Nayeem Riddhi
Staff OP

Hi,

Please, configure it from Admin Menu > Downloads > Settings > Premium Packages > Payment Options tab. you will find there.

Thanks.

  • This reply was modified 5 years, 11 months ago by Nayeem Riddhi.
Apr 13, 2020 at 1:02 pm
#125735
Moderator
Nayeem Riddhi
Staff OP

Hi,

You can add a - slug with the package name for making in search as possible. but for the default, the uploaded files name search is not available yet.

Thanks.

Apr 13, 2020 at 12:56 pm
#125734
Moderator
Nayeem Riddhi
Staff OP

Hi,

What’s your table problem? do you want not to show icon in the link-templates? please let me know.

Thanks.

Apr 13, 2020 at 9:23 am
#125728
Moderator
Nayeem Riddhi
Staff OP

Hi,

Some user gets it fixed by installing: apt-get install php7.0-zip. Please ask your server/hosting support to activate zlibin your server. WPDM requires zlibto create a zip file on the fly from multiple packages before download.

Thanks.

Apr 12, 2020 at 3:18 pm
#125720
Moderator
Nayeem Riddhi
Staff OP

Hello,

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

Thanks.

Apr 12, 2020 at 10:05 am
#125715
Moderator
Nayeem Riddhi
Staff OP

Hi,

The WPDM PRO is our main plugin. The others are add ons for related services. The add ons are depend on the main plugin. please mail to support@wpdownloadmanager.com your any payment related issue.

Thanks.

Apr 12, 2020 at 9:57 am
#125714
Moderator
Nayeem Riddhi
Staff OP

Hi,

Which WPDM version you are using? I have not enough access for checking your plugins. please let me know.

Thanks.

Apr 12, 2020 at 9:38 am
#125713
Moderator
Nayeem Riddhi
Staff OP

Hi,

Can you please check it,

Directive Local Value Master Value
zlib.output_compression On On

here showing twice time On

please check

Thanks.

Apr 12, 2020 at 9:30 am
#125712
Moderator
Nayeem Riddhi
Staff OP

Divi theme has a large number of scripts in functions.php, it needs enough time for checking one by one script, however, I will check you Divi theme options also. it may need two-three hours for checking. I will try to check it today if I have enough time.

Thanks.

Apr 12, 2020 at 8:54 am
#125710
Moderator
Nayeem Riddhi
Staff OP

Glad to hear that, if you like our services, please give us a 5* here, https://wordpress.org/support/plugin/download-manager/reviews/, if you have some time.

Thanks.

Apr 12, 2020 at 6:48 am
#125705
Moderator
Nayeem Riddhi
Staff OP

Hi,

Are you facing any issue with media player playing? like audio or video. it needs some upgrade with the latest version.

Thanks.

Apr 12, 2020 at 6:36 am
#125702
Moderator
Nayeem Riddhi
Staff OP

Ok, the latest WPDM Pro version doesn’t have the issue, the earlier version may have If there any conflict with any you can also check them too. please let me know.

Thanks.

Apr 12, 2020 at 6:32 am
#125701
Moderator
Nayeem Riddhi
Staff OP

Hi,

Lock whole page with the user role restriction and the access role for packages should work.
however, you can switch the default user role to any pro membership created role, the way as I image attached.

img

if you are facing any issue with these, please let me know, if possible, Please, give your temporary wp-admin login details in a private reply for checking.

Thanks.

Apr 12, 2020 at 5:26 am
#125690
Moderator
Nayeem Riddhi
Staff OP

Hi,

It is working now, please check, https://zookdisk.com/download/wpdm-test/,

please let me know if it is related to other issues.

Thanks.

Apr 12, 2020 at 2:19 am
#125678
Moderator
Nayeem Riddhi
Staff OP

Hi,

I have checked the issue, for this, you have to put the below code for the same file in line number 222 after jQuery('#psp').removeClass('fa-sun fa-spin').addClass('fa-hdd');

if ( jQuery('input[name="cats[]"]:checked').length == 0 )
   {
     alert('You must select a category for the package!');
     jQuery('#psp').removeClass('fa-sun fa-spin').removeClass('fa-hdd');
     jQuery('#publish').removeAttr('disabled');
     return false;
    }

It should work perfectly. please let me know.

Thanks.

Apr 11, 2020 at 3:47 pm
#125667
Moderator
Nayeem Riddhi
Staff OP

Hi,

Please put the code in /download-manager/tpls/wpdm-add-new-file-front.php in line number 200 before the code,
if (jQuery('#title').val() === '') return false;
Code:

if ( jQuery('input[name="cats[]"]:checked').length == 0 ){
                alert('You must select a category for the package!');
                return false;
  }

it will work then.

Thanks.

Apr 11, 2020 at 3:17 pm
#125664
Moderator
Nayeem Riddhi
Staff OP

It is similar as you want to delete the user,

2- I also want writers not to access the wordpress panel.

3- Also, you can not add topics in wordpress panel.

please let me know.

Thanks.

Apr 11, 2020 at 3:07 pm
#125663
Moderator
Nayeem Riddhi
Staff OP

Hi,

I have checked the cashflow for start ups package, it has no pricing option. Other packages have a pricing option, so they are showing add to cart option. how you have differentiated from them to others? what different problems you are facing the rest of them. please let me know.

Thanks.

Apr 11, 2020 at 2:13 pm
#125661
Moderator
Nayeem Riddhi
Staff OP

Hi,

If the user already has been registered and then you want the user used contents will remain, then you can follow the below steps as i image attached. please let me know if it helps you.

img

Thanks.

Viewing 25 posts - 18,926 through 18,950 (of 20,507 total)