Linga

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
Jun 8, 2021 at 10:16 am
#154988
Participant
Linga
OP

I’m aware about that package base URL settings.

How can I declare something like this in package URL base settings.

download/%wpdmcategory%

How can I use permalink structure tags.

So, the package url for the packages in category apps will be – https://example/download/apps/app-name/

Instead of – https://example.com/download/app-name/

I hope you got my point now.

Jun 5, 2021 at 4:28 pm
#154891
Participant
Linga
OP

I want to purchase WPDM Default Values.

Apr 17, 2019 at 6:54 pm
#96124
Participant
Linga
OP

The updated version of WPDM Lazy Load is not working. After the timer ends it doesn’t download anything. The page doesn’t request any URL.

I have found the fix and it was caused because of the templates. The problem lies in the below code:

jQuery.post("'.site_url('/').'",{wpdm_lazy_download_timer:"clear",pid:'<?php echo $lazy_download_id; ?>'}, function(){
                location.href = "<?php echo $lazy_download_url; ?>";

I have modified it to below code and it works:

jQuery.post("<?php echo site_url('/'); ?>",{wpdm_lazy_download_timer:"clear",pid:'<?php echo $lazy_download_id; ?>'}, function(){
                location.href = "<?php echo $lazy_download_url; ?>";

The issue was because site_url('/') was not able to get the site URL. Please fix this issue and release the update.

EDIT:
Also, This code needs to be fixed as well in the files on the templates folder.

From:
<div id="wpdm_lazy_download_<?php echo $lazy_download_id; ?>" class="circle '.$class.'" >

To:
<div id="wpdm_lazy_download_<?php echo $lazy_download_id; ?>" class="circle <?php echo $class; ?>" >

Apr 16, 2019 at 9:39 pm
#96087
Participant
Linga
OP

Thank you for the fix.

I have purchased WPDM Lazy Load Addon and I see this warning in debug.log

[16-Apr-2019 21:30:01 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /home/user/public_html/wp-content/plugins/wpdm-lazy-download/wpdm-lazy-download.php on line 13

Dec 3, 2018 at 12:10 pm
#90244
Participant
Linga
OP

Any update?

Dec 1, 2018 at 8:06 am
#90216
Participant
Linga
OP

I’m also looking for a way to use default image or icon if Thumbnail is not available for a package. Have you solved your query? If so, how you did that. Please provide the code if possible.

Jul 11, 2018 at 2:50 pm
#80646
Participant
Linga
OP
This reply has been marked as private.
Jul 9, 2018 at 4:53 pm
#80491
Participant
Linga
OP

It is working now. Thanks!

Jul 9, 2018 at 2:43 pm
#80485
Participant
Linga
OP

Any update? Please fix it ASAP.

Jul 7, 2018 at 9:41 am
#80387
Participant
Linga
OP
This reply has been marked as private.
Jul 6, 2018 at 4:52 pm
#80346
Participant
Linga
OP

Any update?

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