ying-sun
Forum Replies Created
-
Forum: Plugins
In reply to: [bbp style pack] [bsp-display-forum-index] showing all forumsnever mind, i found the old thread where i figure out this same problem. 😊
https://ww.wp.xz.cn/support/topic/customize-root-page/?replies=8#post-7946640
Forum: Plugins
In reply to: [bbp style pack] customize root pagei figured it out! i just took this part of the shortcode script:
function bsp_display_selected_forum($attr, $content = '' ) { ... // Filter the query if ( ! bbp_is_forum_archive() ) { add_filter( 'bbp_before_has_forums_parse_args', 'bsp_display_forum' ) ; }and commented out the if statement:
// if ( ! bbp_is_forum_archive() ) { add_filter( 'bbp_before_has_forums_parse_args', 'bsp_display_forum' ) ; // }problem solved!
Forum: Plugins
In reply to: [bbp style pack] customize root pagesure: here you go.
Forum: Plugins
In reply to: [bbp style pack] customize root pagewell, then the shortcodes just stop working, like this.
Forum: Plugins
In reply to: [bbp style pack] customize root pagehi. sorry for the slow response; i’ve been out of town.
these are the plugins i’m using:
ACTIVATED
- Advanced Custom Fields
- amr shortcode any widget
- BAW Login/Logout menu
- bbp style pack
- bbPress
- bbPress Like Button
- BP Blog Author Profile Link
- BuddyPress
- BuddyPress Activity Comment Notifier
- BuddyPress Sitewide Activity Widget
- Calendarize it! for WordPress
- Duplicator
- Enable Media Replace
- Fusion Core
- GD bbPress Attachments
- Import users from CSV with meta
- jonradio Private Site
- LayerSlider WP
- MAYO – Login Screen
- Per page head
- Redirection
- rtMedia for WordPress, BuddyPress and bbPress
- Slider Revolution
- What’s Hot Activity Tab for BuddyPress
- YOP Poll
- Z-URL Preview
DEACTIVATED
- Akismet
- Hello Dolly
- Hide Admin Bar and Toolbar
- PHP Code for posts
i tried switching to a default theme and deactivating most of the plugins:
ACTIVATED
- bbp style pack
- bbPress
- BuddyPress
- Fusion Core
- LayerSlider WP
- Slider Revolution
DEACTIVATED
- Advanced Custom Fields
- Akismet
- amr shortcode any widget
- BAW Login/Logout menu
- bbPress Like Button
- BP Blog Author Profile Link
- BuddyPress Activity Comment Notifier
- BuddyPress Sitewide Activity Widget
- Calendarize it! for WordPress
- Duplicator
- Enable Media Replace
- GD bbPress Attachments
- Hello Dolly
- Hide Admin Bar and Toolbar
- Import users from CSV with meta
- jonradio Private Site
- MAYO – Login Screen
- Per page head
- PHP Code for posts
- Redirection
- rtMedia for WordPress, BuddyPress and bbPress
- What’s Hot Activity Tab for BuddyPress
- YOP Poll
- Z-URL Preview
i still got the same result.
Forum: Plugins
In reply to: [bbp style pack] customize root pagehi. i tried it with twenty fourteen, twenty fifteen, and twenty sixteen, and got the same result each time. it doesn’t seem to be a theme issue. can you help with this?
thanks!
Forum: Plugins
In reply to: [bbp style pack] customize root pagesorry. the difference is that the one with more forums has the exact same set of shortcodes and the same shortcake options:
[bsp-display-forum-index forum= ’93, 85, 87, 89, 91′ search=”no” breadcrumb=”no”]
[bsp-display-forum-index forum= ‘285, 282’ search=”no” breadcrumb=”no”]
[bsp-display-forum-index forum= ’83’ search=”no” breadcrumb=”no” breadcrumb=”no”]
but on the one with more forums, each shortcode is displaying ALL the forums, even though the shortcode options limit it to a specific few forums.
the one showing all the forums is the root page. i assume this is the difference, but i don’t know why. i want the root page to display like the first image.
is that clear?