Shahriar

Forum Replies Created

Viewing 25 posts - 10,351 through 10,375 (of 12,510 total)
in reply to: Ability to Create New Users with Pro Membership #46660

Shahriar
Moderator

Please check here https://wilsoncollegeonline.com/membership-plans/
However, I’ve updated the add-on.

in reply to: Download Limit not getting refreshed #46657

Shahriar
Moderator

please give me an url where you trying this and temporary wp-admin login info in a private reply, I’ll check.

in reply to: can't upload attachment on the front-end #46656

Shahriar
Moderator

Please give me temporary wp-admin login info in a private reply to check your issue. Your other query is replied :).
Most of the theme setup is similar as they are all based on same framework.

in reply to: Serveral issues with the new version #46655

Shahriar
Moderator

Please give me temporary wp-admin login info in a private reply to check your issue.

in reply to: Sorting documents alphabetically at the front end #46654

Shahriar
Moderator

I found order is working fine in that given url.

in reply to: Updating todownload manager pro latest version #46653

Shahriar
Moderator
  1. Download latest version from here http://www.wpdownloadmanager.com/user-dashboard/purchases/
  2. Deactivate and delete old version from your setup
  3. Install and activate new version.
  4. The process will not harm your old data.
in reply to: module is not working properly #46651

Shahriar
Moderator

open wpdm-functions.php, replace:
update_post_meta($file['ID'], "__wpdmkey_".$key, 3);

with:

update_post_meta($file['ID'], "__wpdmkey_".$key, 30000);

in reply to: Invalid License #46650

Shahriar
Moderator

Unlocked 🙂

No, it will not break plugin.


Shahriar
Moderator

That is not possible with aws add-on, however please use short-code [wpdm_frontend flaturl=0] to avoid 404 error.

in reply to: Distributing links via Download Manager #46645

Shahriar
Moderator

You need to set link label = Open Link in package settings.

in reply to: Is it possible to "Search" the downloads ? #46644

Shahriar
Moderator

You need to use the short-code [wpdm_archive], more details are explained here:  http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/

However, if you want me to set up a sample page for you, please give me a temporary wp-admin login info in a private reply.

in reply to: Problems with Setting Up The Next Theme #46643

Shahriar
Moderator
  1. To resolve 404 issue, please use short-code like [wpdm_frontend flaturl=0]
  2. Install MiniMax ( attached with the pack ) to page builder ( follow the steps here http://themes.wpdownloadmanager.com/thenext/doc/install-theme/ ).

    To use pre-desgined templates you simply need to use import layout button ( you will see that after clicking minimax tab ):
    Import Layout

Added missing plugins with theme pack, you may download those now.

in reply to: Upgrade broke some images #46642

Shahriar
Moderator

In that case, please ask your server support if they are using any cache application. Or just move /download-manager/cache/ dir from old version to new one.

in reply to: Plug-in Install Fails #46641

Shahriar
Moderator

Please unzip it, you will get several zip files there, install wppromembership.zip from them.

in reply to: Customizing the User Dashboard #46640

Shahriar
Moderator

If you don’t use the parameter recommended='category-slug' with short-code, the section will not show anymore.

in reply to: Email/Mailchimp Lock Popover Issues #46639

Shahriar
Moderator

You may put the code at the end of your themes functions.php

in reply to: Can Pro licence be used on dev and live site? #46554

Shahriar
Moderator

Yes, you can continue using it in dev site for 15 days without using key.

in reply to: player not work #46553

Shahriar
Moderator

You need to add autoplay after <audio in /download-manager/libs/class.FileList.php , line # 75

in reply to: module is not working properly #46552

Shahriar
Moderator

if it doesn’t expire after a certain times, users will be able to share it continuously and anyone got the link will be able to download it without entering their email. You need to change code to change the number.

in reply to: WPDM Version Showing Incorrect in Dashboard #46551

Shahriar
Moderator

It was showing from cache, nothing to be worry. but you may click on “reload” link there to refresh the list from our server.

in reply to: File link urls are broken sence updates #46550

Shahriar
Moderator

it is because you didn’t move the files ( in dir /uploads/download-manager-files/ ) in your new installation.


Shahriar
Moderator
This reply has been marked as private.
in reply to: Email/Mailchimp Lock Popover Issues #46547

Shahriar
Moderator

You need to use following code here:

<?php
add_filter('wpdm_after_prepare_package_data','wpdm_modify_package_data',10,1);
function wpdm_modify_package_data($vars){
//your code here
$vars['email_heading'] = "Enter email to download"; 
return $vars;
}
?>

Docs:

wpdm_after_prepare_package_data

in reply to: Sorting documents alphabetically at the front end #46545

Shahriar
Moderator

Please give me the URL where you trying this and a temporary wp-admin login info in a private reply, I’ll check that for you.

Viewing 25 posts - 10,351 through 10,375 (of 12,510 total)