Search Results for 'code'
-
Search Results
-
This is my website: http://ecoperate.com, WordPress version is 4.0.1 and bbPress version is 2.5.4.
I have two forum groups running on my website (‘Opportunities’ and ‘Forum’); both of them highlight a different item in the menu when they’re active. Now, what I can’t manage to do is highlighting the respective menu items in the forum topics. At least not in a way they can tell the parent forums apart.
This works perfectly:
.single-topic .genesis-nav-menu .menu-item-71 > aWith the exception that only ONE of the menu-items is highlighted for every single topic (71 refers to menu item ‘Opportunities’). What I want to achieve is differentiation, by somehow linking the single-topics to the right parent forum. How can I do this?
Any help would be greatly appreciated! 🙂
Thanks,
Rosa
<div class="support-topics">[bbp-single-forum id=383269]</div>The above shortcode only works in http mode and not https mode. It stops the entire page content from rendering in SSL mode only.
Nope, this is not an HTML or CSS issue.
Any ideas?
Topic: Import Forums
Maybe I’m blind but …
I’ve just installed bbPress plugin to my WP, with the idea to import Mingle forums but “Getting There” is not getting me anywhere as there is no Import Forums tab.
The only tabs there are All Forums and New Forum

Am I in the wrong place or…?Help please! 🙁
Topic: Adding Custom View Shortcode
Hi Guys,
I am trying to have a page in WordPress which shows two sections:
1) posts with 20 or more replies
2) posts with 19 or less repliesI have created a page with the following shortcodes:
[bbp-single-view id="twentyplus_posts"]
[bbp-single-view id="lesstwenty_posts"]I have added the following into my themes functions.php file:
// Add Custom View - Forum Home add_action( 'bb_init', 'view_twentyplus_posts_init' ); function view_twentyplus_posts_init() { $args = array( 'post_count' => '>19' ); bb_register_view( 'twentyplus_posts', __('Popular Posts', 'example'), $args, false ); } add_action( 'bb_init', 'view_lesstwenty_posts_init' ); function view_lesstwenty_posts_init() { $args = array( 'post_count' => '<20' ); bb_register_view( 'lesstwenty_posts', __('Forum Posts', 'example'), $args, false ); }However all I get in response is:
Oh bother! No topics were found here!
Oh bother! No topics were found here!
Any idea what I am doing wrong here?
For those who have been asking a new plugin which hopefully will help
https://wordpress.org/plugins/bbp-style-pack/
Changing style items – now in this plugin so no need to create child themes and post complicated code into style sheets
Changing how the forum looks, the most asked for items, such as vertical sub forums, hiding counts, adding ‘create new topic’ links, removing ‘private’ prefix, adding forum descriptions, changing breadcrumbs and more
Login – create simple menu items to help with logging in, registration and changing profiles
Shortcodes – 3 useful new shortcodes to help your display
Feedback both positive and ‘needs improvement’ welcomed !