Runboard.com
Слава Україні!
Lost? Hover on Bookmarks!
Runboard Extra! The Runboard Directory Runboard Knowledge Base

Welcome to Runboard Support, the place to find help with your Runboard user account or message board.

If you can't find the answer you need with our search feature, ask here, and a member of staff will respond to you personally.

Chat room Runboard Knowledge Base (wiki) Search Facebook Twitter

runboard.com       You are not logged in.

Page:  1  2 

 
Jewel5 Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster


Registered: 08-2007
Location: Hooterville USA
Posts: 179
Karma: 14 (+14/-0)
Reply | Quote
Page Numbers


Hello there!
 I'm having some difficulty changing the color of the page numbers at the top of the forum page.
In my Edit color/layouts, if I click on "text color" well, that ain't right emoticon

I have this in my CSS and the page numbers show up, but not the word page just the numbers.

/*PAGE NUMBER DISPLAY*/

span.pageindexvalvenow{
font-size:16px;
font-weight:bold;
color:#FEF284;
border-style:inset;
border-width:2px;
border-color:#FEF284;
}

Thank you in advance!
Jewel
10/14/2016, 6:01 pm Link to post PM Jewel5
 
Joxcenia Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Runboard staff member

Registered: 11-2005
Location: Whoosher House
Posts: 7810
Karma: 74 (+75/-1)
Reply | Quote
Re: Page Numbers


Jewel,

Everybody seems to be super busy, and I don't know much about CSS codes, so I'm afraid I can't be of any help there.

Is it just one of your boards it isn't working on? If so, go into the control panel of one of your other boards where it is working and see how it is set up.

Joxcee





---

10/14/2016, 9:22 pm Link to post Email Joxcenia   PM Joxcenia Blog
 
Susa Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator


Registered: 07-2006
Location: Oχάιο
Posts: 4623
Karma: 128 (+137/-9)
Reply | Quote
Re:


This is a Lesa or Pastor Rick question. I promise that one of them will be along and will know just what to tell you.

---

SS eH PF
10/14/2016, 9:23 pm Link to post PM Susa Blog
 
Susa Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator


Registered: 07-2006
Location: Oχάιο
Posts: 4623
Karma: 128 (+137/-9)
Reply | Quote
Re:


I just asked Lesa. There is a typo.

span.pageindexvaluenow
You have 'valve' instead of 'value'

Lesa says that she will tweak things to make it all correct if you want her to do that. She said there will be other issues. She is presently at work.

quote:

If it's all page numbers, and not just the page number she's on, there's another class she also needs to target.

span.pageindexvaluenow is for the current page number. The one without 'now' tag the end is for all the other page numbers.



---

SS eH PF
10/14/2016, 9:53 pm Link to post PM Susa Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: Page Numbers


quote:

Jewel5 wrote:

Hello there!
 I'm having some difficulty changing the color of the page numbers at the top of the forum page.
In my Edit color/layouts, if I click on "text color" well, that ain't right emoticon

I have this in my CSS and the page numbers show up, but not the word page just the numbers.

/*PAGE NUMBER DISPLAY*/

span.pageindexvalvenow{
font-size:16px;
font-weight:bold;
color:#FEF284;
border-style:inset;
border-width:2px;
border-color:#FEF284;
}

Thank you in advance!
Jewel



This is what the CSS should look like for the colors you have listed:

span.pageindex, span.pageindexvalue {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FEF284;
    border-style:inset;
    border-width:2px;
    border-color:#FEF284;
}


You could do away with the "font-family: verdana,arial,helvetica,sans-serif;" setting if you just want to use the board's default settings...


---

Advertise Boards On TRDConceptsDE
10/15/2016, 2:52 am Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26740
Karma: 436 (+489/-53)
Reply | Quote
Re: Page Numbers


Susa, thank you for relaying our messages back and forth.

Jewel,

span.pageindexvaluenow refers to the current page, which is where you have a border around the number.

.pageindex refers to the word, 'Page'.

.pageindexvalue a:link, .pageindexvalue a:visited is how you would need to target the page numbers that are links, if you want to change their color.

That said, the only board where I see the 'valve' typo is at the test board that doesn't have enough topics in a forum, nor enough posts in a topic, to generate page numbers. Did you fix it at your other test board before I got home from work?

Edit: Hi, PR! *waves*. Thanks for adding some good additional information that I didn't provide. emoticon

Last edited by Lesigner Girl, 10/15/2016, 3:02 am


---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
10/15/2016, 2:59 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: Page Numbers


Hi LG *waves back*

Just trying to help get the immediate problem resolved before doing anything fancy. CSS3 can do some really fancy stuff and boy was I ever tempted since Jewel likes to decorate her board. This time, the KISS principle saved me from going overboard. emoticon

---

Advertise Boards On TRDConceptsDE
10/15/2016, 3:11 am Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26740
Karma: 436 (+489/-53)
Reply | Quote
Re: Page Numbers


I know how hard it can be to hold back on that stuff. emoticon

I was actually going to suggest a background color behind the page numbers, to make them easier to read on the colorful background.

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
10/15/2016, 3:36 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
Jewel5 Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster


Registered: 08-2007
Location: Hooterville USA
Posts: 179
Karma: 14 (+14/-0)
Reply | Quote
Re: Page Numbers


Hello and thank you Joxcee, Susa, Pastor Rick and Lesa! Ya'll know by now that I need a whole team of you to help me out! emoticon
You guys are great!

The only thing is, I only want the word 'Page'is under the miscoptbar and at the bottom.
I want to keep it like it is on the tables.

I as always appreciate your help.

Image
Jewel

Edit: Lesa asked, "Did you fix it at your other test board before I got home from work?
 Yes I did.

Last edited by Jewel5, 10/15/2016, 5:19 am
10/15/2016, 5:14 am Link to post PM Jewel5
 
Joxcenia Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Runboard staff member

Registered: 11-2005
Location: Whoosher House
Posts: 7810
Karma: 74 (+75/-1)
Reply | Quote
Re: Page Numbers


You are most welcome.








---

10/15/2016, 8:03 am Link to post Email Joxcenia   PM Joxcenia Blog
 


Add a reply

Page:  1  2 



You are not logged in (login)