Shahriar

Forum Replies Created

Viewing 25 posts - 1,551 through 1,575 (of 12,513 total)
in reply to: Slow loading time #111311

Shahriar
Moderator

Hi,
Download Manager handles many data-heavy operations which adds a little more load on your server as any other similar plugin would do. But that does not have any noticeable effect on site speed. And if you use a cache plugin, all WPDM pages are loaded through the cache and does not add any server load. It just serves a cached page without any server calculation.
Anyway, please send temporary wp-admin login info in private reply to check if this is an unusual scenario.
Best regards.

in reply to: individual downloads of files in a package? #111310

Shahriar
Moderator

Yes, it is possible. You have to use a page template with the file list. There are two file list tags, [file_list] and [file_list_extended]

The first one displays all files in a simple list with name and download option. You can use built playlist template or create your own custom template.

The second one shows files in a box view. Check out the built-in extended template if you want to test how it works.

in reply to: wpdm_before_email_download_link hook #111309

Shahriar
Moderator

Please use the following code to catch the name from email lock submission. Use the same function parameters/arguments as the documentation because I have used the $post variable which is coming from the function argument.

$name = isset($post['custom_form_field']['name']) ? $post['custom_form_field']['name'] : '';

in reply to: Invalid File ID or File Name. #111308

Shahriar
Moderator

Is there any export option in this plugin? If your files are stored in a location then you can use our Bulk Importer to import all files to WPDM. Please check Bulk Import details here https://www.wpdownloadmanager.com/doc/bulk-import/

in reply to: Require Customer Name #111307

Shahriar
Moderator

Hi, Customer name is required when using the Premium Package. But it uses single input instead of separating it in first and last name.

in reply to: Editor (role) cannot browse Dropbox files #111306

Shahriar
Moderator

Hi,
Dropbox add-on currently allows the only administrator role to browse files. If you want to add editor role then replace WPDM_MENU_ACCESS_CAP in /wpdm-dropbox/libs/dropbox.php with delete_others_pages You will find it on line 103.
Thanks.

in reply to: Front-End Manager Access limited by categories #111305

Shahriar
Moderator

You can control the category access from the category settings page in the admin area. It is a core feature. Only users from allowed roles will be able to download the file from that category. This permission is merged with package settings permission.

But I am not sure what you meant by Front-End Manager. Please send me the link if you are referring to an add-on.

in reply to: How do I change the Author of a Package? #111304

Shahriar
Moderator

You can change the package author from edit package screen. There is an author meta box to switch authors.

in reply to: Word Document Files Issue #111303

Shahriar
Moderator

Do you still have any pacakge with this issue? Please send me the link in that case.

in reply to: Unable to Use File Hosting & Sharing Add On #111302

Shahriar
Moderator

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

in reply to: Unable to preview page templates #111301

Shahriar
Moderator

It should work with your PHP version although we recommend using PHP 7.2 or later versions. Yes, you can send me a screencast of the issue you are facing there.

in reply to: All the templates disappeared ! #111292

Shahriar
Moderator

Please send temporary wp-admin login info in private reply to check the issue. Have you made any major change on your site?


Shahriar
Moderator

Which shortcode are you using there?

in reply to: Editing the details page #111290

Shahriar
Moderator

You can control the details page view using the page template. Please check all available page templates from the Downloads > Templates page.

You can also create your own custom template using the template editor. Here is a blog post about that https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

in reply to: Invalid Product Key #111289

Shahriar
Moderator

Hi Jessica,

If you are changing the domain, unlock the key from the old domain. You can do that from your WPDM dashboard or just send me the order id. I will unlock the key.

If you are getting the error without moving the license to another domain, Please 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: Not able to activate license key #111288

Shahriar
Moderator

Please send your license key in private reply to unlock it from the old domain. You can do that too from your order details page.

Also, make sure you are using the latest version 4.9.8

in reply to: Bulk Import w/ Preview Image #111287

Shahriar
Moderator

Do you mean you want to display the file instead of showing download options?

For PDF files you can use PDF Viewer add-on https://www.wpdownloadmanager.com/download/wordpress-pdf-viewer/

And for image files use extended page template. It will show the image preview. It is also possible to create a custom tag to show the full image.

in reply to: slow performance (archive page) #111286

Shahriar
Moderator

The cache issue is still there. For example, this page https://skyluxdownloads.be/test/ only displays text in a white blank page. I have placed the same shortcode we used here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/

in reply to: How to cancel auto renew? #111285

Shahriar
Moderator
This reply has been marked as private.
in reply to: Large Featured image at the top of the package #111223

Shahriar
Moderator

The large Featured image is coming from your theme’s single.php template. You can remove it by editing that file. Or you can hide it using custom CSS if you don’t want to modify the theme file. Send me the package link to suggest custom CSS.

in reply to: Issue with licence key #111222

Shahriar
Moderator

Hi Clement,
If you have changed the domain, unlock the key from the old domain. You can do that from your WPDM dashboard or just send me the order id. I will unlock the key.

If you are getting the error without moving the license to another domain, Please 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: Order_by "Title" Order="ASC" not working #111221

Shahriar
Moderator

Please try this order_by="title" order="asc"

in reply to: slow performance (archive page) #111220

Shahriar
Moderator

Please try the following shortcode. The changes I made didn’t have any effect on the page, maybe a caching issue. Even tried a new page. You can use cols to set columns.

[wpdm-archive button_style="default" link_template="link-template-panel" items_per_page="10" cols="3" order_by="post_title" order="asc"]

in reply to: Email verification #111218

Shahriar
Moderator

Everything is working now.

in reply to: Tags only of WPDM #111210

Shahriar
Moderator

You have to check your theme’s archive template to find the issue. The custom taxonomy download-tag archive page is being displayed by the taxonomy-download-tag.php / taxonomy.php / archive.php template of your theme. If none of these available then theme uses index.php template. You can also try switching to another theme temporarily to confirm it is a theme issue.

Another possible issue is another plugin is modifying the loop in your tag taxonomy archive page. So, you have to deactivate all plugins to find out which one it is.

Viewing 25 posts - 1,551 through 1,575 (of 12,513 total)