• Resolved knarmstrong83

    (@knarmstrong83)


    I am having a beast of a time figuring this out!!! The problem seems to stem with compatibility with Nouveau. I have seen this question a couple places, but haven’t seen an answer, just closed topics. One topic had the answer that it was getting fixed, but that topic was closed without anything further 2 years ago…

    When I “inspect element” to find the problem I see:
    NOW: <div class=” -meta action”>
    SHOULD BE: <div class=”activity-meta action”>

    that word “activity” before -meta seems to be the key to making the pretty nouveau buttons pop up. When I test run adding the word “activity” in there all is well with the world…but making it a real change and not just a code test change is my issue.

    seems to maybe stem from this little nugget being missing from the nouveau entry.php file
    MISSING:<div class=”activity-meta”>

    but I could be totally wrong about that! This is not my strong suit!

    As a work around, I have created
    “mytheme”/buddypress/activity/entry.php and copied the legacy entry.php file in there, so I can still generally run nouveau, but the buttons below the activity content in this shortcode aren’t a nightmare of odd confusion.

    so I’m asking:
    1) am i missing something?
    2) is there a workaround I could use to get the pretty nouveau buttons to show up (as they’re supposed to and like they do on the main activity feed page)
    3)is there just some code or something I can use to replace all instances of <div class=” -meta action”> with <div class=”activity-meta action”> sitewide…I’m pretty sure this would solve the problem, but I’m not great at this so I’m not sure that’s even possible.

    Thank you in advance for your time!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor BuddyDev

    (@buddydev)

    Hi knarmstrong83v,
    I am sorry for the inconvenience.

    This plugin is not compatible with BP Nouveau. The way Nouveau handles list and generate classes does not work with it.

    The problem is if you include the activity list on any other page other than Activity Directory/User Activity/Group activity page, the current markup for nouveau will not generate proper classes. It is way to complicated to override and be compatible at the same time.

    Since BuddyPress will be providing block in next release for activity, We hope they will look into making it more flexible. Till then, I will update the readme to mark it more prominently in future and avoid any issue.

    I am sorry for the inconvenience.

    Regards
    B

    Thread Starter knarmstrong83

    (@knarmstrong83)

    Thank you. Hope it can get fixed with the new update!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nouveau activity loop Help- Found the question, don’t really see an answer’ is closed to new replies.