-
Syelle replied to the topic Bugs in Template? in the forum OpenLab Help & Support 3 years, 2 months ago
This is working great on live, after update to cbox 1.3.0. Thank you!
-
Ray replied to the topic How to add an allowed file type in the forum OpenLab Help & Support 3 years, 9 months ago
Hi Syelle and Ryan,
Besides adding the
latex
andltx
file extensions to the uploaded file types, you also need to register the mime type for the file type with WordPress.You can do this with the following snippet in
/wp-content/mu-plugins/
:/**
[Read more]
* Add custom items to mime type array for uploads
*/
function my_mime_types( $types )…