Setting classic as main theme

ss884 years ago

I want to set Sencha's Classic theme as the main one of Traccar, for this i edit the load.js with "classic" instead of Triton.
The problem is that the menu buttons doesn't display when i do the modification.
How can i fix this issue ?

ss884 years ago

More specifically, i change this :

    addStyleFile('https://cdnjs.cloudflare.com/ajax/libs/extjs/' + extjsVersion + '/classic/theme-triton/resources/theme-triton-all.css');

To

  addStyleFile('https://cdnjs.cloudflare.com/ajax/libs/extjs/' + extjsVersion + '/classic/theme-classic/resources/theme-classic-all.css'); 

But when i do buttons on the header disappear. How to make the classic theme appear correctly ?
Thanks

ss884 years ago

In fact all buttons don't display when i do.

Rock4 years ago

Hi! i dont remember, but is a common error. Search in the forums about "missing buttons"

https://www.traccar.org/forums/topic/symbols-for-buttons-are-not-displayed-on-the-web-interface-in-ie/

I hope help you to find the path!!!
(my english is horror!! - i am spanish)

ss884 years ago

@Rock i resolved my issue thnx !