Shahriar

Forum Replies Created

Viewing 25 posts - 9,076 through 9,100 (of 12,513 total)
Dec 25, 2016 at 7:04 pm
#52163
Moderator
Shahriar
Staff OP

Please send your login url too.

Dec 25, 2016 at 7:00 pm
#52160
Moderator
Shahriar
Staff OP

Did you edit the Download Manager ?

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

Dec 25, 2016 at 6:59 pm
#52159
Moderator
Shahriar
Staff OP

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.

Dec 24, 2016 at 6:42 pm
#52157
Moderator
Shahriar
Staff OP

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

Dec 22, 2016 at 10:05 pm
#52140
Moderator
Shahriar
Staff OP

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.

Dec 22, 2016 at 9:50 pm
#52139
Moderator
Shahriar
Staff OP

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; }

Dec 22, 2016 at 9:45 pm
#52138
Moderator
Shahriar
Staff OP

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.

Dec 22, 2016 at 9:15 pm
#52135
Moderator
Shahriar
Staff OP

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

Dec 22, 2016 at 8:36 pm
#52132
Moderator
Shahriar
Staff OP

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

Dec 22, 2016 at 7:07 pm
#52126
Moderator
Shahriar
Staff OP

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.

Dec 22, 2016 at 6:53 pm
#52125
Moderator
Shahriar
Staff OP

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.

Dec 22, 2016 at 3:24 pm
#52117
Moderator
Shahriar
Staff OP

Sorry for the issue. Please try now.

Dec 22, 2016 at 3:20 pm
#52116
Moderator
Shahriar
Staff OP

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; }

Dec 21, 2016 at 8:44 pm
#52103
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Dec 21, 2016 at 8:39 pm
#52102
Moderator
Shahriar
Staff OP

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

Dec 21, 2016 at 8:38 pm
#52101
Moderator
Shahriar
Staff OP

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.

Dec 21, 2016 at 8:32 pm
#52100
Moderator
Shahriar
Staff OP

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.

Dec 21, 2016 at 8:00 pm
#52099
Moderator
Shahriar
Staff OP

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.

Dec 21, 2016 at 7:56 pm
#52098
Moderator
Shahriar
Staff OP

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

Dec 21, 2016 at 7:52 pm
#52097
Moderator
Shahriar
Staff OP

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.

Dec 21, 2016 at 7:46 pm
#52096
Moderator
Shahriar
Staff OP
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.

Dec 21, 2016 at 7:16 pm
#52095
Moderator
Shahriar
Staff OP

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

Dec 21, 2016 at 7:14 pm
#52094
Moderator
Shahriar
Staff OP

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.

Dec 21, 2016 at 6:21 pm
#52090
Moderator
Shahriar
Staff OP

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;
}
Dec 20, 2016 at 10:06 pm
#52061
Moderator
Shahriar
Staff OP

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)