Shahriar

Forum Replies Created

Viewing 25 posts - 9,576 through 9,600 (of 12,513 total)
in reply to: Send Confirmation Email #49810

Shahriar
Moderator

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


Shahriar
Moderator

Hi, Set user role to author to allow writing posts. Required capabilities for author listed here https://codex.wordpress.org/Roles_and_Capabilities

in reply to: No premium menu in my Download Manager Settings #49808

Shahriar
Moderator

Those are only setting come from WPDM Pro, other settings you may have seen somewhere else comes from different addons. For example, if you install Premium Package addon, another tab ‘Premium Package’ will be added in settings page.

Please let me know if i missed anything.

Thanks.

in reply to: Tag archive similar at Category archive #49807

Shahriar
Moderator

You can create an archive template for tags. The name of template file is archive-wpdmpro.php and place it under you active theme directory. But coding knowledge is required build a template page.

in reply to: Displaying a list of downloads #49806

Shahriar
Moderator

You can use download archive page to show all of your downloads. You can modify the archive page url from Downloads Settings Basic URL Structure panel.

You can also use [wpdm-all-downloads] shortcode to show all packages table. Or [wpdm-all-packages jstable=1] to show sortable data table.

in reply to: Lazy load dont work #49805

Shahriar
Moderator

Hi,

You can access Lazy Download options from Dashboard Downloads Settings Lazy Download Tab. You have to select activate in package settings to enable lazy download in a package.

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

Thanks.

in reply to: Search results in no download file found #49804

Shahriar
Moderator

Download Manager search for package title and content. It does not search inside pdf content.

Please send temporary wp-admin login info in private reply to check if there is any issue in search.


Shahriar
Moderator

Hi,

Expo uses it’s own template to show package details page. You have to edit ./expo/single-wpdmpro.php file to show file list. Add following code in ./expo/single-wpdmpro.php to show playlist.

<?php echo \WPDM\libs\FileList::Table($pack); ?>

Thanks.

in reply to: What happened to my button? need help, thank you #49802

Shahriar
Moderator

Hi,

1. Do you want to change button color? Please send me url of your playlist page. I will suggest required css.

2. This title is coming from your theme. Download Manager has no control over it. You have to check your theme’s category archive template to change it.

Thanks.

in reply to: upgrade cost error #49801

Shahriar
Moderator

Hi,

Please use following link to complete the payment, i will assign a new order of All Addons Pack to your account.

https://www.2checkout.com/checkout/purchase?sid=1560048&quantity=105&product_id=11

Thanks.

in reply to: missing file #49798

Shahriar
Moderator

Hi,

Some addon file names are different than actual name, please check following reference,

Directory addon – wpdm-archive-page.zip

Advanced Access Control – wpdm-custom-access-level.zip

Download Limit – wpdm-daily-download.zip

Rempte FTP addon – wpdm-remote-ftp-file-browser.zip

in reply to: Page with document's categories and then the files #49797

Shahriar
Moderator

You can restrict a category to specific user role from category settings page. When using Directory addon sidebar view it is possible to hide categories if user does not have access to it.

in reply to: User registration is disabled #49796

Shahriar
Moderator

Hi, Enable user registration from Dashboard Settings General Page. Check the anyone can register option there.

in reply to: Special Pack Expired. #49795

Shahriar
Moderator

Hi, Fixed the expire date issue of special pack order. Thanks.

in reply to: Form lock button just spinning #49794

Shahriar
Moderator

Hi,

Sorry for the delayed reply.

Please reactivate temporary user. Looks like you have disabled it, i am getting incorrect username or password error.

Thanks.

in reply to: Site Transfer Lost Database Table #49766

Shahriar
Moderator

Hi,

Moving WordPress site to another server is a lengthy process. You can read a detailed article about it here http://www.wpexplorer.com/migrating-wordpress-website/

Download Manager uses custom post types for its packages. So, Only extra task you have to do is moving ./uploads/download-manager-files/ directory to new server.

Thanks.

in reply to: PDF files showing as Text #49746

Shahriar
Moderator

Replied to your/Gert’s mail from support@wpdownloadmanager.com

in reply to: Pages very slow #49745

Shahriar
Moderator
Hi,
Checked your error log. It shows some Download Manager files are missing. Try re-installing download manager.
If that doesn’t work, Please send temporary wp-admin login info.
Replied your mail too. Reply in this thread or in support email.

Thanks.


Shahriar
Moderator

Sorry, No option to make both locks required.

You can use Form Lock addon if you want to lock download behind a custom form.


Shahriar
Moderator
This reply has been marked as private.
in reply to: External link download #49738

Shahriar
Moderator

You can insert url to add file from another site. But that file has to be publicly available. Otherwise WPDM can’t access it as it is located in another site.

https://www.evernote.com/l/AUfNdRgXKftH_qY8-ReQCoGYO-EhqxtK5CsB/image.png

in reply to: Link Templates #49737

Shahriar
Moderator

Hi,

Link templates are used when a download/package shortcode placed in a page.

In Category page you can use a common link template, which can selected from Dashboard Downloads Settings Frontend Category Page Options panel. It is not possible to use different link templates for different packages in category page.

in reply to: invalid license key #49736

Shahriar
Moderator

Please try now.

in reply to: Only show allowed categories/sub-categories for user #49735

Shahriar
Moderator

Hi,

Add following code inside subcategory foreach loop, you will find this loop right below the main category loop,

if( ! wpdm_user_has_access( $subcategory->term_id, 'category' ) ) continue;

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

Thanks.

in reply to: Premium Settings #49734

Shahriar
Moderator

This issue was generated from missing / in your custom permalink structure. After adding ending slash it is working now.

Viewing 25 posts - 9,576 through 9,600 (of 12,513 total)