Customizr and Buddypress compatibility
-
Hi
Nice theme here.
I’m trying to setup a buddypress community using customizr.
As per 1.7 buddypress version, it is compatible with almost every themes.
Customizr is no exception although there’s the need to adjust page templates to Buddypress pages.
I’ve been looking around customizr templates and found that page templates are more complex than what I’m used to (I’m not a coder just a somehow experienced WP user with some websites built one of them a buddypress community).
As far as I could understand Buddypress pages in customizr are built under other than theme’s previewed cases.
Eg. the file post-list-header.php located at parts makes use of this part of the code to put the tilte:else : _e( 'Archives', 'customizr' ); endif; ?></h1>
This is the last option to select a title for the page which doesn’t match with any previously coded.
The solution for this comes by building one or several specific templates to be used by Buddypress and place them at a child theme.
Since customizr has its own template structure such as main templates and parts templates, what would be the best aproach to adjust the theme without loosing the responsive features of the theme?
1- Build templates from scratch?
2- Include in the conditions the Buddypress posts?
3- Simply adjust at main templates and parts the else case (when it’s not none of the previously mentioned)?This post at Buddypress support, mentions buddypress theme compatibility.
https://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/
- The topic ‘Customizr and Buddypress compatibility’ is closed to new replies.