Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] BUG Styling BYLINE??? (http://forum.bytesforall.com/showthread.php?t=8765)

uberjer Aug 7, 2010 10:55 PM

[SOLVED] BUG Styling BYLINE???
 
Hi,

I'm trying out the Atahualpa theme and I'm having strange issues while styling the BYLINE. I'm using Atahualpa 3.5.3 on Wordpress 3.0.1.

The following renders correctly: By %author% posted %date('M jS Y #a#t g:iA')%
Renders to: BY JEREMY GORDON POSTED AUG 7TH 2010 AT 12:02AM

The following renders strangely: <span style="text-transform: none; font-family: georgia,serif !important; font-style: italic; color: #666666; font-size: 13px; line-height: 20px;>By <span style="color: #111111;">%author%</span> posted %date('M jS Y #a#t g:iA')%</span>
Renders to: Jeremy Gordon POSTED AUG 7TH 2010 AT 12:02AM

What I want is the same style Engadget uses. I'd like for it to look like the following:
By Jeremy Gordon posted Aug 7th 2010 at 12:02AM


Any ideas what's going on here?

Jeremy

uberjer Aug 7, 2010 11:12 PM

oops. I found one of my own mistakes. I forgot to put a close quote on the style section of the first span.

I'm still having an issue where the %author% doesn't display in the darker color:

<span style="text-transform: none; font-family: georgia,serif !important; font-style: italic; color: #666666; font-size: 13px; line-height: 20px;">By <span style="color: #111111;">%author%</span> posted %date('M jS Y #a#t g:iA')%</span>

uberjer Aug 8, 2010 01:09 AM

Yay! I fixed my own problem.

I had to use a FONT tag to change the color of the text inside the span.

<span style="text-transform: none; font-family: georgia,serif !important; font-style: italic; color: #666666; font-size: 13px; line-height: 20px;">By <font color="#111111">%author%</font> posted %date('M jS Y #a#t g:iA')%</span>


All times are GMT -6. The time now is 07:13 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.