Shahriar

Forum Replies Created

Viewing 25 posts - 10,201 through 10,225 (of 12,510 total)
in reply to: Renewing WP Download Manger Pro #47338

Shahriar
Moderator

Hi,

Sorry for the confusion. Your key is not expired yet. It will expire on 08/27/2016. Renewal is not required now. You can renew after the expiration date. Thanks.

in reply to: Access Issue with individual files #47337

Shahriar
Moderator

Hi,

The option marked in your screenshot manages individual file download in a package, which has multiple files attached to it. If it is disabled use can download the whole package but can’t download single files. Also this option is not related to category restriction.

Please send a package link that has multiple files and individual file download not allowed. I will check if the option is working or not.

Also send temporary wp-admin login info if you want me to check the admin area.

Thanks.

in reply to: Download file detail page #47336

Shahriar
Moderator

Download Manager uses your theme’s single.php template to show package details page. If you want it different that normal post details page, you need custom post template.

To create custom post tempate for WPDM,

1. Copy single.php of your theme and rename it single-wpdmpro.php

2. Remove related post code from single-wpdmpro.php ( PHP code knowledge required )

Let me know if need any help there.

Thanks.

in reply to: download count not working #47335

Shahriar
Moderator

Please send temporary wp-admin login info in private reply to check the issue. However, this issue may be related to cache plugin. If you have any cache plugin installed try deactivating and cleaning all cache.

in reply to: Bulk Import Select Dir error #47334

Shahriar
Moderator

Hi,

This issue is related to your server PHP basedir protection feature. Please ask your server support to exclude wp-content/ path from basedir restriction. And set your wp-content path as ‘File Browser Root’ in WPDM basic settings.

Thanks.

in reply to: Remove "Packages" from search results #47333

Shahriar
Moderator

@Mfd,

Please change following line of code ( download-manager.php line 171)

'exclude_from_search' ► (bool)get_option('__wpdm_exclude_from_search', false),

to

'exclude_from_search' ► (bool)get_option('__wpdm_exclude_from_search', true),

That will fix the issue. Or send temp login info in private reply, i will do that for you.

Thanks.

 

in reply to: Registration Fields #47317

Shahriar
Moderator

That will require customization in code. You may use action hook register_form or wpdm_register_form, to add new field with reg form, and use hook user_register ( Docs: https://codex.wordpress.org/Plugin_API/Action_Reference/user_register ) to save the custom field data.

in reply to: captcha lock expired link #47316

Shahriar
Moderator

Please try clearing cache in your browser and site again.

in reply to: Excerpt #47315

Shahriar
Moderator

Please give me ftp info in a private reply, the template file name you are trying to edit and the package url where I can check the output, I’ll try to make it work for you.

in reply to: Advanced Custom Fields change to Checkbox #47314

Shahriar
Moderator

please tell me which option you are trying to change, I’ll give a try in your site.

in reply to: Pagination links don't scroll to top #47313

Shahriar
Moderator

Not possible for now, but noted for implementation.


Shahriar
Moderator

Issue fixed, please update the add-on.

in reply to: Amazon S3 Not Working #47311

Shahriar
Moderator

Actually it is an permission issue with amazon S3 api info, nothing to do from wpdm or wp. You need to allow full access for the api credential you are using there, also we released new update of AWS add-on, please update the add-on.

in reply to: Email Subscription #47310

Shahriar
Moderator

I’ve reeving email properly.

There are 3 way to show the download link with lock options: embedded ( [download_link_extended] ), popup ( [download_link_popup] ) and popover ( [download_link] ), all are explained here http://www.wpdownloadmanager.com/doc/templates/template-tags/#download_link .

You can change those texts from language file wpdmpro.po .

in reply to: Amazon S3 Add-on issues #47308

Shahriar
Moderator

I’ve updated the add-on, bucket list are showing now, but some are not accessible due to permission issue, I’ve check those in details now.

in reply to: Download Stats #47306

Shahriar
Moderator

Not yet, but we shall add a download history page with the next update.

in reply to: User Restriction #47305

Shahriar
Moderator
  1. Go to Admin Menu Downloads Settings Frontend
  2. Select “Author, Editor, Administrator” for option “Allowed User Roles to Create Package From Front-end”
  3. Create a page for the short-code [wpdm_frontend]
  4. Now any user with role from Author to Administration will be able to manage their documents from front-end
  5. When creating document, user can set “Subscriber” for “Allow Access” option
  6. And all users will subscriber role will be able to download file.
in reply to: Problems with Amazon S3 #47302

Shahriar
Moderator

Please give me temporary wp-admin login info in a private reply to check your issue.


Shahriar
Moderator

Please give me temporary wp-admin login info in a private reply and also tell me which short-code you are trying there.

in reply to: How To show Category On All packages #47296

Shahriar
Moderator

Added post category box in package page. Please check the screenshot,

https://www.evernote.com/l/AUfCQ5upMPpPJpuDn2VjYb2xbncvFRc-xyQ

in reply to: Urgent #47295

Shahriar
Moderator

wp pro membership doesn’t support stripe yet, but we shall add it with the next update of the add-on. But if you need it urgently, please give me temporary wp-admin login info, I’ll update it manually in your installation.

in reply to: Show/Hide Button if related links empty #47294

Shahriar
Moderator

You need to use

<a href="[wpdm_acf-Infomodule-lien_demo]">Video</a><a href="[wpdm_acf-Infomodule-ex_sequence]">Sequence</a>

in your link template to add the 2 custom fields link.
You may use following css to hide the buttons when link is empty:

.w3eden a[href=""]{ display: none; }
in reply to: WPDM – Stripe #47287

Shahriar
Moderator

Please install this add-on too:

Premium Package – WordPress Digital Store Solution

Then you will be able to set price for items, and configure payment gateway from Admin Menu Downloads Settings Premium Packages Payment Gateways Tab

in reply to: Invalid License Key #47286

Shahriar
Moderator

Unlocked.

in reply to: Enable translations #47285

Shahriar
Moderator

language files are in /plugins/wpdm-archive-page/languages dir

Viewing 25 posts - 10,201 through 10,225 (of 12,510 total)