Topic-icon my css files does not works.

Active Subscriptions:

None
10 years 2 months ago #41835 by shigeto_yoshida
Hi.

I am evaluating SCLlogin on local PC.

This is a part of my source.
<link rel="stylesheet" href="/\media\sourcecoast\themes\sclogin\custom_login.css" type="text/css" />
<link rel="stylesheet" href="/media/sourcecoast/css/sc_bootstrap.css" type="text/css" />

I added custom_login.css at admin page, but / is mixed with \ ... .
So, this css does not works correctly.
But on web hosting server, this is no problem. like this;
<link rel="stylesheet" href="/media/sourcecoast/themes/sclogin/custom_login.css" type="text/css" />
<link rel="stylesheet" href="/media/sourcecoast/css/sc_bootstrap.css" type="text/css" />

My environment:
Windows 7
XAMPP win32-1.8.1-VC9(MySQL 5.5.27, PHP 5.4.7)
Joomla 3.1.5

Best Regards,
The topic has been locked.
Support Specialist
10 years 2 months ago #41852 by alzander
We'll have to do some more Windows environment testing, which uses the \ instead of / for path separators. I'll let you know what we find. It should be a very simple fix once we figure out the cause.

Thanks for the report,
Alex
The topic has been locked.