Forum Replies Created
-
you could try going back a version
see
for quite a good video on how to do it
In reply to: WP 4.0 update and bbpress returning 404ok, lets see if it is a theme or plugins issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
upgrading to wp 4.0 has caused some issues with bbpress and some themes and other plugins
I’d see if this is the case for you, so as a test try
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: Duplicate BreadcrumbsGlad you found some stuff I have written useful
Unfortunately to get to the level you want to you will need to start dabbling with code
should help you.
Breadcrumbs
but hiding the breadcrumbs per the directions didn’t work for some reason.
You’d need to tell us what you did to help you further
Forums name
That initial breadcrumb belongs to your theme, so you’ll need to query it with your theme provider.Any idea how long it’s going to be before Live Preview is ready for prime time?
that code is written by a private individual, so no-one but him can say when it would be live, and I don’t know if it works !
Finally, how do I make the posts and the editor wider. Is that CSS controlled by my theme or bbPress?
theme !
Have you run all the tools?
Dashboard>tools>forums>repair and run one at a time
In reply to: Topics Exist But Won't Showyes you can
see
for quite a good video on how to do it
In reply to: The Link "Forum" not shownIn reply to: Topics Exist But Won't Showwordpress 4.0 broke some things with themes and bbpress!
In reply to: Page not found 404ok, thanks for letting us know
In reply to: Page not found 404Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: Topics Exist But Won't Showthanks, glad you’re sorted
In reply to: Weird Configuration MessageThis is a message from your theme I suspect, and may explain why you’re getting the [continue reading] box, which is definitely theme related.
Suggest you contact your theme provider
In reply to: Topics/Replies no longer show upI can’t even update my theme due to restrictions in the new template so I’m stuck!
Can you explain further why you can’t update your theme
In reply to: WP 4.0 update and bbpress returning 404ok, can you try resetting your permalinks
dashboard>settings>permalinks
change from whatever they are set to to something else, save and then reste them back and save.
Come back with the result
In reply to: Per Forum Permissions by Group@markthedoc – you’re welcome
In reply to: How to reset loop? 2 loops on 1 pageok, sorry you’ve exhausted my knowledge 🙂
In reply to: My impressions so farPeter – thanks fro posting that feedback
In reply to: Topics/Replies no longer show up@tonydes – can you try changing them to something else and click save, and then immediately change them back again, and see if this makes a difference. This seems to help some
In reply to: Topics/Replies no longer show upwhat is your setting in
dashboard>settings>permalinks
In reply to: Topics/Replies no longer show upTry
Dashboard>tools>forums>repair and run one at a time
In reply to: WP 4.0 update and bbpress returning 404ok, so the permalink for the 19th hole from your sidebar is
http://straight-talking-golf.com/members/stg/forums/forum/19th-hole/
can you go into
Dashboard>forums>all forums and select edit for the 19th hole
You’ll see under the title the permalink, come back and tell us what it says
In reply to: Page not found 404@stg – then it is probably a plugin conflict.
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: WordPress 4.0 Broke BBpressStephen,
The issue seems to be when permalinks are set to default (whether plugins are contributing or not I don’t know), but on this other thread we have another two who ‘fixed’ the issue by going away from default permalinks.
In reply to: How to reset loop? 2 loops on 1 pageInteresting… WP_query has a tag parameter, lets try resetting that
Try
if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'paged' => 1, 'posts_per_page' => $number_of_topics, 'tag' => '') ) ) : bbp_get_template_part( 'loop', 'mytopics' ); else : bbp_get_template_part( 'feedback', 'no-topics' ); endif;That for posting Kona, and let us know what comes back