Hi!
I managed to insert my 2 buttons at the top, under the title. By cons, when I click on the buttons, no action happens: I can not download any image. can you tell me why ?
I copied this code:
<input class = “button ngg-download-selectall” type = “button” style = “display: none” value = “<? php _e (‘select all’, ‘nextgen-download-gallery’);?>” / >
<input class = “button ngg-download-download downloadButton” type = “submit” value = “<? php _e (‘download selected images’, ‘nextgen-download-gallery’);?>” />
585/5000
I managed to insert my 2 buttons at the top, under the title. By cons, when I click on the buttons, no action happens: I can not download any image. can you tell me why ?
I copied this code:
<input class = “button ngg-download-selectall” type = “button” style = “display: none” value = “<? php _e (‘select all’, ‘nextgen-download-gallery’);?>” / >
<input class = “button ngg-download-download downloadButton” type = “submit” value = “<? php _e (‘download selected images’, ‘nextgen-download-gallery’);?>” />
but I must miss something.
Thanks for your help ??
Ga?lle