Forum

 

Please consider registering
guest

Log In Register

Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 3 characters - maximum search word length is 84 characters

Topic RSS
css not calling
3 February, 2010
4:00 am
Mindy
Enthusiast
Forum Posts: 43
Member Since:
18 December, 2008
Offline

I just did an upgrade to sermon browser on a client's site. I know that with the previous version the sermon titles looked different. I want them to be smaller in text so that it does not carry over to the next line if the title is long. See what i am referring to here: http://www.relevantva.com/loveoutloud/ . I tried messing with the template (the stylesheet)in the admin area and no matter what i change about:

div.sermon-browser table.sermons td.sermon-title {

font-size: 14px;
padding-top: 2em;
}

it doesn't change anything on the actual site. how do i make changes?

3 February, 2010
5:58 am
Ben Miller
Moderator
Forum Posts: 383
Member Since:
18 June, 2009
Offline

It looks like your WordPress theme is missing the wp_head() call. This function allows plugins to insert things into the head of your page. In your themes header file (usually called header.php), add the following line just before the closing head tag:

<?php wp_head(); ?>
</head>

While your at it, you'll probably want to fix your footer as well. I don't think Sermon Browser uses it, but other plugins that you might install in the future use it. Add the following line in your theme's footer file (usually called footer.php) just before the closing body tag:

<?php wp_footer(); ?>
</body>

Please let us know if this fixes your problem, or if you need more help.

Ben Miller
Pathways Church, Appleton, WI, USA
Forum Timezone: Europe/London

Most Users Ever Online: 40

Currently Online: Rich Brown, 0be1
17 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

malpan - 2453

jogen - 2440

VanWatterson - 652

GeraldSebring - 364

LucasWoltman - 362

RandellFeenstra - 362

Member Stats:

There have been 7 guest posters

There are 1937 members

There are 1 moderators

There are 1 admins

Forum Stats:

Groups: 1

Forums: 2

Topics: 973

Posts: 3782

Newest Members: damianv, twinton, ellison13579, Daigh, mchunful, jesua

Moderators: Ben Miller (383 )

Administrators: Mark Barnes (425)

 

Comments are closed.