• Hi,
    I have this plugin installed and it works perfectly in both groups/index.php and groups/single/home.php. My issue is in an additional groups loop I’ve added to my home page. Looking at my source code, the entire <div class=”group-subscription-div”> appears and looks identical to the code on the functioning pages. However, the css and js fail to load.

    Do you have any suggestions for what might be lacking in my theme that is causing the css and js not to load? Could it be because this is my home page and exists outside of the groups folder?

    Thanks!
    Amanda

    http://wordpress.org/extend/plugins/buddypress-group-email-subscription/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Boone Gorges

    (@boonebgorges)

    Yes, that’s the reason. (It’s a feature, not a bug: we’re trying to be polite by not loading the scripts/styles when they’re not needed.)

    You’ll have to enqueue the scripts yourself. You’ll want something like the following:

    [Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

    Thread Starter wyrmwyrx

    (@wyrmwyrx)

    Thanks … I’ll give it a go!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: BuddyPress Group Email Subscription] bp default child theme issue’ is closed to new replies.