Replies
- Philippe on February 24, 2020 at 8:13 am in reply to: [Resolved] BuddyPress Activity Shortcode exclude #27882
Hi Brajesh,
Thank you for the fast answer. I use this shortcode:
[activity-stream title="" scope=groups max=5 action=activity_update]
It works fine. Only posts are shown now.
If somebody posts something with an image attached (I’m using mediapress), the post is not shown.Do you know how I could include these posts with images?
- Philippe on January 10, 2020 at 10:34 am in reply to: [Resolved] Mediapress open document in new window #27294
Thank you very much. That worked.
In my case the path was:
currently active theme/child theme)/mediapress/default/buddypress/activity/views/grid-doc.php
- Philippe on December 13, 2019 at 3:16 pm in reply to: [Resolved] Hide in BuddyPress Activity ShortCode #27020
Thank you.
That css selector worked.
Regards
Philippe - Philippe on December 12, 2019 at 3:40 pm in reply to: [Resolved] Hide in BuddyPress Activity ShortCode #27015This reply has been marked as private.
- Philippe on December 12, 2019 at 12:25 pm in reply to: [Resolved] Hide in BuddyPress Activity ShortCode #27010
Hi Brajesh,
Thank you for your work.
The css is not working. I pasted it into my custom css but it has no outcome.
I tried the following css:
#activity-770 > div.activity-content > div.-meta.action
But that only hides the area from a specific activity. The problem also is that I only want to hide it from one list and not when the acivity is part of the normal buddypress stream.I also tried this selector which didn’t work:
div.textwidget > #buddypress > bpas-shortcode-activities activity shortcode-activity-stream > #activity-stream > groups activity_update activity-item > div.activity-content > div.-meta.action {}