Viewing 1 replies (of 1 total)
  • Plugin Contributor @mercime

    (@mercime)

    there is no Admin Panel on the Top of my Page

    Can only guess based on the image link that your theme is lacking the closing wp_footer tag before the closing </body></html> tags. Open up your theme’s footer.php and last three lines should look something like this:

    <?php wp_footer(); ?>
    </body>
    </html>

    Followed the “BuddyPress Theme Compatibility” instructions etc

    After you activated BuddyPress, did you go through the Installation Wizard Process? Have you since then double-checked in wp-admin BuddyPress > Pages if the BP components are associated with Pages?

    After you ran Appearance > BP Compatibility, did you check in your server whether you have the following BP folders in your egw2l theme folder: /activity, /blogs, /groups, /forums, /members, and /registration?

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: BuddyPress] No Adminbar / Broken Sites’ is closed to new replies.