Search Results for 'code'
-
Search Results
-
Topic: Topic View problem
This has been a difficult one for me. I have multiple forums on my site dealing in multiple categories.
When I click any of the forums to view topics there are topics from other forums showing. exampleForum A
topic 1 (has)
topic 2 (has)Forum B
topic 1 (has)
topic 2 (has)when clicked Forum B to view topics, forum A topics show up like so
Topic 1 (from forum A)
Topic 1 (from forum B) {organized according to freshness }
Topic 2 (from forum A)
Topic 2 (from forum B)What I want is when clicking forum A (or B) you see
Topic 1 (from correct forum only)
Topic 2 (from correct forum only)Now the topics being organized according to freshness I thought it was a freshness issue so I went changed some loops. I had no luck getting this not to happen. I have removed the freshness from every loop and every content then returned them to normal having no results.
If this is related to freshness then I am having a problem getting bbpress to read the custom loop-“tag”.php I have them placed in childtheme>bbpress which is how I was told this worked from the duccumentation. You can see the specific problem on this pageTopic: Logout Shortcode
I want to add a logout option to my login page. I see the login shortcode. How can I add logout? Thanks.
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!
Nils