Page 1 of 1
Downloadbutton not working
Posted: 14 Sep 2016, 12:18
by Nothingface
Hi.
I force users to accept a licence to download a file.
But the download button is not working.
I guess it is a template problem. The Template works on the gantry framework.
You can see it here:
http://kjh-netzwerk.de/index.php/downlo ... ssichtslos
The Downloadbutton is not working. Any ideas?
Re: Downloadbutton not working
Posted: 14 Sep 2016, 13:11
by christine
Hi,
when checking with firebug:
<input type="submit" value="Download" id="pdlicensesubmit" name="submit" class="btn pd-button-download"
disabled="">
and remove temporarily "disabled" - it will work. Check options please:
https://www.phoca.cz/documents/17-phoca- ... e-joomla-3
Kind regards, Christine
Re: Downloadbutton not working
Posted: 15 Sep 2016, 08:31
by Nothingface
Sorry...i don´t get it. Ok...if i remove disabled with firebug it works fine. But where is the option to do this permanently?
Re: Downloadbutton not working
Posted: 18 Sep 2016, 14:18
by Jan
Hi,
the standard way is: you tick the license checkbox and the download button becomes active. But it seems like some part of your site added "disabled" part to this button, check:
- if your template does not override the output of Phoca Download
- or somehow did not change the output
- or if e.g. the template does not somehow changes the output
- or if some system plugin does not do
E.g. to test:
- try to switch to another template (only for test)
- try to disable system plugins (only for test)
Jan
Re: Downloadbutton not working
Posted: 19 Sep 2016, 09:39
by Nothingface
Ok.
Thanks anyway. I´ve tested all, but didn´t found a solution.
Re: Downloadbutton not working
Posted: 20 Sep 2016, 22:16
by Jan
Did you try to test it with another template?