-
@mercime replied to the forum topic Trying to implement buddypress into my current wordpress theme in the group Creating & Extending 12 years, 2 months ago
@guitaragora Open up permalink.php from wp-content/themes/wallbase/members/single/activity/permalink.php
At the very top of the file, replace
?php get_header( 'buddypress' ); ?
with what I posted above for […] -
@mercime replied to the forum topic Trying to implement buddypress into my current wordpress theme in the group Creating & Extending 12 years, 2 months ago
@guitaragora double-check in Appearance > BP compatibility that you did Not disable JS, otherwise there’ll be issues like you mentioned above.
-
@mercime replied to the forum topic [Resolved] Trying to implement buddypress into my current wordpress theme in the group Creating & Extending 12 years, 2 months ago
@guitaragora for example, /members/index.php file, change
to
at this point, the revised title would be somewhere in the structure like so
<div class="post" id="post-">
so you move it to above
like so
<div class="post" id="post-">
-
@mercime replied to the forum topic Trying to implement buddypress into my current wordpress theme in the group Creating & Extending 12 years, 2 months ago
@guitaragora Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your wallbase theme folder in server during the compatibility process.
If you’ve […]
-
@mercime replied to the forum topic [Resolved] Trying to implement buddypress into my current wordpress theme in the group Creating & Extending 12 years, 2 months ago
@guitaragora yes, that’s a nice theme on the front end. I may be wrong, but I’ve heard that web2feel themes have base64 encodes and that would not be kosher to use. Just in case I’m wrong, we could start step 3 […]
@guitaragora
Not recently active