Matthew Kane

Forum Replies Created

Viewing 19 posts - 1 through 19 (of 19 total)
Dec 17, 2021 at 5:09 pm
#165847
Dec 16, 2021 at 8:28 pm
#165824
Participant
Matthew Kane
OP

Thank you so much Nayeem! That worked perfectly. Warm wishes, Matthew

Feb 23, 2021 at 4:40 pm
#147295
Participant
Matthew Kane
OP

Thank you! That did the trick!

Feb 21, 2021 at 5:28 pm
#147133
Participant
Matthew Kane
OP

Hello, I replied directly to your email but am not sure that got through, so here’s that reply again:

Hi, the downloads seem to work fine, but since I have hundreds per day my error log quickly fills up with those error messages and starts eating away my disk space. I deleted one yesterday that was over 8GB. Thanks…

To follow up, in the one day since I wrote you the error log on my live site is now almost 100MB from the wpdm error messages. Thanks!

Feb 21, 2021 at 7:23 am
#147108
Participant
Matthew Kane
OP
This reply has been marked as private.
Dec 11, 2020 at 11:57 pm
#142800
Participant
Matthew Kane
OP

Hi, might WPDM – File Cart work for what I need? Is there a way I could try it on my development site before buying? Thanks!

Dec 10, 2020 at 6:57 pm
#142686
Participant
Matthew Kane
OP

It might also be good to be able to list by categories, but that’s not essential. Please let me know if you have a solution. Thank you!

Dec 9, 2020 at 6:34 pm
#142570
Participant
Matthew Kane
OP

Hi, I would like a multiple check option. Thanks!

Nov 28, 2020 at 6:53 pm
#141760
Participant
Matthew Kane
OP

Thanks…so weird…the version I downloaded from your site was labeled 5.3.1, but when I updated using it WordPress reports the version as 5.3.2.

Nov 4, 2020 at 4:15 pm
#140046
Participant
Matthew Kane
OP

Thank you Nayeem! That’s soooooo much better!

Nov 3, 2020 at 3:35 am
#139888
Participant
Matthew Kane
OP
This reply has been marked as private.
Dec 4, 2019 at 3:33 pm
#116130
Participant
Matthew Kane
OP

Hello EERV, Below is the answer from Shahriar. Good luck! Matthew

Replace line no 676 in /download-manager-libs/class.Apply.php with the following code,

if(preg_match("/\/download\/([\d]+)-([^\+)\/(.+)/", $_SERVER['REQUEST_URI']) && 1==2 ){

https://drive.google.com/uc?id=1oVoKk8bN8rs7YTvPjDZ9iqJ3d8nRp1e_

We will also add a patch in next release to fix this issue.

Dec 3, 2019 at 5:26 pm
#116025
Participant
Matthew Kane
OP

Awesome! Thank you!

Dec 3, 2019 at 6:04 am
#115968
Participant
Matthew Kane
OP
This reply has been marked as private.
Dec 2, 2019 at 10:19 pm
#115970
Participant
Matthew Kane
OP

Hi…I thought I just sent a detailed private reply but it’s not here…can I not see that? Thanks 🙂

Jul 23, 2019 at 1:58 pm
#110214
Participant
Matthew Kane
OP

Hi,

Thanks for your reply. I’m generating links in the PHP template, so unfortunately the Single Column, Playlist won’t help.

You can see the issue by going here: https://meyersound.com/products/#discontinued and scrolling the Discontinued Product Resources list to find the UPQ-1P and UPQ-2P. If you hover over each of those you’ll see the following 2 URLS:
https://meyersound.com/download/upq-1p-resources/?wpdmdl=386462&masterkey=5d28e52a65069
https://meyersound.com/download/upq-2p-resources/?wpdmdl=386463&masterkey=5d28e54dd67f1

Each of the downloads is a zip with a different set of multiple files from a unique package, so their names should definitely be different!

Thanks, Matthew

Nov 3, 2017 at 4:39 am
#65159
Participant
Matthew Kane
OP

Thanks, it worked!

Jan 26, 2017 at 12:16 am
#52979
Participant
Matthew Kane
OP

Hi,

Thanks! That helped with the open in browser issue.

Unfortunately my site is currently only visible via VPN, so I’ll have to wait to sort out the issue with nivoLightbox until it’s accessible to the outside world.

I have one more question, but will start another thread as it’s totally off topic…

Jan 24, 2017 at 10:03 pm
#52926
Participant
Matthew Kane
OP

Thanks Shahriar…that worked. Unfortunately when I used it on a single post page there was a problem with the following function in download-manager.php

    function wpFooter(){
        if(is_single()&&get_post_type()=='wpdmpro'){
            ?>
            <script>
                jQuery(function($){
                    $.get('<?php echo 'index.php?_nonce='.wp_create_nonce('__wpdm_view_count').'&id='.get_the_ID(); ?>');
                    $('a.wpdm-lightbox').nivoLightbox();
                });
            </script>
            <?php
        }
    }

I was getting a not found for nivoLightbox which was halting my PHP code. I put a return in at the beginning of your function so I could continue developing, but was wondering if there’s a better fix so that the problem doesn’t return when I update your plugin.

One other question if you don’t mind…
Is there a way to have PDFs linked to with getMasterDownloadURL open in a new tab rather than downloading?

Thanks again,
Matthew

Viewing 19 posts - 1 through 19 (of 19 total)