11
script_fu
Re: Style Sheet Errors

Quote:

(I can see the changes I make to theme.php though).


This has to be a mistake?

theme.php???

I dont think so not in XOOPS 2.0 plus

theme.html

Now your talking...

12
script_fu
Re: Style Sheet Errors

After looking at your site for a second. I think you erased the
styleNN.css

------------

Here drop this style sheet in your default theme folder...

https://xoops.org/themes/xooriginalnew/styleNN.css

or

Build you own

@import url(style.css);
/* Very short Gecko-specific additions/changes here (if
any) */

name it styleNN.css

------------

Just another idea...

------------

When I pull your site from firefox this is the url to your style sheet

<link rel="stylesheet" type="text/css" media="screen" href="http://www.soxtalk.com/xoops/themes/default/style.css"/>

It should be...

<link rel="stylesheet" type="text/css" media="screen" href="http://www.soxtalk.com/xoops/themes/default/styleNN.css"/>

13
script_fu
Re: Style Sheet Errors

#OOPS# now i'm confused..

The NN style sheet is there.

Hum...

14
BlueStocking
Re: Style Sheet Errors

by Biteronboard on 2007/6/20 20:00:40

@Biteronboard:
My money is on your solution. I believe you are right about the code and the different way that ff and ie interpets the space there.

HOWEVER,
Quoting you again, "also this jazz about not being able to edit the default theme... not so my friend.. its just html and css... if you are sweet enough you can make it dance for you."

You are also right there inasmuch as someone waltzed or jigged with the default theme folder.

Previous discussion. google
cached

A module template was placed inside of the default theme folder for safekeeping. Meaning we didn't have a submit button on the adminstration panel and were trying to edit from the themes folder.


That is the way I now understand my problem.

I think our original poster has the problem you provided the solution for. A space could do it.

BlueStocking
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG

15
Bullsback
Re: Style Sheet Errors
  • 2007/6/21 4:43

  • Bullsback

  • Just popping in

  • Posts: 9

  • Since: 2007/5/9 4


Quote:

Biteronboard wrote:
Couple things I would straighten up

Quote:
<link rel="stylesheet" type="text/css" media="screen" href="http://www.soxtalk.com/xoops/themes/default/style.css"/>


theres no space before the trailing slash.. FF may see this as an invalid location.

heres the way it should be

Quote:
<link rel="stylesheet" type="text/css" media="screen" href="http://www.soxtalk.com/xoops/themes/default/style.css" />


when i save your stylesheet to my desktop and use my add user style plugin... it shows up fine, so i'm thinking this is your problem.

also, this jazz about not being able to edit the default theme... not so my friend.. its just html and css... if you are sweet enough you can make it dance for you.

BOL

Alright, so I tried that and I'm still getting the same error on Mozilla (with it not pulling the style sheet and when I look up on the view source it shows the space and it is properly pointing to where the style sheet is located). Could there be some other thing that I did wrong during my install that would be causing this? (Being as this has never worked on mozilla, even when I first performed the install).

I have been able to get the css stuff solved (in terms of getting the edits to show up in IE thanks to you guys pointing out the whole changing in your preference to turn that one portion on).

16
Bassman
Re: Style Sheet Errors
  • 2007/6/21 5:17

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


Here's an idea: Try removing styleNN.css from your theme folder. These's nothing in it anyway, and if it's not there, Moz will use style.css.

17
BroHam
Re: Style Sheet Errors
  • 2007/6/21 5:28

  • BroHam

  • Just popping in

  • Posts: 100

  • Since: 2007/3/31


The differences between your theme and the unaltered default XOOPS theme:

<{$xoops_module_header}> is not in your theme.html.

This is added to your styleNN.css:
div.xoopsCode {    font-size12px;
    
font-familyFixedSys"Courier New",Courier,monospace;
    
background#fffff8;
    
border1px solid #6C87B0;
    
color#385a72;
    
width95%;
    
height200px;
    
margin0.5em;
    
overflowauto;
    
padding3px 3px 3px 3px;
}


Could this disagree with firefox for some reason?
I don't know.

18
Will_H
Re: Style Sheet Errors
  • 2007/6/22 0:27

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


lmao! bassman... i didnt even look at his NN...

yeah man, without the @import your styleNN is about as useful as a barbwire thong.

You also have the option of copying the content of your style.css into your styleNN.css... but why waste all those precious kb's of disk space...

@Script_fu, its called an edit button bro Trying to get those "missing" posts back? Resized Image

19
Bullsback
Re: Style Sheet Errors
  • 2007/6/22 16:05

  • Bullsback

  • Just popping in

  • Posts: 9

  • Since: 2007/5/9 4


I tried all of those various suggestions and I still am having the same problem.

Login

Who's Online

187 user(s) are online (117 user(s) are browsing Support Forums)


Members: 0


Guests: 187


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits