Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Luna doesn't work with Firefox

Quote Reply
Luna doesn't work with Firefox
Luna template doesn't work with Firefox, strips out all css and the pages show without any fonts/styles - any comments?

thanks
Quote Reply
Re: [socrates] Luna doesn't work with Firefox In reply to
The luna templates have been tested with Firefox, IE, Opera, and Safari. Your problem is most likely a configuration issue. What's the url to your installation?

Adrian
Quote Reply
Re: [brewt] Luna doesn't work with Firefox In reply to
Configuration of - browser? It is a standarad Firefox 1.0.7 installation (installed about 2 months ago directly from firexfox).

The pages look fine in IE 5.+

Thanks

Last edited by:

socrates: Nov 9, 2005, 7:08 PM
Quote Reply
Re: [socrates] Luna doesn't work with Firefox In reply to
Hi,

I think he was asking for a URL to see the problem =)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [socrates] Luna doesn't work with Firefox In reply to
Luna works OK in Firefox- be very careful if you make any changes to the templates though- something as simple as putting a long line of text in the header make the page display wrongly.
Quote Reply
Re: [brewt] Luna doesn't work with Firefox In reply to
Firefox is dropping the stylesheet because your webserver is sending the Content-Type of the css file as text/plain instead of text/css. You need to fix your webserver to send the correct Content-Type/MIME type.

Adrian
Quote Reply
Re: [socrates] Luna doesn't work with Firefox In reply to
You are right!! Firefox does not read the style sheet, the default settings on fire fox brings luna templates corruppted.
Any idea how to sent Text/CSS style sheets from the server as suggested.

Thanks
Mark
Quote Reply
Re: [Mark2] Luna doesn't work with Firefox In reply to
Hello

We are having the same issue with firefox..
The pages are missing half the contents.
Firefox shows the Cdd as a content type,
Any ideas?
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [socrates] Luna doesn't work with Firefox In reply to
Did any one come up with an answer to how to show luna templates correctly in firefox... as firefox is not reading the css files???

thank you
Mark
Quote Reply
Re: [Mark2] Luna doesn't work with Firefox In reply to
Hi,

I have no problem with firefox, are you using the latest version?
Quote Reply
Re: [rascal] Luna doesn't work with Firefox In reply to
well! regardless of the version, (I am using the latest) but it seems the CSS not read at all in firefox, ... as all pages come as Time New Roman text in one column on the left... none of CSS info is passed.
It is not the browser... it is maybe the server or the GLinks that is not passing the CSS as stated in this thread.. but wonder if how to do it:

Quote:
Firefox is dropping the stylesheet because your webserver is sending the Content-Type of the css file as text/plain instead of text/css. You need to fix your webserver to send the correct Content-Type/MIME type.

thank you for your help...
Mark
Quote Reply
Re: [Mark2] Luna doesn't work with Firefox In reply to
Aaaaa.. Here is the answer as I've got it from google....

Code:

Bug Fix: My CSS (cascading style sheets) show up and function in IE but not
in Firefox or Opera, How can I fix this.

Resolution: this bug occurs because of a missing mime type in the mime.types
file on the web server,

if you validate your CSS you will come up with this error:
I/O Error: Unknown mime type : text/plain

These are the following steps will fix this:
1. navigate to the directory /www/conf
2. vi or pico the mime.type file
3. add this line: text/css css
4. restart the web server

note: there is another file in the /etc directory , changing this one will not solve
this issue.

PS:
if you dont have access to the /www/conf/mime.type file , please contact your
tech support or you can take matters in your own hands by adding a .htaccess
file in the directory that has your CSS files. these are the following steps:

1. vi or pico .htaccess
2. add this line:

AddType text/css .css3. save , clear web browser cache and restart, the view the
webpage again.

Last edited by:

Mark2: Nov 22, 2007, 9:55 AM