Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 18,476 through 18,500 (of 20,625 total)
May 11, 2020 at 5:55 pm
#128046
Moderator
Nayeem Riddhi
Staff OP

Hi,

Please contact support@wpdownloadmanager.com for changing auto-renew payment

Thanks.

May 11, 2020 at 5:10 pm
#128042
Moderator
Nayeem Riddhi
Staff OP

Hi,

There maybe didn’t clone the WordPress wp-content\plugins\download-manager properly. you may need to copy those manually from the existing server if the files are available.

thanks.

May 11, 2020 at 5:04 pm
#128041
Moderator
Nayeem Riddhi
Staff OP

If you want to limit the login member download link for a specific page. it may need an add on assistance, are you using this add on?
https://www.wpdownloadmanager.com/download/wp-pro-membership/, let me know.

Thanks.

May 11, 2020 at 3:48 pm
#128032
Moderator
Nayeem Riddhi
Staff OP
This reply has been marked as private.
May 11, 2020 at 3:25 pm
#128028
Moderator
Nayeem Riddhi
Staff OP

Hello,

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

Thanks.

May 11, 2020 at 3:23 pm
#128027
Moderator
Nayeem Riddhi
Staff OP

Hi,

For now, you can use this option as I image attached,

img

May 11, 2020 at 3:19 pm
#128025
Moderator
Nayeem Riddhi
Staff OP

Hi,

Your provided link is broken, you can provide your link inside the code tag also.

May 11, 2020 at 3:13 pm
#128024
Moderator
Nayeem Riddhi
Staff OP

Hi,

First, you say,

when I test upload from the front-end with a user profile, the file doesn’t show anywhere.

then you have said,

it was documents category tree

and your provided link should have

category=”category-slug”

which category is there you have used it will show the related files/packages.

however, when you create a package from the frontend, the allow access option should have All Visitors or other roles for showing in the documents category tree. please let me know if something help you with this information.

Thanks.

May 11, 2020 at 12:34 pm
#128008
Moderator
Nayeem Riddhi
Staff OP
This reply has been marked as private.
May 11, 2020 at 10:31 am
#128000
Moderator
Nayeem Riddhi
Staff OP

I shall try to adjust and update you today. but it may take some time.

Thanks.

May 11, 2020 at 10:29 am
#127999
Moderator
Nayeem Riddhi
Staff OP

Please now check, I have just checked from the Facebook browser, it is working. I have just adjusted the script from Downloads > Settings > User Interface.

Thanks.

May 11, 2020 at 10:07 am
#127998
Moderator
Nayeem Riddhi
Staff OP

Hi,

Can you enable/disable style/scripts from Downloads > Settings > User interface for checking. it may help you. otherwise, Please, give your temporary wp-admin login details in a private reply for checking.

Thanks.

May 11, 2020 at 9:55 am
#127997
Moderator
Nayeem Riddhi
Staff OP

Hi,

Please update to the latest one, it was giving fatal error while installing. and let me know.

Thanks.

May 11, 2020 at 9:47 am
#127995
Moderator
Nayeem Riddhi
Staff OP

Hi,

Are you talking about

Private Download Link Expiration Period:

it is based on,

Private download links ( package with any lock option active ) will expire after the period starting from it’s generation time

let me know,

Thanks.

May 11, 2020 at 5:19 am
#127985
Moderator
Nayeem Riddhi
Staff OP

This feature is not still available now, but if we add this feature you shall be updated or you shall find it WPDM Change Log or add on update changelog.

Thanks.

  • This reply was modified 5 years, 11 months ago by Nayeem Riddhi.
May 11, 2020 at 5:07 am
#127982
Moderator
Nayeem Riddhi
Staff OP

Hi,

I think you are talking about locking any packages with a password lock which will be based on price. please clarify your query in more detail.

Thanks.

May 10, 2020 at 11:00 pm
#127979
Moderator
Nayeem Riddhi
Staff OP

Hi,

