Search Results for 'code'
-
Search Results
-
I’ve searched these forums and found mostly technical replies from developers (I’m semi-technical so making up some code from scratch and knowing where to stick it is out of my league).
I’ve tried “Everything Search” which does not index topics.
I’ve tried free “Relevanssi” search which has a check-box for tpics but shows them as “not public” (https://wordpress.org/support/topic/does-relevanssi-search-include-bbpress-forms-topics-and-replies?replies=3)
I’ve tried various snippets that I found via google search – each with additions to functions.php a couple don’t work, and a third actually works, but it blanks-out the topic pages (the page is still there but the text of the topic and replies is missing).
I’ve enabled Jetpack “omnisearch” which has no options but still doesn’t show the topics in the search results.
Please point me to where I can find information to modify my WordPress, Theme, or BBPress installation so that search results from the main form include topics!!!
Thank you!!!
L
P.S. My website http://www.hippressurecooking.com – I have lots of forum topics discussing Christmas Puddings but if you search for “pudding” on the main website all you get is the posts & pages with the word “pudding” and none of the topics with valuable info.
P.P.S. I have search enabled in the forums, but in addition to that I would like the results all in one place from the basic WordPress search that shows up on every page.
Hi, I’ve changed the background color in my bbpress forum but for some reason the background color is not affecting the padding (or so it seems). I’ve searched online and found I may need to add overflow:hidden and even overflow:auto. I’ve tried to add this to many many variations and combinations of IDs and CLASSes (there are so many!) but I can’t figure it out.
I’m using a child theme from the 2014 WordPress theme but didn’t change too much.
My forum is at: http://www.pippenings.com/rv-living/rv-motorhome-life-forum/
Here is the CSS styling I’ve added to the forum so far (minus the child theme’s styling which was mostly used for changing colors…)
Can you please help me out?
#forums-list-0 .bbp-forum-title { font-size:1.6em; text-decoration:none; } #forums-list-0 .bbp-forum-title a:link { text-decoration:none; } #entry-content #bbpress-forums { background-color:#232d36; overflow:auto; } #bbpress-forums ul, #bbpress-forums li { background-color:#232d36; overflow:auto; } #bbpress-forums ul.bbp-replies, bbp-body, #bbpress-forums p { background-color:#232d36; } #bbpress-forums ul.forums-list-0 li.bbp-body { background-color:#232d36 !important; overflow:auto; }Very strange! I was setting up my new forum (newest WP, newest bbpress) and the subforum pages are looking just fine. Also the topic pages looked good – until recently. Now, the topic page is only displaying the core content (starting with the breadcrumb-path of the forum topic), but no design at all!
When I look at the sourcecode of a topic page, it starts like this:
<div id="bbpress-forums">
<div class="bbp-breadcrumb">Where is all the beginning of the page, with the usual html elements for the page design?
I activated another theme and it has the same problem.
Do I have to reinstall bbpress?Unfortunately, I cannot post a link here, the forum is only visible for logged-in users.
Thanks for any help!
NilsI’m trying to integrate bbPress with Jetpack Markdown.
The problem I’m having is the formatting of the saved data.
If I leave bbPress as is.The fenced code blocks with the three back-ticks get all screwy. I’ve found this is because of the bbp_code_trick() function on the bbp_new_reply_pre_content filter.
If I remove that filter the fenced code block works, but the inline code doesn’t. Somewhere the & character is being escaped to & and messing everything up. For instance, instead of < it ends up being saved to the database as &<. I cannot find where this is happening.
The only plugin I found so far that could be of use is the BadgeOS plugin and BadeOS Community Add-on. But I want the badges to appear under the users avatar, for example like under my avatar on this page that I am posting a topic in.
I asked for some help here, and they provided some code which I dont know how to make use of it : https://wordpress.org/support/topic/how-can-i-get-badges-to-appear-under-users-avatars-in-forum-topics?replies=3#post-6301447