- This topic has 11 replies, 3 voices, and was last updated 8 years, 4 months ago by
Tom.
-
AuthorPosts
-
July 21, 2014 at 1:00 pm #5234
Dominik Günder
I tried to change the background color for my site but it keeps staying white. Also i tried to change the font size for the title of my posts but they keep really small.
I Can change the font type using the typo plugin but the size does not increase while setting the value up. Also it does not react on “bold”.
Please take a look: http://home.guender.net/
Thanks in advance
July 21, 2014 at 1:05 pm #5236Tom
Lead DeveloperLead DeveloperHi there,
At first glance it looks like a plugin named “forum-server” is overwriting the styles set by GeneratePress.
The plugin shouldn’t be:
1) including it’s styles on every page, even if not on the forum
2) creating styles for general elements likebody
andp
May I suggest giving bbPress a try? It’s pretty awesome and created by some of the core developers of WordPress. We’re using it here.
Let me know,
TomJuly 21, 2014 at 1:12 pm #5237Dominik Günder
Oh true, forum server overwrites all styling i see.. Well that solves a lot of problems i had lately.
Do you know if bbpress supports a better Editor for posting?
July 21, 2014 at 1:24 pm #5246Tom
Lead DeveloperLead DeveloperHmm this seems to be the best one I could find: http://wordpress.org/plugins/bbpress-enable-tinymce-visual-tab/
Tom
July 21, 2014 at 1:51 pm #5253Dominik Günder
Now that’s what i call support.
Once again saved my day!
July 21, 2014 at 2:27 pm #5275Dominik Günder
Okay, it’s me ahain, the first day user. 🙂
I followed your advice and installes bbpress now. It’s running nice but i did not yet manage my forum overview page to displayed as a one column page yet.
Do you have any advice for me?
July 21, 2014 at 2:32 pm #5282Tom
Lead DeveloperLead DeveloperHi Dominik,
bbPress acts as a blog index when that page is called through the bbPress settings, meaning the “Blog Layout” option in the “Layout” section controls the layout of the forum.
This can be kind of annoying and I’m definitely looking into writing some functions that would allow people to choose the layout for the forum without having to add another option to the Customizer (don’t want to overcrowd it).
Let me know if you have any questions,
TomJuly 22, 2014 at 2:02 am #5519Dominik Günder
Hey there,
i reconfigured my page so i only have two column, that seems to solve most problems.
But still: It seems that i’m not able to change the forums style at all. I copies bbpress’s template files to generatepress folder and the folder of my generate-press-child theme “forefront” because i did not know what place the correct location was.
The forums looks still very very small:
http://home.guender.net/forum/It’s embedded by using the short code inside the page.
It seems that nothing i change inside the css has an effect.
Is this a bbpress related issue or do i have a problem with my child theme? Or is it me who is simply too noobish? 🙂
Thanks in advance.
July 22, 2014 at 3:55 am #5558Dominik Günder
Hey, it’s me again.
I think i fixed it. Looks much better now. It’s poison for bbpress using webfonts for “body”..
Best regards,
D.July 22, 2014 at 9:32 am #5609Tom
Lead DeveloperLead DeveloperHi Dominik,
Glad you fixed it – your website looks great!
Tom
July 4, 2015 at 1:12 pm #118643Parinda
Is there a simple way to decrease the post title font size?
July 4, 2015 at 9:57 pm #118696Tom
Lead DeveloperLead DeveloperGive this CSS a try:
h2.entry-title { font-size: 20px; }
Adjust as needed 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.