You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Pages: 1
I tried this great script about a month ago and played around to get the css to work and also starting to translate parts to make it work in swedish, which is what I need.
But now I've been away for holiday and when I login to the admin page, the text parts seems to be white.
Not sure where in the css I might have done something wrong, cause I guess it must be something there. But I don't think I played around with the admin css, so I'm a little confused here.
Have an image to show what it looks like. The text inte the drop down menus looks fine, but the rest is invisible.

Offline
Open the admin stylesheet.css and scroll down a few lines. The original should be:
a {
color:#555;
}
See if you have white here by mistake? Did you do a batch find/replace that affected more files than you thought?
Offline
Thanks for a quick reply, but it seems like that one is set to #555, so there must be something else...
div, h1, h2, h3, h4, p, form, label,
input, textarea, img, span {
margin:0;
padding:0;
}
a {
color:#555;
}
a:hover {
color:#a9433e;
text-decoration:none;
Offline
And now I downloaded the script again and replaced the stylesheet.css in the admin folder.
But still the same problem.
I did a search and replace, like you thought I did, but that was in the main stylesheet.
Could the admin part be connected to that one as well? I guess not...
Offline
Looks like you might have upset something. You want to email me your cart admin login details and I`ll take a look for you.
Offline
Sorted via email. Issue with language file.
Offline
@coverman
When you have translatet to swedish have you also translatet the Files in Admin/template/language??
I make the same mistake.
You must have your Language in: store/template/language/swedish and in: store/admin/template/language/swedish
I hope thats was your Problem :-)
Offline
Pages: 1