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
Margin and font issue
Avatar
Meztli
Sweden
Member
sp_UserOfflineSmall Offline
Jan 7, 2013 - 4:48 pm

Hello guys,

Best wishes for the new year.

Today i upgraded my site with a new theme and i got a couple of issues related to the forum that the developer told me is related to SP. I really hope you can help me to solve the problems.

Link: http://friskyttarna.eu/forum

  1. If using bold, the text disapears
  2. The theme added a yellow/orange text hover color that also apply in quotes
  3. The forum do not utilize the entire widht of the page, and this is the reply i got from Yootheme:

Your solution liews in you cusomising your forums CSS, eg: adding the following to your templates css/style.css or directly in your forums CSS files.

#spMainContainer .spGroupViewSection, #spMainContainer .spForumViewSection, #spMainContainer .spTopicViewSection, #spMainContainer .spTopicListSection, #spMainContainer .spMemberGroupsSection { margin: -5px; }

Using Firebug, you will be able to identify all the forum container classes that you can add these margin values too, there are many containers as far as I can see.

Best regards

Thomas

Avatar
Brandon
U.S.
SP Wrangler
Free Members
sp_UserOfflineSmall Offline
Jan 7, 2013 - 7:38 pm

It looks like what you are seeing is being carried over from the WordPress theme into Simple:Press

If you like the orange hover color in your blog pages then you will need to add something into your Simple:Press theme to remove it. Same for the bold problem too, I imagine.

The 5px margin he is talking about is also coming from your WordPress theme. You can either remove it from the forum page only or remove it from all your WP pages if you want them all to be a bit wider.

Are you running a custom Simple:Press theme now? If not it is recommended you have one created and then you can make changes to it and they won't be lost. See http://codex.simple-press.com/.....g-a-theme/

If already running a custom SP theme I would make sure it's updated to the any of the latest changes. See here for a list: http://codex.simple-press.com/.....n/changes/

I would first look and make sure you like how all the other WP pages apper and if you like everything then your 3 issues could probably be taken care of by adding some resetting values in your SP theme's reset.css file. If you think you may want to change some of the way the WP theme looks I would do that first.

 

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 7, 2013 - 7:47 pm

not really sure what you want to do... or what your theme author is smoking... ;)

the lack of full width, assuming you mean the space outside the white forum background - the solid dark black...  its caused because the wp theme is adding 20px of padding at line 30 of the layout.css file

#toolbar, #header, #footer, #content, .mod-box {
    background: url("../images/section.png") repeat scroll 50% 50% transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
    padding: 20px;
}

this largely drives it, but not completely..

if you are talking about the empty space just inside the forum white background before the black border, well of course, as that is the design element...  you can make the change he recommends to see what it looks like, but I wouldnt do it - looks kind of whacky... especially with rounded borders...

so, sorry, can you please elaborate on #3 with what you want to do???

and please elaborate on #1 and #2...  do what with bold???  and do you have an example of #2?

 

Avatar
Meztli
Sweden
Member
sp_UserOfflineSmall Offline
Jan 8, 2013 - 1:08 am

Hello guys,

You are correct Mr Papa. I did mean the the space outside the white forum background – the solid dark black. So it´s from my Yootheme. Why do they always try to blame others?

If you check out http://friskyttarna.eu/forum/n.....er/#p32927 there is 3 images showing of the issue with text not being visible when the user formating with bold.

In the forum post below the example above, you see what i did mean with nr2.

 

Best regards

Thomas

 

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jan 8, 2013 - 2:50 am

To be able to help identify the 'bold' problem we would need to be able to see an actual post so that we can take a look with the firebug CSS tools.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Meztli
Sweden
Member
sp_UserOfflineSmall Offline
Jan 9, 2013 - 4:31 am

Yellow Swordfish said
To be able to help identify the 'bold' problem we would need to be able to see an actual post so that we can take a look with the firebug CSS tools.

Hi Andy,

Here you go: http://friskyttarna.eu/forum/n.....er/#p32998

This forum post showing two examples:

  1. Bold not visible
  2. Bold + italic visible

Thank you in advance!

Cheers

Thomas

 

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jan 9, 2013 - 5:27 am

This really is a case of your WP theme defining global rules that will effect everything, everywhere, instead of targeting them properly.

The base.css file of your WP theme defines the following rule:

strong {
    color: #FFFFFF;
}

which means that EVERY piece of text tagged with 'strong' will display in white! Now - maybe you want that to be the case for most of your site but clearly in the forum it is overriding the forum styling. So try adding something like this:

#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent strong {
    color: #000000;
}

which should change this to black - or change to whatever colour you choose.

 

 

andy-signature.png
YELLOW
SWORDFISH
Avatar
Meztli
Sweden
Member
sp_UserOfflineSmall Offline
Jan 9, 2013 - 1:40 pm

Yellow Swordfish said

#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent strong {
    color: #000000;
}

 

Andy, you are my hero. Above string solved the bold issue.

You guys simply rock!

Cheers

Thomas

 

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Jan 9, 2013 - 1:48 pm

Excellent. Glad to help.

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