Tanvir

Forum Replies Created

Viewing 25 posts - 976 through 1,000 (of 3,183 total)
in reply to: Disable Order Auto Renew at time of purchase #180680

Tanvir
Spectator

Hello,

Thanks for contacting us.

Generally this issue may caused by using Cache plugin. If you are using any cache plugin on you site, please clear cache and disable the plugin for sometimes. Then test it to check if the issue persists, let us know then by providing website address and admin access of your website in a private reply. We will inspect and solve the issue quickly then.

regards
Tanvir

in reply to: All Download Files Displaying .php #180673

Tanvir
Spectator

Hello,

Please provide related url and temporary admin access to check and fix the issue quickly.

Regards
Tanvir


Tanvir
Spectator

Hello @helmuthairlessskin-de,

Download button works fine when file is uploaded by using WP-Media-Gallery. There is no issue.
However if you face any issue downloading file, you can follow the below setting:

image

For further assistance, Please create a new separate topic in this forum with the regarding issue.
We will check the issue further

Regards
Tanvir

in reply to: PDF Stamp doesn’t work #180621

Tanvir
Spectator

Please provide temporary admin access in a private reply to inspect the issue further and give you a solution ASAP.
If you don’t want to provide access to your live site, you can create a staging site with the issue and give us access of that.

Regards
Tanvir

in reply to: Show total of packages in front-end #180620

Tanvir
Spectator

Hello,

Sorry there is no such way. We have only this count shortcode available.

Regards
Tanvir

in reply to: All Download Files Displaying .php #180618

Tanvir
Spectator

Hello,

What I think you have updated WPDM from a very old version. It happens for the pages with shortcodes.
I would suggest to check our latest related shortcodes with parameters and edit those pages again with the latest shortcode format then update.

Short-codes

Regards
Tanvir

in reply to: Ads in Pagetemplate #180598

Tanvir
Spectator

Hello Michael,

Thanks for contacting us.
You can add html ads in page template. With html you can add ads text/links/images in it.

Regards
Tanvir

in reply to: wpdm-archive shortcode not working anymore #180597

Tanvir
Spectator

Do you use wpdm full access pack?
please provide related order numbers and the date of purchase. We will check it.

Regards
Tanvir

in reply to: Prelaunch testing and have several problems to solve #180586

Tanvir
Spectator

Hello,

Thanks for the clarification.
I have understood your concern. But I am sorry currently wpdm feature is not like that. So I would suggest to just post in feature request pro. so that that will be updated in future.

Regards
Tanvir

in reply to: Prelaunch testing and have several problems to solve #180569

Tanvir
Spectator

Hello,

Thanks for more clarifications.

1. All packages works for draft. I have tested it. Check here
2. The issue is already fixed by our developer team and released. Please update premium package plugin to the latest version. It will solve the issue.
3. This feature is currently not available with WPDM . However, you can request it here. We may add it in future.
4. Sorry for misunderstanding. I have got it now. You can request it here. We may add it in future.
5. In this case you can create separate packages for free file and you can add email lock there.
6. Single file doesn’t work for the provided page because that is already a paid package with price. So buying that means customer has bought the full package and he will be able to download it as a zip file.
7. Got it. Here [download_link] template tag is working properly. It is showing the download/purchase button as it should. [download_url] template tag is not showing because actually that is not a free download packages. So there is no download link actually. It needs to purchase to download. [download_url] will work properly if you create free download package. Hope you understand.

Let us know for further assistance.

Regards
Tanvir

in reply to: wpdm-archive shortcode not working anymore #180545

Tanvir
Spectator

Hello,

From the beginning all shortcodes of WPDM directory addon as well as wpdm were in the same format. Please check:

WPDM Directory Add-on

For the license issue, could you please tell me in details about the issue and the reasons of refund?

Regards
Tanvir

in reply to: Prelaunch testing and have several problems to solve #180537

Tanvir
Spectator

Hello Teeg,

Thanks for providing access.
Here are the replies for your issues:

1. Attach Dir – Doesn’t work for packages. Resulting download is a filenotfound txt file.
—-Working fine from your website if price is not set. Example here

2. Test Pay – For individual bundles – transaction processes and order is recorded but no download is available in account “Order Details”.
—– Found the issue. If directory is selected there is no download button. But if the download is in zip, then working fine. However, I have forwarded the issue to the developer team. It will be fixed soon.

3. Download from package pages – Free membership can download from the package details page. But paid memberships can only download from “My Downloads” area in their account. Also if a person purchases a package (not a membership), they still see a “Buy” button instead of a “Download” button on the public facing package page
—-It is a feature. free membership can download from package because there is no need to login for them. For members, they need to login to get their purchased products. After purchase all need to download from their dashboard area.

4. In the block editor, Pricing and Discounts/Package Free Downloads – Requires uploading to or selecting from the Media Library – Can’t select file from the server.
— Files can be selected from server without any issue please check here

5. In the block editor, Pricing and Discounts/Package Free Downloads – Require name and email to get the free file.
—I have checked the related page here. It is set in the way from your side that the visitor will need to login first otherwise need to register. Generally almost every membership site works in this way that you need to login first, if no account then visitor needs to register. you can set access it to all visitors and lock downlod with email lock. So that visitor doesn’t need to create account to your site also you will get email of them.

