Shahriar

Forum Replies Created

Viewing 25 posts - 7,276 through 7,300 (of 12,513 total)
Oct 3, 2017 at 5:45 pm
#64026
Moderator
Shahriar
Staff OP

Looks like setting up countdown on the same page requires further code updates. For now, use a separate page. We will add the same page waiting option in next release.

Oct 3, 2017 at 10:44 am
#64004
Moderator
Shahriar
Staff OP

Your theme is creating some js errors which breaking the upload file feature. Upload works fine when switching to another theme. Please ask your theme procider to check the issue.

Oct 3, 2017 at 9:53 am
#63998
Moderator
Shahriar
Staff OP

Hi,

Do you want to add custom data as tag ( e.g. package name? ) with each email address sent to active campaign?

From your email template above I see that you used 2 tags there. NAME and POST TITLE. Our add-on already sends the name, so adding the package title as tag enough?

Let me know your thoughts and thanks for your offer but we use active campaign API so it shouldn’t be an issue for us to add this new tag feature.

Thanks.

Oct 3, 2017 at 7:43 am
#63990
Moderator
Shahriar
Staff OP

Hi, We will fix the issue in next release of WPDM. For now, you can add the following code in /download-manager/libs/class.Apply.php after line 374,

if( $package['quota'] > 0 && $package['quota'] <= $package['download_count'] ){
                wpdm_download_data("stock-limit.txt", __("Download limit exceeded.",'download-manager'));
                die();
}

https://www.evernote.com/l/AUcxmibQSYFJD4zRhe4mh4ByVjCWD_xOFL0B/image.png

Oct 3, 2017 at 6:22 am
#63988
Moderator
Shahriar
Staff OP

Hi,

WPDM does not have that category filter option there yet. But we will add this soon.

Thanks.

Oct 2, 2017 at 7:33 am
#63961
Moderator
Shahriar
Staff OP

Just deactivate Premium Package add-on for plugins page to disable cart feature ( I see, You figured it out already ). However, If you decide to use cart feature and having any issue with the styles after add-on activation let me know.

Oct 2, 2017 at 7:29 am
#63960
Moderator
Shahriar
Staff OP

FTP can’t retrieve directory listing.

The issue seems identical to your previously reported one here https://www.wpdownloadmanager.com/support/topic/download-links-not-working-3/

Please apply the same patch I suggested there Or enable plugin editor access for the temporary wp-admin user so I can do the edits.

Oct 2, 2017 at 7:23 am
#63959
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue.

Oct 2, 2017 at 7:21 am
#63958
Moderator
Shahriar
Staff OP

Which template are you referring to? When is the “Download Confirmation” email sent? Do you mean the email from email lock?

Oct 2, 2017 at 7:16 am
#63957
Moderator
Shahriar
Staff OP

Hi,

You are using very old version of Download Manager which may not be compatible with latest Premium Package add-on. Please download and install the latest WPDM from here https://www.wpdownloadmanager.com/user-dashboard/purchases/

Deactivate and delete the old version of Download Manager before installing the new version. You won’t lose any data or settings.

Thanks.

Oct 2, 2017 at 6:57 am
#63954
Moderator
Shahriar
Staff OP

Lazy Download requires a separate page where it shows the counter. There is no option to show counter on the same page. It is possible to show it on the same page but you have to place [wpdm_lazy_download] shortcode in each package description in that case.

Also, I have to make some code changes in add-on. Send login info in private reply if you want that. Or if you can do that yourself,

Find header("location: " . get_permalink($wpdm_lazy_download['waiting_page'])); and change it to

header("location: " . get_permalink($package['ID'])); in /wpdm-lazy-download./wpdm-lazy-download.php file

Sep 30, 2017 at 3:27 pm
#63924
Moderator
Shahriar
Staff OP

It is your server issue. For some reason, server is sending following response when password is submitted. Looks like it is blocking the AJAX request. Ask your server to get more info on this.

https://www.evernote.com/l/AUenl0dTjSxMC4kjzJ5_ZrzTLeq_FaR2K1oB/image.png

Sep 29, 2017 at 7:29 pm
#63898
Moderator
Shahriar
Staff OP

Have you saved WPDM login info in Downloads Settings Update page? Also, what is your current version?

Sep 29, 2017 at 7:27 pm
#63897
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply.

Sep 29, 2017 at 7:26 pm
#63896
Moderator
Shahriar
Staff OP

@taracox, What was your older WPDM version?

Anyway, FTP upload will work without any issue. You can also install it via Plugins Add New page.

Sep 29, 2017 at 7:20 pm
#63895
Moderator
Shahriar
Staff OP

@arneklein, Updated Download Manager to the latest version. Please let me know if there is any other issue.


@markmaxdb
, Found no issue in my test. The download was served as usual from the email link.

Sep 29, 2017 at 6:57 pm
#63893
Moderator
Shahriar
Staff OP

Find this code 'exclude_from_search' ► (bool)get_option('__wpdm_exclude_from_search', false), in /download-manager/download-manager.php file and change false to true

That should exclude downloads from search result.

Sep 29, 2017 at 6:52 pm
#63892
Moderator
Shahriar
Staff OP

In your first screenshot, max file upload size is shown “0 MB” That means it is s server settings issue Or another plugin is modifying the upload limit. Try disabling other plugins. If that does not work consult your server support about the upload size issue.

Sep 29, 2017 at 6:06 pm
#63890
Moderator
Shahriar
Staff OP

Hi,

Your key was linked to pma.lucidadvertising.com

I have unlocked it from there. The license key should work now.

Thanks.

Sep 29, 2017 at 6:02 pm
#63889
Moderator
Shahriar
Staff OP

Your theme has it’s own archive template which by default works as category archive.

You have to create the custom category template taxonomy-wpdmcategory.php if you want to build a custom archive for only downloads. This template does not come with the theme if it is not a Download Manager theme.

Please check the doc link for more info.

https://www.wpdownloadmanager.com/docsfor/for-theme-developers/

Sep 29, 2017 at 5:55 pm
#63888
Sep 29, 2017 at 5:43 pm
#63886
Moderator
Shahriar
Staff OP

Access settings work in all packages table too. If you are trying to hide packages that user doesn’t have access to, then set the option as “Hide Everything” in Downloads Settings Basic Access Settings

https://www.evernote.com/l/AUeIJj32xWZKPLk_oFbwof-S-gHTRIeP69cB/image.png

Sep 29, 2017 at 5:38 pm
#63885
Moderator
Shahriar
Staff OP

Just keep a backup of current /download-manager/tpls/list-packages-table.php file. All changes are made in this file.

Sep 28, 2017 at 8:02 pm
#63841
Moderator
Shahriar
Staff OP

You can get the direct download link of a file from “Downloads All files” page. Just copy the download button URL as shown in the following screenshot.

https://www.evernote.com/l/AUcqZjpsFZFITqhCHb66ZzKrMQjFfgFzzGcB/image.png

Sep 28, 2017 at 6:57 pm
#63838
Moderator
Shahriar
Staff OP

Please install the latest version of Download Manager. You can download it here https://www.wpdownloadmanager.com/user-dashboard/purchases/

If that does not send temporary wp-admin login info in private reply.

As a Pro user please use PRO support forum for future support request.

Viewing 25 posts - 7,276 through 7,300 (of 12,513 total)