I try to use the plugin with CMSimple 4.0.3
I have trouble with the backend style, and I can not find the part where to change it.
Gert has a dark background color for the menu in the backend.
The color of the font is depending of the template.
In my template the font color is dark green.
So, dark font and dark background = I can not read !
Can you tell me how to change the font color or background color in the backend style from the news plugin?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2012-12-30
The problem is in CMSimple 4.0.3 but not in 4.0.1
So I asked Gert for help
He changed one row in the core.css and the the problem with the color is gone.
But there is still a problem with the menu.
In the admin.php of the news plugin there is following line (several times).
If the class="edit" would be deleted the problem with the color is fixed, also the problem with the menu.
But this is only for CMSimple 4.0.3
There is now problem with CMSimple-XH 1.5.5
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
to be honest I did not test the plugin with most of the original CMSimple Versions, so thank you for the bug report. I will have a look. Do you know which row Gert changed?! And it seems as if the line you are mentioning does not show up in your post.
I will rethink the usage of class="edit" and propably upload an updated version.
Regards,
David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2012-12-31
Hi,
in the core.css in line 769:
"background: #333!important;"
But Gert will publish the 4.0.4 soon.
In the admin.php of the News plugin following line(s) causes the problems:
--table class="edit" width="100%"--
I changed it to:
-- table width="100%"--
or:
--table class="xyz" width="100%"--
The problem with the fontcolor and background color were gone.
Also the problem with the menu in the backend is gone
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I try to use the plugin with CMSimple 4.0.3
I have trouble with the backend style, and I can not find the part where to change it.
Gert has a dark background color for the menu in the backend.
The color of the font is depending of the template.
In my template the font color is dark green.
So, dark font and dark background = I can not read !
Can you tell me how to change the font color or background color in the backend style from the news plugin?
The problem is in CMSimple 4.0.3 but not in 4.0.1
So I asked Gert for help
He changed one row in the core.css and the the problem with the color is gone.
But there is still a problem with the menu.
In the admin.php of the news plugin there is following line (several times).
If the class="edit" would be deleted the problem with the color is fixed, also the problem with the menu. But this is only for CMSimple 4.0.3 There is now problem with CMSimple-XH 1.5.5Hi,
to be honest I did not test the plugin with most of the original CMSimple Versions, so thank you for the bug report. I will have a look. Do you know which row Gert changed?! And it seems as if the line you are mentioning does not show up in your post.
I will rethink the usage of class="edit" and propably upload an updated version.
Regards,
David
Hi,
in the core.css in line 769:
"background: #333!important;"
But Gert will publish the 4.0.4 soon.
In the admin.php of the News plugin following line(s) causes the problems:
--table class="edit" width="100%"--
I changed it to:
-- table width="100%"--
or:
--table class="xyz" width="100%"--
The problem with the fontcolor and background color were gone.
Also the problem with the menu in the backend is gone
Hi,
thanks for the edits, I will get it fixed with the next version!
Regards,
David