Web Guy

Forum Replies Created

Viewing 25 posts - 101 through 125 (of 208 total)
Jan 29, 2020 at 4:18 pm
#119172
Participant
Web Guy
OP

Hello. I am just following up on this support ticket, since it has been several days with no reply. Please advise.

Jan 29, 2020 at 4:17 pm
#119171
Participant
Web Guy
OP

Hello. I am just following up on this support ticket, since it has been several days with no reply. Please advise.

Jan 23, 2020 at 4:54 pm
#118881
Participant
Web Guy
OP

Thanks. Reinstalling the plugin resolved the license key issue.

Jan 23, 2020 at 4:46 pm
#118879
Participant
Web Guy
OP

I ended up resolving this. It was an issue with functions.php file. Sorry for the trouble. This ticket can be closed.

Jan 23, 2020 at 4:45 pm
#118878
Participant
Web Guy
OP

OK. I was able to address item #2, so you can ignore that item (a membership is no longer required to download the free file).

Please try accessing the free download file now. You will see that the zip file is still 0kb in size when downloaded. Please advise.

Jan 20, 2020 at 5:45 pm
#118627
Participant
Web Guy
OP
This reply has been marked as private.
Jan 20, 2020 at 4:03 pm
#118619
Participant
Web Guy
OP

Hello. I am just following up on this. Please advise.

Jan 20, 2020 at 4:02 pm
#118618
Participant
Web Guy
OP

Hello. I’m just following up on this. Please advise on the following two issues:

1) Why is the zip file 0kb in size when the download button is clicked for the free file?

2) Why does it still say “Subscribe to a membership plan to download free file” even though I removed the above referenced code from my functions.php file?

Jan 20, 2020 at 3:52 pm
#118615
Participant
Web Guy
OP
This reply has been marked as private.
Jan 18, 2020 at 9:56 pm
#118496
Participant
Web Guy
OP

Thanks. Manually updating seems to have resolved the issue.

Jan 13, 2020 at 2:36 pm
#118071
Participant
Web Guy
OP

I found the code relating to this. It was previously provided to me by support, since I need to require that users have a minimum membership plan in order to download the free file (we use the download limit plugin to restrict how many downloads a user can use).

I have temporarily removed the following code from my functions.php file, but for some strange reason it is still displaying the “Subscribe to a membership plan to download free file”. I have no idea why it is still being shown given that I removed the code and cleared the cache.

******************************************************

function wpdm_free_download_btn_restriction($vars){
global $current_user;

$membership_roles = array(‘basic_subscriber’, ‘premium_subscriber’, ‘premium_plus_subscriber’, ‘premium_plus_unlimited_subscriber’);

if( count( array_intersect( $current_user->roles, $membership_roles ) ) > 0 )
$vars[‘free_download_btn’] = $vars[‘free_download_btn’];
else
$vars[‘free_download_btn’] = “<div class=’alert alert-warning’>Subscribe to a membership plan to download free file.</div>”;

return $vars;
}
add_filter( ‘wdm_before_fetch_template’, ‘wpdm_free_download_btn_restriction’, 10, 1 );

******************************************************

Please advise.

Jan 11, 2020 at 6:19 pm
#117957
Participant
Web Guy
OP

Ok. Thanks. Can you please clarify where the setting is at to disable that in WP Download Manager?

Jan 9, 2020 at 2:27 pm
#117882
Participant
Web Guy
OP
This reply has been marked as private.
Jan 7, 2020 at 2:52 pm
#117753
Participant
Web Guy
OP
This reply has been marked as private.
Jan 7, 2020 at 2:52 pm
#117752
Participant
Web Guy
OP
This reply has been marked as private.
Jan 7, 2020 at 2:25 pm
#117748
Participant
Web Guy
OP
This reply has been marked as private.
Dec 31, 2019 at 5:09 pm
#117281
Participant
Web Guy
OP

I am bumping this up again, since I still haven’t received a reply.

Please provide a response as soon as possible.

Thank you.

Dec 31, 2019 at 5:07 pm
#117280
Participant
Web Guy
OP

I am bumping this up again, since I still haven’t received a reply. The support on here is normally very good. I understand it is the holidays and all, but it’s been almost a month since I provided my login details. I have also sent several emails and have not received a single reply.

In case it is helpful, did some additional testing of the issue. The exclusion tag works fine when used alone. The inclusion tag works fine when used alone. However, when I use both the inclusion and exclusion tags together, only the inclusion tag is recognized. The exclusion tag does not exclude anything from being displayed when used in combination with the inclusion tag.

Please advise as soon as possible, since this is causing significant delays in our launch of our website.

Thank you.

Dec 20, 2019 at 11:51 pm
#117007
Participant
Web Guy
OP

I am bumping this up since I have not received a reply. Thank you.

Dec 20, 2019 at 11:50 pm
#117006
Participant
Web Guy
OP

I am bumping this up, since I have not received a reply. Thank you.

Dec 10, 2019 at 3:15 pm
#116481
Participant
Web Guy
OP

Hello. I am just following up on this ticket. Thanks.

Dec 10, 2019 at 3:15 pm
#116480
Participant
Web Guy
OP

Hello. I am just following up on this ticket. Thanks.

Dec 6, 2019 at 2:52 pm
#116306
Participant
Web Guy
OP
This reply has been marked as private.
Dec 6, 2019 at 2:52 pm
#116305
Participant
Web Guy
OP
This reply has been marked as private.
Dec 4, 2019 at 8:12 pm
#116178
Participant
Web Guy
OP

Thanks. I just tried that and it did not resolve the issue. Please advise.

Viewing 25 posts - 101 through 125 (of 208 total)