Jump to content

Hide Renewals Settings in Downloads


Recommended Posts

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
Link to comment
Share on other sites

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; }

 

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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