Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 14,651 through 14,675 (of 20,592 total)
Nov 21, 2020 at 4:27 pm
#141246
Moderator
Nayeem Riddhi
Staff OP

I think your two requirements need some customization, you may please knock here, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade, and for 404 page issue, it needs to resolve, I shall try to resolve the issue as soon as possible

thanks

Nov 21, 2020 at 4:21 pm
#141244
Moderator
Nayeem Riddhi
Staff OP

you are using a very old version of WPDM, please update to the latest version. I hope your problem will be solved

thanks

Nov 21, 2020 at 2:51 pm
#141235
Moderator
Nayeem Riddhi
Staff OP

I have checked some packages, they are working fine, can you please share which packages causing the errors,

thanks

Nov 21, 2020 at 2:40 pm
#141234
Moderator
Nayeem Riddhi
Staff OP

I think the password is not correct for the username, please check

thanks

Nov 21, 2020 at 2:37 pm
#141232
Moderator
Nayeem Riddhi
Staff OP

Can you please share the login URL too,

thanks

Nov 21, 2020 at 2:34 pm
#141231
Moderator
Nayeem Riddhi
Staff OP

I think you are trying to get single file download count, but such tag is not available yet, for further documentation you may check this doc too, https://www.wpdownloadmanager.com/doc/templates/template-tags/

thanks

Nov 21, 2020 at 2:30 pm
#141230
Moderator
Nayeem Riddhi
Staff OP

I think you are trying to open the lazy download page in a new window and after countdown finish, appears the download link, please let me know if I get you

thanks

Nov 21, 2020 at 12:29 pm
#141223
Moderator
Nayeem Riddhi
Staff OP

you can put/adjust the above code in your plugins>download-manager>tpls>link-templates/page-templates PHP files, please let me know if you need further help

thanks

  • This reply was modified 5 years, 5 months ago by Nayeem Riddhi.
Nov 21, 2020 at 12:21 pm
#141221
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Nov 21, 2020 at 12:10 pm
#141217
Moderator
Nayeem Riddhi
Staff OP

Hi,

You can put this code where you want to adjust it, or you can also put it in your PHP template file

<?php _e( "Total Downloads" , "download-manager" ); ?>
<?php echo $wpdb->get_var("select sum(meta_value) from {$wpdb->prefix}postmeta where meta_key='__wpdm_download_count'"); ?>

Thanks.

Nov 21, 2020 at 11:42 am
#141214
Moderator
Nayeem Riddhi
Staff OP

No, maybe some typo mistake

thanks

Nov 21, 2020 at 8:42 am
#141206
Moderator
Nayeem Riddhi
Staff OP

The progress bar is working fine now
and for open in a new window, you may follow these procedures,

by default, you are using link-template-default.php for link template and page-template-default.php for the page template. As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in tpls>page-templates for page template or tpls>link-templates for link template. And you have to replace [download_link] with <a href="[download_url]" class="btn btn-primary" target="_blank">[link_label]</a> in related PHP file. and for the back up the file, you may follow the link below documentation, https://www.wpdownloadmanager.com/doc/template-files/

Thanks.

  • This reply was modified 5 years, 5 months ago by Nayeem Riddhi.
Nov 21, 2020 at 8:36 am
#141204
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Nov 21, 2020 at 8:26 am
#141203
Moderator
Nayeem Riddhi
Staff OP

I have tested here, https://khandishnetwork.com/wpdm-test/, it is working fine now, please check

thanks

Nov 21, 2020 at 7:12 am
#141198
Moderator
Nayeem Riddhi
Staff OP

Does it is not showing the progress bar, please let me know

thanks

Nov 21, 2020 at 7:07 am
#141196
Moderator
Nayeem Riddhi
Staff OP

You are also able to adjust settings from Downloads > Settings > Lazy Download > Other Settings, please check

thanks

Nov 21, 2020 at 5:07 am
#141190
Moderator
Nayeem Riddhi
Staff OP

Can you please adjust the shortcode as asc like [wpdm_tree category=”part-1-cbsm” order_by=”title” order=”asc”], please check and then please let me know

thanks

Nov 21, 2020 at 5:03 am
#141189
Moderator
Nayeem Riddhi
Staff OP

please share the URL which is going broken, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks

Nov 21, 2020 at 4:57 am
#141188
Moderator
Nayeem Riddhi
Staff OP

Yes, All download will redirect a specific page, which will contain the lazy download shortcode. Yes, it will support your existing downloads and will work in the free version too

thanks

Nov 21, 2020 at 4:51 am
#141187
Moderator
Nayeem Riddhi
Staff OP

Please not to be confused, please check if there correct license key in your Downloads > Settings > License option. and save settings again. Then try again to update for the latest version. It will work then.

Thanks

Nov 21, 2020 at 4:49 am
#141186
Moderator
Nayeem Riddhi
Staff OP

Please share your package URL, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue

Thanks

Nov 21, 2020 at 4:41 am
#141184
Moderator
Nayeem Riddhi
Staff OP

Hi,

I have referred this topic to our senior developer, hope you shall get the help very soon

thanks

Nov 21, 2020 at 4:39 am
#141183
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Nov 21, 2020 at 4:36 am
#141182
Moderator
Nayeem Riddhi
Staff OP

Hi,

Generally, category access for roles and packages follow these steps as I describe below,

before giving access to a certain category for a particular role you have to set like as I image attached, you should use Use Link Template option and your particular role,

cat1

then you have to make empty forAllow Access option or giving a particular role on it like as I image attached,

cat2

because Package Access = Package Access + All Category Access = All Visitors + Subscribers = All Visitors

and Package Access = Package Access empty + Category Access(Subscribers) = Subscribers

or Package Access = Package Access(subscriber) + Category Access(Subscribers) = Subscribers

Hope you understand…

Nov 21, 2020 at 4:28 am
#141181
Moderator
Nayeem Riddhi
Staff OP

Please check if there correct license key in your Downloads > Settings > License option. and save settings again. Then try again to update. It will work then.

Thanks

Viewing 25 posts - 14,651 through 14,675 (of 20,592 total)