Search Results for 'code'
-
Search Results
-
Topic: Child theme doesn't work
I have created a child theme to my Twenty Eleven theme and it is active. But when I want to do changes by inserting code right under the code sector that ends with:
……
@import url(“../twentyeleven/style.css”);it does not take action.
For instance, I want to change the font size in a bbPress forum by putting in:
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
font-size: 18px;
margin: 5px 0 5px;
padding: 0;
word-wrap: break-word;
}but nothing happens.
What is wrong?Hi,
I’m quite new to bbpress and trying to set up a forum. Now there’s a problem, the forum description is only shown at the single forum pages (after I edited the code using the bbpress documentation), but it’s not shown on the main forum index page, although the documentation says it has to be.
Look for yourself, but please be nice, it’s still under construction and looks like a mess:http://www.thespiritualpath.de
Could anyone help me please? I’m able to alter code if I have a template, but I’m not a programmer, so please try to explain what to do for beginners. 😉
I forgot to mention, category descriptions are shown, but not forum descriptions.
Thanks in advance.My objective is to not use the standard forum root index page that is auto-created and instead use a WordPress page with forum shortcodes.
The auto-generated forum root page is here: http://thirdscribe.com/cafe
and I would much rather use this page here: http://thirdscribe.com/cafe-forums
I have not had any success in customizing my root from the settings panel where it says: “Customize your Forums root. Partner with a WordPress Page and use Shortcodes for more flexibility.”
Failing the ability to use the WP page with shortcodes, I would like for the sub-sub forums to be shown, as well as the text descriptions for everything, in the root index. This forum supports a book network, and to have the subgenres showing under the genres is pretty important. Again, I would prefer to just use the page generated using the shortcodes, but I’ll accept just getting the subgenres and descriptions to show.
This is my first time using bbPress — I like it and like the back end administration, but I REALLY need to be able to show more information on this forum page.
I am running WP 3.8.1, Buddypress 1.9.2, and bbPress 2.5.3
Any help or suggestions appreciated.
Using shortcode [bbp-single-topi id=xx].
Page looks like this: http://screencast.com/t/eo3RUhcczzyW .
How to fix the layout?Thank you.