Shahjada

Forum Replies Created

Viewing 25 posts - 2,626 through 2,650 (of 15,655 total)
Jan 10, 2020 at 12:11 am
#117901
Keymaster
Shahjada
Staff OP

Okay now after selected bootstrap 3 from wpdm ui settings. Bootstrap 4 update for membership plugin is coming soon.

Jan 9, 2020 at 10:41 pm
#117900
Keymaster
Shahjada
Staff OP

Please give me temporary wp-admin login info in a prviate reply to check.

Jan 9, 2020 at 7:11 pm
#117896
Keymaster
Shahjada
Staff OP

Okay, we shall add the option soon.

Jan 9, 2020 at 1:38 pm
#117878
Keymaster
Shahjada
Staff OP

Hello, looks like some css conflict, please give me temporary wp-admin login info in a private reply to adjust it. Thanks.

Jan 8, 2020 at 9:42 am
#117776
Keymaster
Shahjada
Staff OP

Dynamically generated s3 URL is temporary and expires after a certain time, no need to hide it.

Jan 8, 2020 at 9:39 am
#117775
Keymaster
Shahjada
Staff OP

No exclude option is available yet. But noted to implement with the next update.

Jan 7, 2020 at 5:00 am
#117686
Keymaster
Shahjada
Staff OP

Hi,
Our customization team checking it and they shall adjust it in your side.

Jan 5, 2020 at 8:58 pm
#117589
Keymaster
Shahjada
Staff OP

No, if you select a file from the media library and attach it with a package, it will not create a copy of the file in download-manager-files dir, file just will be linked from the location where it is now. So, it will not kill your disk space.

The new update is coming with the next week.

Jan 5, 2020 at 9:29 am
#117568
Keymaster
Shahjada
Staff OP

@arborvitaeny, we are also adding direct media library file protection with the next update of the plugin, you will be able to protect and share media library files directly without creating package:

Media Library

Jan 3, 2020 at 11:35 am
#117426
Keymaster
Shahjada
Staff OP

Hi,
Sorry for the delays, we didn’t see it as akismet marked it pending, however, please give me temporary wp-admin login info in a private reply to check your issue.

Jan 2, 2020 at 9:08 am
#117382
Keymaster
Shahjada
Staff OP

BTW, you also may send temporary wp-admin login info to support[at]wpdownloadmanager.com

Jan 2, 2020 at 8:54 am
#117381
Keymaster
Shahjada
Staff OP

Hi,
Stripe and PayPal both are completing other successfully, we are also using them for ourselves at https://www.wpdownloadmanager.com/. Please send me temporary wp-admin login info in a private reply, I shall check and set it up there for you.

Jan 2, 2020 at 8:21 am
#117379
Keymaster
Shahjada
Staff OP

The first thumbnail is coming from your theme and 2nd one is from wpdm page template ( Doc: https://www.wpdownloadmanager.com/doc/templates/page-templates/ ), as you know, you can create/edit custom page template from Admin Menu ► Downloads ► Templates ► Page Templates, you need to do the following to remove the 2nd thumbnail:

Dec 26, 2019 at 3:40 pm
#117108
Keymaster
Shahjada
Staff OP

Hi,
That is not possible as it is now, it will require some minor code customization. Please add the following code before the </body> ( usually in footer.php ):

<script>
jQuery(function($){
   
    $('.inddl.btn').each(function(){
         $(this).attr('target','_blank');
    });

});
</script>
Dec 26, 2019 at 6:44 am
#117098
Keymaster
Shahjada
Staff OP

@ir, please give me temporary wp-admin login info in a private reply to check your issue.

Dec 16, 2019 at 10:22 am
#116824
Keymaster
Shahjada
Staff OP

Awesome, please let me know if you need any other assistance :).

Dec 16, 2019 at 9:31 am
#116819
Keymaster
Shahjada
Staff OP

BTW, for the guest order/download page you need to use the shortcode: [wpdmpp_guest_orders]

Dec 16, 2019 at 9:09 am
#116817
Keymaster
Shahjada
Staff OP

Hi,
Default login page is restored now. Extremely sorry for your trouble.
Okay, so, users doesn’t require login to download the purchased items?
In that case, need to enable guest checkout and download. Let me know I shall configure that for you.

Dec 15, 2019 at 7:48 pm
#116806
Keymaster
Shahjada
Staff OP

The shortcode is deprecated, as all of our users are only user [wpdm_frontend] we stopped maintaining [wpdm_package_form], however, if you think, you will need that, we shall recheck it and make it available with the next update.

Dec 15, 2019 at 6:51 pm
#116803
Keymaster
Shahjada
Staff OP

Please use [wpdm_frontend] instead of that shortcode.

Dec 15, 2019 at 2:34 pm
#116795
Keymaster
Shahjada
Staff OP

Hi,
WPDM only create a zip when there are multiple files with a package. For the packages with multiple files, you can to use link and page template where you need to use [file_list] tag, but skip using [download_link] tag.
[download_link] tag creates a download link to download the full package, and [file_list] shows download button next to the file name to download individual file when single file download is enabled.

Demo: https://demo.wpdownloadmanager.com/wpdmpro/download/multi-file-package/

Alternatively, you can enable “Cache ZIP file” option, which will keep the zip file created from initial download request of a multi-file package, and serve it for the every other download request without creating new one.

Cache Zip

Dec 15, 2019 at 12:45 pm
#116792
Keymaster
Shahjada
Staff OP

Sorry, that is our fault, please find:

" <i class=\"fa fa-times-circle\" onclick=\"$('#tag_" + tid + "').remove();\"></i>\n" +

and replace it with:
" <i class=\"fa fa-times-circle\" onclick=\"jQuery('#tag_" + tid + "').remove();\"></i>\n" +

Also, adjusted in our side for the next update.

Dec 15, 2019 at 6:54 am
#116783
Keymaster
Shahjada
Staff OP

Hi,
Actually, after the limit exceeded, download will not work even if user click on a button.

Dec 15, 2019 at 6:50 am
#116782
Keymaster
Shahjada
Staff OP

Hi,
Order completing properly now, also I configured account page https://x32ram.com/account/?udb_page=purchases and customers will be redirected there after they complete their purchase.

Dec 15, 2019 at 5:46 am
#116781
Keymaster
Shahjada
Staff OP

Yes, that is with the elementor editor, nothing to do with wpdm.

Viewing 25 posts - 2,626 through 2,650 (of 15,655 total)