As noted in our "
Customising the front-end layout" documentation page you must NEVER edit directly the files under media/com_ats and components/com_ats. These files are replaced on update. What you need to do is media and template overrides. Please follow the instructions on that page to create customisation overrides.
For example, assuming that your site's template lives in templates/example, you need to:
- create the directory /templates/example/media/com_ats/css
- copy the file /media/com_ats/css/frontend.css into the /templates/example/media/com_ats/css directory
- make any changes you want in /templates/example/media/com_ats/css/frontend.css
Also, After the upgrade the painting of the screen to see the assigned tickets is slow. Ideas?
The business logic behind the page hasn't changed between versions. However, we now output a bit more information, making the generated HTML approximately 10% to 15% bigger. If you have hundreds of assigned tickets and you're using a high number of items per page (50 or 100) transferring this big block of HTML from your server to your browser will take enough time to be noticeable. Use a smaller number of items per page.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!