On these pages are my WordPress plugins, the odd article and my Support Forum.

For my random rantings on everything else please visit my blog at Yellow Swordfish

WP Plugins


Articles

If you find any of my plugins useful, please comsider a donation towards my running costs.

Thank you

In preparation for the release of Simple:Press Version 4.0, the Support Forum has moved to a new site dedicated to the plugin. This will also be the future home for Simple:Press Forum.


Version 3.1.4 will still be available for download here in the short term.


For the support forum - and to visit our new site and to get details of version 4.0, click on the logo to take you to simplepressforum.com

This forum is currently locked - access is read only
Current User: Guest
Please consider registering

 
Search Forums:


 




Link colour bug in Black skin?

UserPost

8:00 pm
9 Jan 2008


jc

Member

posts 12

1

When using the Black skin, hyperlinks in forum posts are the same colour as the background (white), and therefore invisble until hovered over, when they show their correct brick red colour.

If the post was created by a link from a blog entry then the link at the bottom: ‘Read original blog post’ demonstrates this affliction.

The Default skin is ok.

jc

8:16 pm
9 Jan 2008


jc

Member

posts 12

2

I’ve fixed it by changing in black.css:

#sforum .sfposttable .sfpostcontent a {
  text-decoration: underline;
}

to:

#sforum .sfposttable .sfpostcontent a {
 color: #0000FF;
 text-decoration: underline;
}

but I wouldn’t mind a confirmation that that won’t break something else.

jc

9:09 pm
9 Jan 2008


Yellow Swordfish

Admin

Peterborough, England

posts 5252

3

No that’s fine and what I would have suggested.

1:08 am
12 Jan 2008


Jack

Member

posts 6

4

I’m having the same problem…tried your solution and the link still shows white on white and red when hover.

7:35 am
12 Jan 2008


Mr Papa

Moderator

Arizona, USA

posts 1602

5

Jack,

please check your syntax where you added the above recommended styling…

when I look at:   http://crackkillz.com/?page_id=180&forum=7&topic=10&page=1

I dont see a proper styling for

#sforum .sfposttable .sfpostcontent a
}
 
in fact, its empty, indicating to me a syntax error in the code you copied from above… 

 

6:39 pm
12 Jan 2008


Jack

Member

posts 6

6

This is what I have in my black.css:

 

#sforum .sfposttable .sfpostcontent a {
        color: #8E2323
 text-decoration: underline;
}

That color being a shade of red…

6:46 pm
12 Jan 2008


Yellow Swordfish

Admin

Peterborough, England

posts 5252

7

You have no semi-colon after the colour number… ALL CSS rules must end with a semi-colon.

 

1:10 am
13 Jan 2008


Jack

Member

posts 6

8

Oops!! Embarassed

Thanx…I overlooked that.  Appreciate the help guys! 

 



Reply to Topic: Link colour bug in Black skin?

NOTE: New Posts are subject to administrator approval before being displayed

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 1 + 12        (Required)

Topic Reply:


 
 

About the Stuff at Yellow Swordfish forum

Currently Online:

10 Guests

Maximum Online: 71

Forums:

Groups: 3

Forums: 16

Topics: 2068

Posts: 14091

Members:

There are 1003 members

There are 837 guests


Yellow Swordfish has made 5252 posts

Top Posters:

Mr Papa - 1602

-Radio- - 558

ovizii - 114

jfv - 82

angelic007 - 72

Administrator: Yellow Swordfish | Moderators: Yellow Swordfish, Mr Papa, -Radio-


© Simple:Press Forum - Version 3.1.4 (Build 357)