Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Responsive SP theme
Avatar
Shama
Thailand
Member
Free Members
sp_UserOfflineSmall Offline
Jan 27, 2016 - 12:24 pm

I did the toolbox reset and now I can use the CSS caching again.

Is the text size in the forum controlled by the wp theme or is there a setting to make the text bigger in the forum?

Is it possible to change the link color from red to the typical blue?

Avatar
Shama
Thailand
Member
Free Members
sp_UserOfflineSmall Offline
Jan 27, 2016 - 1:01 pm

Ike, creating a child theme seems to be a fairly involved process. Shouldn't it be a normal settings function in the main SP theme to eliminate those duplicate "member" appearances in the side bar? 

It seems to me that creating a child theme and editing the code to get rid of something which shouldn't be there in the first place is a little complicated.

Is this the process which you used for your forum to clean up the side bar?

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Jan 27, 2016 - 1:34 pm

Glad you can now use CSS caching!

It's a double edged sword really, there are people that want to make use of all the labels possible and those that want to get rid of them. We've kept it to the template as it really allows for full customisation of which there is far more than just turning on and off using function arguments.

They should both be there, as sp_PostIndexUserRank displays rank and sp_PostIndexUserMemberships displays membership, and the two can be completely different to each other.

Yes we run our own child theme of Reboot here with quite a few minor changes to suit our needs.

The two other questions you had about changing font size and link colour can be done easily, but again this would be child theme territory. Firstly, font size is controlled via the inherit rule so it will use whatever your WP theme uses but this can be changed in the child theme stylesheet, and secondly where are you seeing red links?

Avatar
Shama
Thailand
Member
Free Members
sp_UserOfflineSmall Offline
Jan 27, 2016 - 2:26 pm

Here is a screenshot with red links:

 

red_links_in_forum.pngImage Enlarger

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Jan 27, 2016 - 4:23 pm

OK so to change the colour of links in the post content, you'd just add this one block of CSS to your child theme's stylesheet:

#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent a:link {
    color: blue;
}

You can replace the colour 'blue' with anything you'd like, including hex colours. For example the blue links on your sidebar are #144F92 so just use:

#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent a:link {
    color: #144F92;
}
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: 617
Members: 17359
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10125
Posts: 79620