Freshcom

Forum Replies Created

Viewing 19 posts - 1 through 19 (of 19 total)
in reply to: How to execute snippet on download button click #148139

Freshcom
Participant

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

in reply to: How to execute snippet on download button click #148132

Freshcom
Participant

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

in reply to: How to execute snippet on download button click #148130

Freshcom
Participant

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

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

in reply to: How to execute snippet on download button click #148129

Freshcom
Participant

ON download click CTA I need to trigger a Javascript function

in reply to: How to execute snippet on download button click #148128

Freshcom
Participant

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

in reply to: How to execute snippet on download button click #148118

Freshcom
Participant

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’)?>

in reply to: How to execute snippet on download button click #148112

Freshcom
Participant

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

in reply to: Please Help – Analytics Event OnClick #147121

Freshcom
Participant
This reply has been marked as private.
in reply to: Please Help – Analytics Event OnClick #147028

Freshcom
Participant

On the download button please?

in reply to: Please Help – Analytics Event OnClick #147008

Freshcom
Participant

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?

in reply to: Please Help – Analytics Event OnClick #147003

Freshcom
Participant

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

in reply to: Please Help – Analytics Event OnClick #147001

Freshcom
Participant

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?

in reply to: Please Help – Analytics Event OnClick #146996

Freshcom
Participant

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’,
});
});
});

in reply to: Login required message is not working #135750

Freshcom
Participant

Hi,

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

in reply to: Login required message is not working #135743

Freshcom
Participant

Hi,

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

in reply to: Login required message is not working #135593

Freshcom
Participant
This reply has been marked as private.
in reply to: I am unable to save settings of download manager #135563

Freshcom
Participant

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 4 years, 8 months ago by Freshcom.
in reply to: I am unable to save settings of download manager #135554

Freshcom
Participant
This reply has been marked as private.
in reply to: issue with subcategorys #40986

Freshcom
Participant

dropdown i got working with disabling bootstrap

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