Shahriar

Forum Replies Created

Viewing 25 posts - 9,076 through 9,100 (of 12,513 total)
in reply to: Frontend Upload #52163

Shahriar
Moderator

Please send your login url too.

in reply to: Translate text #52160

Shahriar
Moderator

Did you edit the Download Manager ?

Where did you add the filter? It should be added from your theme’s functions.php file.

in reply to: Page after login #52159

Shahriar
Moderator

Removed the login/register tab from login page. Also redirected user to homepage after login. You can change the redirect url from your theme’s functions.php file by editing my code.

You need WPDM Directory addon to create a all downloads page with panel 1/3 template.

in reply to: Cannot Activate Because of Fatal Error #52157

Shahriar
Moderator

Activated Download Manager. You can use now without any issue. Thanks.

in reply to: The order_by and order don't work #52140

Shahriar
Moderator

Looks like there is no error in your shortcode. Also worked fine in my test. Could you please send temporary wp-admin login info in private reply? So, I can take a look in your installation.

in reply to: File Cart – change to a link font colour #52139

Shahriar
Moderator

Hi,

Add following code in your theme’s style.css file. You won’t lose it after plugin update. If you edit add-on, your changes will be gone after add-on update. Here I added !important to force the style over the default add-on style.

.w3eden .file-cart-list li em a{color: #f00 !important; }

in reply to: Download Limit plugin #52138

Shahriar
Moderator

Hi,

I think you missed part of my answer. Actually, You can add as many files as you want in a single package. And limit should work as you want ( e.g. 5 from 1000 )

The only thing we have to change is counting each file download as separate download. By default Download Manager counts multiple downloads of same package as single download. But it can be changed by minor code update.

Please send temporary wp-admin login info in private reply. I will create a sample package for you.

Thanks.

in reply to: Frontend Upload #52135

Shahriar
Moderator

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

in reply to: Display total number of packages #52132

Shahriar
Moderator

There is no shortcode available for sowing total downloads. But MiniMax Builder has a module that shows summary. It might work for you. You can check the demo here

in reply to: Direct download link in theme templates #52126

Shahriar
Moderator

Hi,

Here is the code, as you are using it inside loop, get_the_ID() should return the package ID.

$download_url = wpdm_download_url( get_the_ID() );

<a class="" href="<?php echo $download_url; ?>">Download</a>

Thanks.

in reply to: Form Lock and Password Access? #52125

Shahriar
Moderator

Hi,

I have replied to your mail too. You can continue this discussion there if you want. However, here are the answers in same order as appear in you query.

a) Password Lock and Email Lock are separate locks. You can connect this too. So, if you email lock a package; user will get download link after submitting email address. No password is associated in any step here.

b) Please send login info in private reply or to support email to check the issue with Form Lock.

Thanks.

in reply to: License Invalid Message #52117

Shahriar
Moderator

Sorry for the issue. Please try now.

in reply to: Installation question #52116

Shahriar
Moderator

You have to add following css for each accordion. You can add this code in your theme’s style.css file. Change the id for each accordion. Following code is for the first accordion. For second one the id would be #accordion-groups-2 and change color as you want.

#accordion-groups-1 .panel.panel-info { border-color: #555; }

#accordion-groups-1 .panel.panel-info .panel-heading { background: #555; }

in reply to: Stats Package vs User don't work #52103

Shahriar
Moderator
This reply has been marked as private.
in reply to: download available time isn't working #52102

Shahriar
Moderator

Please send login info in private reply to check the issue. Ignore my reply here as both posts are indicating same issue.

in reply to: Cannot Activate Because of Fatal Error #52101

Shahriar
Moderator

Please send temporary wp-admin login info in private reply. I will add a patch to fix this. This is coming from conflict with your Google Analytics plugin.

in reply to: WP Pro Membership #52100

Shahriar
Moderator

Hi,

We have made some changes in WP Pro Membership plugin. The old docs does not match with it. We will update the doc soon. However, please send temporary wp-admin login info in private reply.

I will set everything up for you.

Thanks.

in reply to: Download Manager as Document Manager #52099

Shahriar
Moderator

Hi,

Send notification to users when files assigned to them is not an available feature. We do not have any add-on for that.

But we can build it for you as a custom service. Please mail to customize@wpdownloadmanager.com to get a quote from customization team.

Thanks.


Shahriar
Moderator

No fixed date yet. But new version may be coming within next 2 weeks.

in reply to: Translate text #52097

Shahriar
Moderator

Hi,

You can use the wpdm_email_lock_heading filter to change the “Subscribe To Download” text. It is coming from AskEmail function in /libs/class.PackageLocks.php file.

Thanks.

in reply to: Email To Download creates expired link #52096

Shahriar
Moderator
Keep the cache exception rules you added.

Now old download link ( link sent to email ) will expire only if you update the package, because after update new key is generated. However, instant download will work always. I have tested few times ( as logged in user and guest ) and download worked fine.


Shahriar
Moderator

Please send login info in private reply to check the issue.

in reply to: Display folder of files, not in a package. #52094

Shahriar
Moderator

Hi,

You can use Link Template with [file_list] tag. This tag will show list of files in your package. Each file can be downloaded separately from there.

Let me know if you need help in building the custom link template.

Thanks.

in reply to: Loading error on Edge browser #52090

Shahriar
Moderator

Added following css in /wpdm-archive-page/tpls/archive-page-with-sidebar.php file to change loader position,

.w3eden .wpdm-loading{
background: #777;
color: #fff;
border-radius: 0;
padding: 8px;
position: absolute;
right: 15px;
z-index: 9;
}
in reply to: Download Manager as Document Manager #52061

Shahriar
Moderator

Hi,

Sorry about the pre-sale mail. Maybe missed it somehow.

1. Create membership plans using WP Pro Membership addons. Your users can purchase Membership or you can assign membership manually.

2. When creating a package select the membership plans you want this package to be part of.

3. Send notification to only user who has access to the package is not possible yet.

4. User can access all membership files from their download area.

Thanks.

Viewing 25 posts - 9,076 through 9,100 (of 12,513 total)