Hi, can you please advise, I recently upgraded cyberpanel and I have a new design and I would really like to bring back the previous one, the current one is very uncomfortable because of the color and small font. And when I change the theme in the corresponding menu item, after saving - it is not applied, at all, only the login page changes. How to fix it?
*processor is constantly loaded at 100%, which was not the case before, somehow very unfortunate I updated it seems
You can do upgrade again and during the installation chose the version 2.4.2 as i found it the best, I tried 2.4.3 and went back to 2.4.2. and you will not lose any data.
new UI looks broken part by part attached somehow , some text even cant be seen properly in 13/14 inch laptop screen , maybe need microscope and every option i click asking to buy the extra plugin advertisement ![|16x16]
dont know why cyberpanel quality is decreasing day day ? now you guys dont even approve the post in the group ? ![|16x16]
It would be great if the developers would allow us to revert to the previous design. This is very important because we see it every day, and it’s not about colors or whether we like it or not, it’s about the usability of the system. Now something is too small, something overlaps with something else. Developers, please give us the option (or instructions) to revert to the old design while you work on the new one.
Worked on a quick fix for the design tab so you can add your custom css.
Working in 2.4.4
2 lines, one to add the css section and the other to clear the app cache.
Thank me or tip me.
if ! grep -q "MainDashboardCSS" /usr/local/CyberCP/baseTemplate/templates/baseTemplate/index.html; then sed -i -E 's/(\s?+|\s+?)<\!-- Modern Design System -->/&\n\1<style>\n\1 {{ cosmetic.MainDashboardCSS | safe }}\n\1<\/style>/' /usr/local/CyberCP/baseTemplate/templates/baseTemplate/index.html; fi
find /usr/local/CyberCP/ -type d -name __pycache__ -exec rm -r {} \+ && systemctl restart lscpd && systemctl restart lsws
Sorry, I don’t quite understand what you mean. When describing the problem, I meant that there is a “design” section in the admin panel with a drop-down menu offering different themes, but whichever one I choose, it doesn’t apply. The same blue design is always displayed, i.e., the existing function doesn’t work. I just want to revert to the old design, not create a custom one of my own.
The issue with that is that the new design is totally different and as such the design feature is not compatible because it was tailed to different classes, ids etc based on css hence it will no longer work for 2.4.x.
You have two options:
Go back to a version pre 2.4 which will have the design feature working and use the design tab.
Continue with 2.4.x and create your own styles to work with the new design tab but you will have to apply my fix in order to get the design tab working.
The disigns provided in the dropdown will only work for Cyberpanel up to 2.3.9
Your screenshot shows a version of Cyberpanel above 2.3.9 so the dropdown WILL NOT WORK
If you absolutely need those styles, you have to install CyberPanel 2.3.9 and stay on 2.3.9.
If you are capable of creating your own styles, you can use my script and add your own styles to the textarea and save post 2.3.9.