Jump to content

Recommended Posts

Posted (edited)

Is there a way to disable / hide the renewal options on the file upload form in the Downloads app? My site is not using renewals as all files are just a one-off payment so there’s no need for this cluttering the upload form.

I see no settings to disable this in the Admin controls

thanks

40F5C6F4-DCD3-4062-875D-8617DAEE807E.png.683238c4060da8dbba9c2aca37d5ea56.png

Edited by Stephen Bruce
Posted

I understand it’s optional per file by default but every community has different needs and mine does not need this feature as an option so I’d like to remove it and have it permanently turned off.

Posted
9 hours ago, Adriano Faria said:

You can probably hide it with some CSS trick.

Yep. 

#file_renewals { display:none !important; }
#filedata_0_file_renewals { display:none !important; }
#elField_file_renewals_label { display:none; }
#elRadio_file_renewals_0_file_renewals { display:none; }
#elRadio_file_renewals_1_file_renewals { display:none; }

 

Posted
1 hour ago, opentype said:

Yep. 

#file_renewals { display:none !important; }
#filedata_0_file_renewals { display:none !important; }
#elField_file_renewals_label { display:none; }
#elRadio_file_renewals_0_file_renewals { display:none; }
#elRadio_file_renewals_1_file_renewals { display:none; }

 

Thank you. Where would I put this code?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...