6. Enabling Single File Download – Doesn’t seem to do anything.
—Single download is working fine. You can check the screenshot below to know how it works. In a download packages these are the single file download buttons.
image

7. Custom templates Bug: Some of the insert variables put in the wrong code – for example download button adds download URL and download URL inserts download button shortcode
—Custom template is working properly. you can check all of our template tags here. All work properly.

Let us know for further assistance.

Regards
Tanvir

in reply to: wpdm-archive shortcode not working anymore #180523

Tanvir
Spectator

Hello,

Thanks for contacting us.

In our testing environment wpdm archive shortcodes are working perfectly.
Could you please make sure the wpdm archive addon is activated from the plugins page?

If the problem persists, please also share related url to check the issue. If possible please also share temporary admin access to check the issue closely.

Regards
Tanvir


Tanvir
Spectator

Hello,

Thanks for contacting us.
For this feature we have an addon. Please check below:

WPDM Default Values

Regards
Tanvir

in reply to: term_group and term_id #180481

Tanvir
Spectator

Hello,

Those are parameters of mysql database.
Here is an example given:

wp_terms
The first table is the terms table. It holds the basic information about single terms.

 term_id bigint(20) unsigned NOT NULL auto_increment,
 name varchar(200) NOT NULL default '',
 slug varchar(200) NOT NULL default '',
 term_group bigint(10) NOT NULL default 0,
 PRIMARY KEY  (term_id),
 UNIQUE KEY slug (slug),
 KEY name (name)
term_id is a unique ID for the term.
name is simply the name of the term.
slug is unique and is the name reduced to a URL friendly form.
term_group is a means of grouping together similar terms.

More details can be found here.

Regards
Tanvir

in reply to: Modello di pagina predefinito #180478

Tanvir
Spectator

Hello,

Thanks for contacting us.
For this feature we have an addon. Please check below:

WPDM Default Values

Regards
Tanvir

in reply to: PDF Stamp doesn’t work #180294

Tanvir
Spectator

Hello,

Pdf stamper works fine with any php stable version like 7.4/7.6

We follow wp standard as wp is not yet fully compatible with PHP8

WordPress 5.9 and PHP 8.0-8.1

However, Please provide wp admin access and ftp access in a private reply to check and fix the issue further.

Regards
Tanvir

in reply to: Membership subscription invoice not showing #180284

Tanvir
Spectator

Hello Simon,

Hope you are well.
Currently downloading invoice from this section is not available. You can request this feature from here . We may add this feature in future updates.

However, After purchasing/subscribing to any membership plan, the buyer will receive emails.
you shall find those from Download > Templates > Email Templates.

Thank you and regards

in reply to: Prelaunch testing and have several problems to solve #180283

Tanvir
Spectator

Hello,

Thanks for contacting us and sorry to hear about the issues.

wpdm pro is working fine in our testing environment.
Could you please share related urls to check the issues properly? if possible please also share temporary admin access in a private reply to check the issues further and resolve those quickly.

Regards
Tanvir

in reply to: A Bug in “All Downloads Table” #180282

Tanvir
Spectator

Hello,

You can hide the all categories section by editing template.
The front end is coming from line 172-174 from ..\wp-content\plugins\download-manager\src\Package\views\datatable.php
image

or You can keep the related categories using css display:none property for related categories.

However, To keep only the related categories from backend you can request the feature here.

We have a better addon to show archive packages. You can check that addon and demos below:

WPDM Directory Add-on

Let us know for further assistance.

Regards
Tanvir

in reply to: PDF Stamp doesn’t work #180278

Tanvir
Spectator

Hello,

Thanks for contacting us.
There are many reasons for critical error of PDF Stamper. As you have posted in support forum, we hope we will be able to fix the issue.
Could you please confirm us that you are using if wpdm and wpdm-addons are updated to the latest version? if not please update it to the latest version.
Also please tell us the php version you are using for your server.

We will try to inspect the issue and give you a solution ASAP.

Regards
Tanvir

in reply to: Import download history from another plugin #180252

Tanvir
Spectator

Hello,

Sorry there is not such feature available.
However, you can ask for a customization service from here.

Regards
Tanvir

in reply to: My Downloads not showing the the user dashboard #180251

Tanvir
Spectator

Hello Philip,

Yes to show the packages to my download, you have to set users for download packages.
However, You can also set download categories to specific users too. So they will get accessible downloads of the category to my downloads section.

For further assistance please let me know.

Regards
Tanvir

in reply to: wpdm_archive_filter not working properly #180239

Tanvir
Spectator

Hello,

I have forwarded the issue to the developer team.
Soon you will be updated regarding the features.

Regards
Tanvir


Tanvir
Spectator

Hello,

I think I have understood the issue. You are using free version of wpdm that is 3.2.59
If you are a wpdm pro user please download latest version and activate by replacing the existing 3.2.59 with 6.2.8 from here

As I tested here in screencast File browser root can be set for higher level too in wpdm pro. Please check and let me know if you have any issue setting that.

Regards

Viewing 25 posts - 976 through 1,000 (of 3,183 total)