Nouveau activity loop Help- Found the question, don’t really see an answer
-
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!
- The topic ‘Nouveau activity loop Help- Found the question, don’t really see an answer’ is closed to new replies.