This topic is locked
[SOLVED]

Custom css from 10.7 are gone in 10.8

7/17/2022 4:58:15 PM
PHPRunner General questions
P
Pixel author

If I open a 10.7 project in 10.8 all my custom css are gone.
Design is OK, so it must be somewhere in the output folder, but I cannot edit it in phprunner anymore.
In 10.8 in editor mode there is the button for custom css, but the popup window ist empty.
Where can i find my old custom css from 10.7 in 10.8?
Thanks for help.

woodey2002 7/19/2022

Are you checking the same page in both version of the project? Sometimes, I mistakenly have forgotten that I clicked this page has custom CSS so if you check another page you will not see the custom CSS for the specific page.

Cheers,
J

P
Pixel author 7/21/2022

Hi woodey2002,
if I understand correctly, I can define custom css classes in editor mode in the "Custom CSS" button in 10.7. No matter which page I am on, these classes apply to all pages in the project - as long as I do NOT check the checkbox "This page has custom settings".
Isn't that right?
In my 10.7 project I have defined a lot of such styles for the whole project. These classes are stored in the output folder under "output/styles/custom/custom.css. This css file is also created in the 10.8 version, but I can't access and change it within the PHPRunner project anymore.
It seems that in 10.8 only the styles per page are displayed , but not the general styles - in a popup (this is also new). Anyway, I can't find the ones that apply to the whole project anymore.

mbintex 7/21/2022

Load the latest update from 10.8 and the problem should be gone - at least is was for me. CSS has not been lost by 10.8, but wasn´t shown correctly.

P
Pixel author 7/21/2022

Thanks,
I just saw that it is fixed in the latest update.
So I mark this tread as solved.