Freshcom

Forum Replies Created

Viewing 19 posts - 1 through 19 (of 19 total)
Mar 9, 2021 at 10:30 am
#148139
Participant
Freshcom
OP

Hi is there no easy way to customise the [download_link] shortcode please?

Mar 9, 2021 at 9:00 am
#148132
Participant
Freshcom
OP

Hey, thank you, do you have any documentation please? is there any addon which does this?

Mar 9, 2021 at 8:55 am
#148130
Participant
Freshcom
OP

I have tried customising the link like this and also php hooks etc.

<div class=”ml-3″ align=”right”>
[download_link]
</div>

Mar 9, 2021 at 8:29 am
#148129
Participant
Freshcom
OP

ON download click CTA I need to trigger a Javascript function

Mar 9, 2021 at 8:04 am
#148128
Participant
Freshcom
OP

I am trying to push data into the dataLayer for each download

Mar 8, 2021 at 11:27 pm
#148118
Participant
Freshcom
OP

something like?

function push_to_datalayer ($package){
// Do your thing with $package

<script type=’text/javascript’>
window.dataLayer = window.dataLayer || [];
dataLayer.push({
‘event’ : ‘download’,
‘ecommerce’ : {
‘data’: echo $package[‘post_title’];

}
});
</script>

}
add_action(“wpdm_onstart_download”, ‘push_to_datalayer’)?>

Mar 8, 2021 at 7:29 pm
#148112
Participant
Freshcom
OP

Hi no I would like to send an event to google analytics on click of the button, please let me know. I have asked several times and not been given a solution

Feb 21, 2021 at 3:41 pm
#147121
Participant
Freshcom
OP
This reply has been marked as private.
Feb 19, 2021 at 4:24 pm
#147028
Participant
Freshcom
OP

On the download button please?

Feb 19, 2021 at 2:38 pm
#147008
Participant
Freshcom
OP

I am using the Download Manager and would like to place an onclick event on the button the user clicks to download – I don’t know how I can elaborate more than this?

Feb 19, 2021 at 2:11 pm
#147003
Participant
Freshcom
OP

`<a onclick= function() href…./>

Feb 19, 2021 at 2:08 pm
#147001
Participant
Freshcom
OP

Hi I need to add an event when a user clicks the download button to push an event e.g . Is there any info on how I can do this please?

Feb 19, 2021 at 1:21 pm
#146996
Participant
Freshcom
OP

So for example –

jQuery(function($){
$(‘.wpdm-download-link’).on(‘click’, function(){
window.dataLayer.push({
event: “AssetDownload”,
assetName: $(this).data(‘downloadurl’),
fileName: ‘FILE NAME’,
fileResource: ‘PDF’,
userGroup: ‘LOGGED IN’,
marketName: ‘MARKET’,
});
});
});

Sep 4, 2020 at 7:14 am
#135750
Participant
Freshcom
OP

Hi,

Please stop working on our site, We will check it from our end.

Sep 4, 2020 at 5:15 am
#135743
Participant
Freshcom
OP

Hi,

Are you working on site, site is not getting loaded. Can you tell me what is the status of mentioned issue.

Sep 2, 2020 at 12:25 pm
#135593
Participant
Freshcom
OP
This reply has been marked as private.
Sep 2, 2020 at 7:28 am
#135563
Participant
Freshcom
OP

Hi,

What is the relation of save settings with download limit message. Because on my another site i have download limit message though my save settings is working properly.

  • This reply was modified 5 years, 6 months ago by Freshcom.
Sep 2, 2020 at 5:28 am
#135554
Participant
Freshcom
OP
This reply has been marked as private.
Feb 16, 2016 at 11:31 am
#40986
Participant
Freshcom
OP

dropdown i got working with disabling bootstrap

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