• Resolved Anna B

    (@annabwashere)


    How do I add HTML/CSS before and after Buddypress templates?

    I’ve managed to add divs in group-events.php which made the content fit nicely into the rest of my theme but for files like profile.php, my-events.php, etc, there doesn’t seem to be a way to do that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    at the moment you can modify template file under events-manager/templates/buddypress

    to use templates: https://wp-events-plugin.com/documentation/using-template-files/

    eg. wp-content/themes/Your Theme/plugins/events-manager/buddypress/profile.php

    Thread Starter Anna B

    (@annabwashere)

    How do I modify my-events.php:

    <?php
    
    em_events_admin();

    I’m unable to add a div container around it like I was able to in group-events.php.

    For example, I can’t style the h3 tags like My Events, Events I’m Attending, etc or the “You are currently viewing your public page, this is what other users will see.” notice.

    • This reply was modified 5 years, 7 months ago by Anna B.
    • This reply was modified 5 years, 7 months ago by Anna B.
    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can check php file under events-manager/em-template-tags.php then search for em_events_admin()

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding HTML before and after Buddypress templates’ is closed to new replies.