adrenaline: (brock's paradise)
adrenaline ([personal profile] adrenaline) wrote in [community profile] style_system2009-05-12 05:18 pm

imported layout - subject not showing

hello! i have imported an s2 smooth sailing layout & for some reason the subject won't show up when you click either the permalink or the read comments link. i've tried putting "font-size: 25pt !important;" to the entryheadersubject line in my layer but it's not working. anyone have a clue why it's not showing up? thanks :D
rosefox: Green books on library shelves. (Default)

[personal profile] rosefox 2009-05-13 12:25 am (UTC)(link)
On a "leave comments" page I see this in your code:

<div class="entryHeader"><span class="entryHeaderDate">January 31st 2008 @ 09:41 pm</span><span class="entryHeaderSubject"> - prologue.</span></div>

On the permalink, I see this:

<div class="entryHeader"><span class="entryHeaderDate">January 31st 2008 @ 09:41 pm</span><span class="entryHeaderSubject"></span></div>

So I would look at the code creating the entryHeader class and make sure it puts the subject in there.

It does look like the subject is showing up in the page title of the permalink view:

<title>adrenaline - prologue.</title>

So maybe you can copy and paste the variable from the title into the entrySubject area.