I bought the theme and found some errors that exist in the downloaded files but not in the demo. I tried to download the latest version but the errors are still there:
1. When compiling LESS files into CSS some of the css styles turn to #NAN
for example:
.btn.btn-purple.btn-icon-standalone i { background-color: #7233ac; border-right-color: #NaNNaNNaN;
2. Duplicate @media "screen" tag:
@media screen and (max-width: 768px) and screen and (max-width: 768px) {
3. Error that exists only in the theme download file but not in the demo:
There have been minor changes in style and JS for specified issues and the files I have attached in #3 should fix the problems. No other changes were made on other files since the last update.
Hello,
I bought the theme and found some errors that exist in the downloaded files but not in the demo. I tried to download the latest version but the errors are still there:
1. When compiling LESS files into CSS some of the css styles turn to #NAN
for example:
2. Duplicate @media "screen" tag:
3. Error that exists only in the theme download file but not in the demo:
To repeat the error - unzip the files and open:
./xenon-files/html/dashboard-4.html
Hover\click the side menu:
https://pastenow.ru/e4cd3553460b2b0fe261053d8b2c100f
Leave the menu open and click on "minimize menu". This is the result:
https://pastenow.ru/f865a702e60d54f778cdcae90bbc3de9
If you press on the wanted section it disappear and never appears again.
It should work when hovering the button. The rest of the elements are working. If I repeat this with other elements they stop working too.
I want to start the development so please relate to the ticket as soon as possible.
Thanks!
Hi exittech,
Sorry about these issues.
1. As for related CSS issues of 1 may be caused because of nested rules inside LESS files, but chaining @media values will still work.
2. Please open this file:
On line 20: Replace with new declaration:3. You can apply these fixed versions of files and the issue should be solved:
https://d.pr/f/jCCvBR (assets/js)
https://d.pr/f/R4UM0w (assets/)
I hope this will help you.
There have been minor changes in style and JS for specified issues and the files I have attached in #3 should fix the problems. No other changes were made on other files since the last update.