Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
plugins-topic
Template Tags Plugin
Avatar
Joseph Mellors
Rookie
Free Members
sp_UserOfflineSmall Offline
Jul 6, 2016 - 5:10 pm

Hi all,

How can I format the 'Recent Forum Posts' widget so that it looks like it does on this site?

I have just added the widget to my footer on http://www.omggay.com

Regards,

Joseph

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jul 6, 2016 - 9:15 pm

we provide generic classes in all the template tags so you can add the css styling you want for you site as not everyone wants the same fixed styling...

you can try adding ours to your sp theme - we recommend making a child theme before editing a theme - or perhaps the custom css section on forum - themes - custom css...

#spRecentPostsTag {
    text-align: left;
}
#spRecentPostsTag .spListItemTag {
    font-size: 90%;
    padding-bottom: 15px;
}
.spListItemTag {
    line-height: 1.3em;
    padding: 3px 0 1px;
}
#spRecentPostsTag .spAvatar {
    float: left;
    margin-top: 5px;
    padding-bottom: 20px;
}
.spListItemTag img {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

but its effectiveness might be dependent on what your wp theme may do to the base classes...

Avatar
Joseph Mellors
Rookie
Free Members
sp_UserOfflineSmall Offline
Jul 7, 2016 - 10:28 am

Hi Steve,

Thank you for your prompt response.

The widget now works as desired, would it be possible to remove the underline on title links and bold them instead though?

Regards,

Joseph

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jul 7, 2016 - 12:37 pm

Try

.spListItemTag a {
    text-decoration: none;
    font-weight: bold;
}

which should do it

andy-signature.png
YELLOW
SWORDFISH
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17362
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625