bahn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: FrontPage HeadlinesThis one was particularly helpful for me in case anyone is looking for other alternatives.
Forum: Your WordPress
In reply to: PopCultureShock.comchanzero: yeah — it’s definitely lacking and I SO wanted it to work. I’ve looked into the WP/vB bridge — but I’ve been told that it doesn’t offer quite what I’m looking for.
Forum: Your WordPress
In reply to: PopCultureShock.comchanzero: Yeah, saw you were over at the XD Forums too!
Re: WP
It is one of the best applications I’ve come across, no argument there — but we’ve got over 2yrs of data that would be difficult to shoehorn with our existing CMS… otherwise I’d be more than happy to make a full transition. We’ll see what happens! 😀
Forum: Your WordPress
In reply to: PopCultureShock.comHey doodlebee,
Actually our backend isn’t driven by WP… the CMS was created from scratch from an old friend. 🙂
GotSpace (http://www.got-next.com/blog) is though… and the more I use it, the more I’d like to have it become a more involved component.
One of my longterm goals is to have a commenting system incorporated into the rest of the site, thus offering our readers a more direct, interactive tool. That’s pretty much it — don’t wanna take away any attention from chanzero’s thread.
Forum: Your WordPress
In reply to: PopCultureShock.comYou know my thoughts on PCS man — it’s very spiffy and better than ever!!! (I’ve also been thinking of making GN totally operate off WP… going to need a talented programmer to make that possible though.
Anyways, nice work, Birdie!!! *thubms up* 😀
Forum: Fixing WordPress
In reply to: How do I change the text formating of the names of links categories?Hm, it’s been awhile since I’ve tinkered with my own category bar. But if the designations say “#menu”, then you experiment with changing the font sizes and such. That’s what I did on my site
I just looked over my own templates and neither of the designations for “#sidebar” actually had a font attribute. If I recall correctly, I merely changed the colors and used the global CSS font type.
If you’re looking to assign an entirely different font type, you’ll need to put something like the following to give the sidebar a unique font styling:
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;Hope that’s of some help to you.
Forum: Fixing WordPress
In reply to: How do I change the text formating of the names of links categories?Go to the Theme Editor and look at the stylesheet.css template… look for designations that have “sidebar” and it’s rather simple after that. Good luck.
Forum: Plugins
In reply to: Where can I find the Clean Permalink Code?Exactly what do you mean by… “clean” ?
Forum: Themes and Templates
In reply to: Default Theme: Color outside of content areaGo to the Stylesheet file and look for something similar to what I’ve posted below:
body {
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
text-align:center;
color:#000000;
line-height:1.3em;
background: #7FB7E7;