Search Results for 'code'
-
Search Results
-
Topic: Modifying colors
Greetings from Vancouver, B.C.
I’ve installed the BBPress plugin and want to modify the ‘light blue’ and ‘yellow’ text block colors on the following page.
http://participatorydemocracy.ca/forums/forum/test-forum
I followed plugin >> bb press >> bbp-twentyten >> css >> bbpress-rtl and bbpress.css
Using Firebug I located in the css where (I thought) I would modify the colors but when I looked in both bbpress-rtl and bbpress.css there was no matching code, at least that I could find.
Same for . . .
http://participatorydemocracy.ca/forums
which I want to modify the header to match the rest of the website.
Any suggestions would be grateful . . .
Topic: Remove toast/notice
I find the bbp-template-notice
This forum contains 5 topics and 7 replies, and was last updated by author 5 days ago.quite annoying.
How do I remove such notices?
Topic: CSS display: none question
Where is bbPress’s style sheet?
Simple question, yes, but after having looked through all the child theme stuff, I’m expecting a very complex answer.
I’m simply trying to change the size and shape of the login widget’s text fields. It’s not fitting in my theme’s sidebar. (The theme that I use is Dandelion v268.) This has turned into a long-winded goosechase of installing and uninstalling theme files, templates, changing obscure comment fields, etc. I simply want the style sheet and change bbp-username’s style. That’s all. Help?
I have WordPress with bbPress 2.0 installed as a plugin. I’m looking for some basic functionality:
1. The ability to upload an avatar from the front-end, so the WordPress back-end can remain hidden
2. Topic and forums icons that can change depending on whether the user has read the topic(s) yet
3. Signature and custom bbcode support.
I can’t seem to be able to add any real functionality to bbPress simply because bbPress isn’t the stand-alone version. There is no page to activate bbPress plugins that I downloaded, so what do I do? Without plugins, bbPress is nearly useles…
Created page – support – and assigned it as the forum base. Then added the short codes:
[bbp-forum-index]
[bbp-single-forum id=$forum_id]
[bbp-topic-index]
[bbp-topic-form]
[bbp-single-topic id=$topic_id]
[bbp-topic-tags]
And get a fatal error when trying to view page http://blog.webactivedirectory.com/support/
Created a new page customer-support with the same short code and renders exactly as planned. http://blog.webactivedirectory.com/customer-forums/
Switch the forum base to “customer-support” on the settings page and that page has fatal error and support page renders correctly.
I played with the short codes and pages do not get fatal error when only using:
[bbp-forum-index]
[bbp-topic-index]
But the page does not render correctly.
Am I missing something completely?