Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 18,901 through 18,925 (of 18,942 total)
in reply to: Download links keep expiring #117059

Nayeem Riddhi
Moderator

Hi,

Are you using the free Plugin or Pro? Do you want to download the file after some time, after download and resuming download the file? Generally, download link not expired for free version.

Thanks.

in reply to: How do I change download? #117022

Nayeem Riddhi
Moderator

You can follow the link below documentation,

Template Files


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">Your Text...</a> in related PHP file.

Thanks.

  • This reply was modified 5 years, 4 months ago by Nayeem Riddhi.
in reply to: How do I change download? #117019

Nayeem Riddhi
Moderator

Hi,

You can change it from Package settings > Link Label

download text

Thanks.

in reply to: How do I change download? #117017

Nayeem Riddhi
Moderator

Hi,

Do you want to change the Download text?

in reply to: Delete Package Button Not Working #117015

Nayeem Riddhi
Moderator

Hi,

You can simply delete the package from Download > All files.

delete

and if you are facing another problem, let me know.

Thanks.

in reply to: Unable to change images for separate downloads #116958

Nayeem Riddhi
Moderator

Hi,

Please see, I have created a package called test file, link and gave a featured image. And this is showing in the front end. Because of not showing featured image of your package in front view selecting page template called premium package, I am not sure this is a pre-built template or made template. I have not accessed for editing the template. Now you have to do in the template PHP file, just have to put, [featured_image] in <div class='row'> <div class='col-md-7'> [featured_image] </div>

it will show the desired featured image. Please, let me know if it works for you.

Thanks.

  • This reply was modified 5 years, 4 months ago by Nayeem Riddhi.
in reply to: Video Player #116944

Nayeem Riddhi
Moderator

Hello,

You can upload video files via upload > select file. Then you have to choose your page template > video player from package settings. If you want to increase the maximum file upload size, you can follow this link, How to Increase the Maximum File Upload Size in WordPress Download Manager

if then works, let me know.

Thanks.

in reply to: How to not show to public packages that are reserved #116933

Nayeem Riddhi
Moderator

I have understood your question, you can do it with allowing access option.

allow_access

Thanks.

in reply to: Shortcode wpdm-archive does not show downloads #116914

Nayeem Riddhi
Moderator

Hello,

Above shortcode need this Wpdm directory add on. Are you using that?

Thanks.

in reply to: How to not show to public packages that are reserved #116911

Nayeem Riddhi
Moderator

Are you looking for a such add on which will allow you sharing your files for specific authors? you will find such an option in File Hosting & Sharing Add-on. you can personalize your files & file access. Please see the demo in the given URL.

Thanks.

  • This reply was modified 5 years, 4 months ago by Nayeem Riddhi.
in reply to: HTTP_USER_AGENT in debug.log #116906

Nayeem Riddhi
Moderator

If this is showing up on a site’s front end, it may be wp-config.php file issue. please edit in the wp-config.php file, and find define( 'WP_DEBUG', true ); and replace it with this define( 'WP_DEBUG', false );

please let me know if it works for you.

Thanks.


Nayeem Riddhi
Moderator

Hi Jeffrey,

you may try order=”asc”, it will work for you,

[wpdm_category id="cicsl-manuals," toolbar="0" order_by="title" order="asc" item_per_page="20" template="link-template-calltoaction3" cols=1]

let me know if it is working for you.

Thanks.


Nayeem Riddhi
Moderator

Before the developer look on this question, you may try this shortcode also,

[wpdm-all-packages items_per_page="20" categories="name_of_category_slug" jstable=1 order_by="title"]

this working fine for order_by.

in reply to: Downloads are timing out #116890

Nayeem Riddhi
Moderator

Which type of errors they are getting, i am using windows 10, working here fine. Can you give screenshot or details about what type of errors they are getting.

Thanks.

in reply to: Problem Form Lock add-on #116865

Nayeem Riddhi
Moderator

Hi,

You have to check like the below image option from ‘Enable Form Lock option’ and you have to select your desired form from the select menu. If you have already installed contact form 7 or Gravity form and created a form then, you will get option form from the select menu.
form-lock
let me know you have any queries.

Thanks.

in reply to: Unable to change images for separate downloads #116849

Nayeem Riddhi
Moderator

Hi,

I have tested with the latest version and gave different images for different downloads. And it is working fine from here. you can try it now. and let me know, if there any issue.

Thanks.

  • This reply was modified 5 years, 4 months ago by Nayeem Riddhi.
in reply to: Authors can publish in our own category #116848

Nayeem Riddhi
Moderator

Yes, you can protect and assign different packages for different authors. And for an assigned package with the assigned author has control over it.

in reply to: Authors can publish in our own category #116814

Nayeem Riddhi
Moderator

Hello Marco,

This add-on creates a parent category for each author, you can try it.

Thanks.

in reply to: Authors can publish in our own category #116793

Nayeem Riddhi
Moderator

Hi,

It is possible, you can do it with File Hosting & Sharing Add-on. There you can give access to a user a particular package. You can also see a demo from the given link of this add on.

Thanks.

in reply to: open file in another tab/ window… #116761

Nayeem Riddhi
Moderator

Yes possible, you can follow the link below documentation,

https://www.wpdownloadmanager.com/doc/template-files/
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.

Thanks.

in reply to: theme page templates #116759

Nayeem Riddhi
Moderator

Are you looking for single page or details page?

in reply to: Change Download Button Behaviour #116732

Nayeem Riddhi
Moderator

You can open document file via check this option, in Settings > Basic,

Thanks.

in reply to: open file in another tab/ window… #116727

Nayeem Riddhi
Moderator

Hi,

Are you searching for an individual item will download via a new tab, you can use this shortcode

[wpdm_direct_link id="Package ID" target="_blank" label="Download Me!" class="css class names" eid="element-id"]

let me know if this works for you.

thanks.

in reply to: Same IP address lots of downloads at the same time #116716

Nayeem Riddhi
Moderator

Hi,

Check the latest version of WordPress Download Manager. You will not be notified via History panel if the same IP download the same file many times.

Thanks.

in reply to: Download Manager and WPGlobus translations #116712

Nayeem Riddhi
Moderator

Hi,

I have checked my site with your WPGlobus plugin. Which you have wanted the contents of the link template translation is working fine now, I have checked with both plugin latest version. Please check now, if there are remaining any issues.

Thanks.

Viewing 25 posts - 18,901 through 18,925 (of 18,942 total)