Shahriar

Forum Replies Created

Viewing 25 posts - 176 through 200 (of 12,513 total)
in reply to: jQuery is not defined #116985

Shahriar
Moderator

I think the error is coming from some kind of conflict with another plugin. WPDM enqueues the jQuery so there should be no jquery undefined error. Maybe one of your plugins is removing the jquery added by WPDM.

in reply to: File link changes, leads to 404 for download #116984

Shahriar
Moderator

Hi, We have released a new version 5.0.4 Please install it to fix the issue. Thanks.

in reply to: [wpdm_search_result] no results #116948

Shahriar
Moderator

1 ) Download in the search result page is working now. WPML plugin was breaking the download link generated by [download_link], I have used a custom link template to replace [download_link] with [download_url]

2 ) By layout, do you mean the link template? If yes, you can define template in search result shortcode to control the result view.

3 ) The search widget title is visible now.

in reply to: Bulk import – single file not all from the folder #116943

Shahriar
Moderator

Please use “Single Column, Extended, PlayList” page template to show single file download option.

in reply to: WPDM – PDF Viewer Add-On not working #116942

Shahriar
Moderator

No, it is not possible. But you can hide the single file download button even when the option is active. Either use CSS or don’t use [file_list] in the template.

in reply to: Download Manager Pro returns “critical error” #116941

Shahriar
Moderator

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

in reply to: Recalculate package size #116940

Shahriar
Moderator

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


Shahriar
Moderator

Check the downloaded file after limit exceeds. It is just a text file with a message.

in reply to: bulk import #116937

Shahriar
Moderator

Directory import doesn’t import the subfolder items. You can only import the file from selected dir. You can attach the main directory to a package, this is an alternative to multiple packages.


Shahriar
Moderator

Please check now.

in reply to: Invalid Download Link Error #116916

Shahriar
Moderator

Please check now. Working on my test.

in reply to: How can I get the WPDM posting package ID? #116915

Shahriar
Moderator

Hi,

get_the_ID() works when you are using it inside a loop. Getting the pacakge id is the same as getting any post id. But based on where you want the ID the required code may vary.

Thanks.

in reply to: Crypton skin #116844

Shahriar
Moderator

Please check now. Activating Bootstrap 3 fixed the issue.


Shahriar
Moderator

Please check now. I have added a patch there to fix the issue. We have added the patch on our side too for the next update.

in reply to: Download unavailable after update new version #116838

Shahriar
Moderator

Please send temporary wp-admin login info in private reply to check the issue. Also, send me a package link where this issue is present.

in reply to: Link to files seems to be broken #116837

Shahriar
Moderator

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


Shahriar
Moderator

Working now. Replaced line no 676 in /download-manager-libs/class.Apply.php with the following code,

if(preg_match("/\/download\/([\d]+)-([^\/]+)\/(.+)/", $_SERVER['REQUEST_URI']) && 1==2 ){

https://drive.google.com/uc?id=1oVoKk8bN8rs7YTvPjDZ9iqJ3d8nRp1e_

We will also add a patch in the next release to fix this issue.

in reply to: Problems after updating to 5.0.3 #116835

Shahriar
Moderator

Replace line no 676 in /download-manager-libs/class.Apply.php with the following code,

if(preg_match("/\/download\/([\d]+)-([^\/]+)\/(.+)/", $_SERVER['REQUEST_URI']) && 1==2 ){

https://drive.google.com/uc?id=1oVoKk8bN8rs7YTvPjDZ9iqJ3d8nRp1e_

We will also add a patch in next release to fix this issue.

in reply to: Packages with more than one document not downloading #116834

Shahriar
Moderator

Replace line no 676 in /download-manager-libs/class.Apply.php with the following code,

if(preg_match("/\/download\/([\d]+)-([^\/]+)\/(.+)/", $_SERVER['REQUEST_URI']) && 1==2 ){

https://drive.google.com/uc?id=1oVoKk8bN8rs7YTvPjDZ9iqJ3d8nRp1e_

We will also add a patch in next release to fix this issue.

in reply to: Custom Search Results Template not working #116833

Shahriar
Moderator

Please use template parameter with the search result shortcode to define link template.

[wpdm_search_result template="link-template-widget"]

in reply to: Failed Update via Wp-Admin #116756

Shahriar
Moderator
This reply has been marked as private.
in reply to: Need license number #116755

Shahriar
Moderator

Hi,

If you are changing the domain, unlock the key from the old domain. You can do that from your Purchases > Order Details page by clicking the “Generate Key” button.

If you are getting the error without moving the license to another domain then install the latest version to fix the issue. Follow these steps to update the plugin,

1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.

Thanks.

in reply to: WPDM PDF Stamper #116754

Shahriar
Moderator

You can modify PDF Stamper settings from Downloads > Settings > PDF Stamper tab.

in reply to: bug with version 5.0.3 #116753

Shahriar
Moderator

Replace line no 676 in /download-manager-libs/class.Apply.php with the following code,

if(preg_match("/\/download\/([\d]+)-([^\/]+)\/(.+)/", $_SERVER['REQUEST_URI']) && 1==2 ){

https://drive.google.com/uc?id=1oVoKk8bN8rs7YTvPjDZ9iqJ3d8nRp1e_

We will also add a patch in next release to fix this issue.

in reply to: Resource loading error on some packages (Error 404) #116751

Shahriar
Moderator

Frontend upload is working now.

Viewing 25 posts - 176 through 200 (of 12,513 total)