Sorry for the late reply. if you create a package and it is under Pending for Review option from Frontend Access from Settings. It has to be approved first. Then the shortcode you are using, when a new package created from the frontend, it should be set the same as the packages are in the page now. like categories, id, etc. please check and let me know.

Thank.

May 10, 2020 at 7:27 pm
#127972
Moderator
Nayeem Riddhi
Staff OP
This reply has been marked as private.
May 10, 2020 at 7:15 pm
#127971
Moderator
Nayeem Riddhi
Staff OP

Hi,

You can put your WPDM Paypal Return URL form Downloads > Premium Package > Payment > Paypal > Return URL. please put the return URL as you assigned on the purchases page. please check and let me know.

Thanks.

May 10, 2020 at 7:13 pm
#127970
Moderator
Nayeem Riddhi
Staff OP

Hi @Roham,

You can put your WPDM Paypal Return URL form Downloads > Premium Package > Payment > Paypal > Return URL. please put the return URL as you assigned on the purchases page. please check and let me know.

Thanks.

May 10, 2020 at 7:04 pm
#127969
Moderator
Nayeem Riddhi
Staff OP

Hi,

You can also switch to Bootstrap version checking if it works for you, from Bootstrap 4 to Bootstrap 3. it may also help you.

Thanks.

May 10, 2020 at 6:26 pm
#127966
Moderator
Nayeem Riddhi
Staff OP

Hi,

Sorry, Premium items can’t be locked, this feature is not till available now.

Thanks.

May 10, 2020 at 12:28 pm
#127953
Moderator
Nayeem Riddhi
Staff OP

Ok, I have adjusted it with some CSS, now PayPal Checkout button is showing properly,

I have put this code in your child theme style.css,

.zoid-outlet {height:60px !important;}
.paypal-button-context-iframe { height:60px !important}
#wpdm-paypal-button-container {min-height: 45px !important;}

Thanks.

May 10, 2020 at 3:39 am
#127948
Moderator
Nayeem Riddhi
Staff OP

OK, glad to hear that, your problem has been solved

May 10, 2020 at 3:36 am
#127947
Moderator
Nayeem Riddhi
Staff OP

Hi,

Please adjust the below code from your plugins > wpdm-archive-page > wpdm-archive-page.php in line number 607-608

 $order = isset($_GET['order']) ? esc_attr($_GET['order']) : 'title';
 $order_by = isset($_GET['order_by']) ? esc_attr($_GET['order_by']) : 'asc';

also, you have to adjust plugins > wpdm-archive-page > tpls> archive-page-extended.php in line number 27-45 for the design appearance,

` <span class=”col-md-6″>
<label for=”order_by”><?php echo __(‘Order By:’,’wpdm-archive-page’); ?></label>
<select name=”order_by” id=”order_by” class=”form-control wpdm-custom-select”>
<option value=”title”><?php echo __(‘Title’,’wpdm-archive-page’); ?></option>
<option value=”date”><?php echo __(‘Publish Date’,’wpdm-archive-page’); ?></option>
<option value=”modified”><?php echo __(‘Last Updated’,’wpdm-archive-page’); ?></option>
<option value=”view_count”><?php echo __(‘View Count’,’wpdm-archive-page’); ?></option>
<option value=”download_count”><?php echo __(‘Download Count’,’wpdm-archive-page’); ?></option>
<option value=”package_size_b”><?php echo __(‘Package Size’,’wpdm-archive-page’); ?></option>
</select>
</span>
<span class=”col-md-6″>
<label for=”order”><?php echo __(‘Order:’,’wpdm-archive-page’); ?></label>
<select name=”order” id=”order” class=”form-control wpdm-custom-select”>
<option value=”ASC”><?php echo __(‘Ascending Order’,’wpdm-archive-page’); ?></option>
<option value=”DESC”><?php echo __(‘Descending Order’,’wpdm-archive-page’); ?></option>

</select>
</span>`
you can also follow this doc for settings the templates,

Template Files

Thanks.

Viewing 25 posts - 18,476 through 18,500 (of 20,625 total)