Page Numbers https://bakheva.runboard.com/t16776 Runboard| Page Numbers en-us Fri, 29 Mar 2024 01:38:44 +0000 Fri, 29 Mar 2024 01:38:44 +0000 https://www.runboard.com/ rssfeeds_managingeditor@runboard.com (Runboard.com RSS feeds managing editor) rssfeeds_webmaster@runboard.com (Runboard.com RSS feeds webmaster) akBBS 60 Re: Page Numbershttps://bakheva.runboard.com/p293751,from=rss#post293751https://bakheva.runboard.com/p293751,from=rss#post293751You're very welcome, Jewel! nondisclosed_email@example.com (Lesigner Girl)Mon, 17 Oct 2016 00:23:15 +0000 Re: Page Numbershttps://bakheva.runboard.com/p293735,from=rss#post293735https://bakheva.runboard.com/p293735,from=rss#post293735Aww, this is so nice of you Lesa! Worked perfectly..as I had no doubt it would. Thank you! Jewel nondisclosed_email@example.com (Jewel5)Sun, 16 Oct 2016 04:04:56 +0000 Re: Page Numbershttps://bakheva.runboard.com/p293732,from=rss#post293732https://bakheva.runboard.com/p293732,from=rss#post293732You're welcome, Jewel. I see the issue. To fix this, I changed this: .pageindex to this: center > .pageindex This works because the word 'Page' outside the table is a direct child (aka direct descendant) of a <center> tag, while the ones inside the table are not a direct child of a <center> tag. To show what I mean, the tags I put in red below are the direct child of the <center> tag: <center><span class="pageindex">Page:</span></center> <center><table><tr><td><span class="pageindex">Page:</span></td></tr></table></center> In the second example, <span class="pageindex"> is more like a great-great grandchild of the <center> tag, not the child. Edit to add a suggestion: Where you have this in your CSS: /* NEW TOPIC & ADD REPLY BUTTONS */ .topiclistpostnewtopic a:link, .topiclistpostnewtopic a:visited, .postlistaddareply a:link, .postlistaddareply a:visited { display: block; border:2px solid #000000; width: 130px; height: 35px; margin: 0 auto; font: 700 11px verdana, tahoma, arial; text-align: center; line-height: 35px; vertical-align: middle; background-; color:#000000;} The part in red above is invalid, but you can make a small tweak to it so people can read the "Post new topic" and "Add a reply" links: /* NEW TOPIC & ADD REPLY BUTTONS */ .topiclistpostnewtopic a:link, .topiclistpostnewtopic a:visited, .postlistaddareply a:link, .postlistaddareply a:visited { display: block; border:2px solid #000000; width: 130px; height: 35px; margin: 0 auto; font: 700 11px verdana, tahoma, arial; text-align: center; line-height: 35px; vertical-align: middle; background: #d4d9dd; color:#000000;}nondisclosed_email@example.com (Lesigner Girl)Sun, 16 Oct 2016 03:29:17 +0000 Re:https://bakheva.runboard.com/p293730,from=rss#post293730https://bakheva.runboard.com/p293730,from=rss#post293730Thanks LG, but it also shows up on the table. Test It's OK. Would just look better, but it's fine like it is. Thank You!nondisclosed_email@example.com (Jewel5)Sat, 15 Oct 2016 20:36:05 +0000 Re: Page Numbershttps://bakheva.runboard.com/p293726,from=rss#post293726https://bakheva.runboard.com/p293726,from=rss#post293726quote:Jewel5 wrote: Edit: Lesa asked, "Did you fix it at your other test board before I got home from work?  Yes I did. Cool beans. quote:The only thing is, I only want the word 'Page'is under the miscoptbar and at the bottom. I think this is what you're looking for: .pageindex {       color:#fef284; } nondisclosed_email@example.com (Lesigner Girl)Sat, 15 Oct 2016 09:14:03 +0000 Re: Page Numbershttps://bakheva.runboard.com/p293725,from=rss#post293725https://bakheva.runboard.com/p293725,from=rss#post293725You are most welcome. nondisclosed_email@example.com (Joxcenia)Sat, 15 Oct 2016 08:03:07 +0000 Re: Page Numbershttps://bakheva.runboard.com/p293724,from=rss#post293724https://bakheva.runboard.com/p293724,from=rss#post293724Hello 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! 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. Jewel Edit: Lesa asked, "Did you fix it at your other test board before I got home from work?  Yes I did.nondisclosed_email@example.com (Jewel5)Sat, 15 Oct 2016 05:14:19 +0000 Re: Page Numbershttps://bakheva.runboard.com/p293720,from=rss#post293720https://bakheva.runboard.com/p293720,from=rss#post293720I know how hard it can be to hold back on that stuff. I was actually going to suggest a background color behind the page numbers, to make them easier to read on the colorful background.nondisclosed_email@example.com (Lesigner Girl)Sat, 15 Oct 2016 03:36:14 +0000 Re: Page Numbershttps://bakheva.runboard.com/p293717,from=rss#post293717https://bakheva.runboard.com/p293717,from=rss#post293717Hi 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. nondisclosed_email@example.com (Pastor Rick)Sat, 15 Oct 2016 03:11:16 +0000 Re: Page Numbershttps://bakheva.runboard.com/p293716,from=rss#post293716https://bakheva.runboard.com/p293716,from=rss#post293716Susa, 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. nondisclosed_email@example.com (Lesigner Girl)Sat, 15 Oct 2016 02:59:52 +0000 Re: Page Numbershttps://bakheva.runboard.com/p293715,from=rss#post293715https://bakheva.runboard.com/p293715,from=rss#post293715quote: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 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... nondisclosed_email@example.com (Pastor Rick)Sat, 15 Oct 2016 02:52:05 +0000 Re:https://bakheva.runboard.com/p293711,from=rss#post293711https://bakheva.runboard.com/p293711,from=rss#post293711I 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.nondisclosed_email@example.com (Susa)Fri, 14 Oct 2016 21:53:39 +0000 Re:https://bakheva.runboard.com/p293708,from=rss#post293708https://bakheva.runboard.com/p293708,from=rss#post293708This is a Lesa or Pastor Rick question. I promise that one of them will be along and will know just what to tell you.nondisclosed_email@example.com (Susa)Fri, 14 Oct 2016 21:23:37 +0000 Re: Page Numbershttps://bakheva.runboard.com/p293707,from=rss#post293707https://bakheva.runboard.com/p293707,from=rss#post293707Jewel, 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 nondisclosed_email@example.com (Joxcenia)Fri, 14 Oct 2016 21:22:22 +0000 Page Numbershttps://bakheva.runboard.com/p293700,from=rss#post293700https://bakheva.runboard.com/p293700,from=rss#post293700Hello 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 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! Jewelnondisclosed_email@example.com (Jewel5)Fri, 14 Oct 2016 18:01:49 +0000