BuddyDev

Search

[Resolved] Activity Shortcode PLugin – Group activity issue

  • Participant
    Level: Initiated
    Posts: 2
    Nicole on #16073
    This reply has been marked as private.
  • Participant
    Level: Initiated
    Posts: 2
    Nicole on #16074

    Sorry,
    I made the last post private. Let me make it public in case someone else tests it out and gets the same outcome:

    Hi.
    I love this plugin. Thank you for creating it.
    One glitch that’s happening is when a emoticon symbol, say a 🙂 is inserted in the post, when the post is entered, the symbol is HUGE like 2000×2000 huge!

    Any thoughts?

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #16077

    Hi Nicole,
    Thank you for using the plugin.

    The problem seems to be with the theme’s css.

    you can still fix it by putting the following line in css

    
    .activity-inner .emoji {
      max-width: 32px;
    }
    
    

    You can add the css by going to Dashboard->Appearance->Customize->Addistionla CSS section.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 19
    Harry on #16089

    Hi Brajesh,

    First of all, amazing job! This has taken my website visually to the next level.

    I had some problems initially, probably because I hadn’t written the shortcode correctly. Funnily, it seemed to be working in the end anyway. I have fixed it now, but I just would like you to confirm that I’m using the correct shortcode. This is for the group with the slug “games” and id 2.

    [activity-stream object=groups for_group="games" primary_id=2 allow_posting=1 per_page=20]

    Apart from that, there’s only one issue. I noticed that the plugin doesn’t work for the admin. When I visit a page as admin and try to post, the “Post in” dropdown menu is there. Practically it is not a problem at all; when I want to post something I’ll choose the group. I’m only concerned if it means that something isn’t right, maybe some conflict with a plugin, which might cause future problems. Is it normal that it doesn’t work for the admin? Thanks!

    Regards
    Harry

    • This reply was modified 5 years, 9 months ago by Harry.
    • This reply was modified 5 years, 9 months ago by Harry.
    • This reply was modified 5 years, 9 months ago by Harry.
  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #16095

    Thank you Harry.

    The shortcode is correct but you don’t need both of these

    
    for_group="games" primary_id=2 
    

    Either the for_group or primary_id will work. The for_group overwrites the value of primary_id.

    For me, It works for admin too, I don’t see an issue. Please check for javascript error in console and see if you can find something.

    Thank you
    Brajesh

  • Participant
    Level: Initiated
    Posts: 19
    Harry on #16100

    All right, I removed the primary_id part.

    About the admin problem, I checked it on other browsers and it worked fine, so it was a Safari issue. I emptied caches and now it works fine on Safari too. Thanks for helping out and again many thanks for the plugin. Marking this as resolved.

    Regards
    Harry

  • Participant
    Level: Initiated
    Posts: 19
    Harry on #16101
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #16103

    Thank you Harry.
    I sincerely appreciate the gesture.

    I am grateful that you were understanding and patient.

    I don’t have any donate link. Please don’t feel obligated to pay. I sincerely appreciate the gesture though.

    In future, if you need any of our custom plugin, you may purchase it. Please do not feel any obligation though.

    Thank you
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 53
    David Levi on #16106

    Couldn’t get it to work here is an example of what I am doing:

    [activity-stream show_hidden=1 pagination=1 load_more=1 display_comments=threaded primary_id=5 for_group=type-of-cancer object=groups action=activity_update allow_posting=1]

    Still showing the drop down menu to select where to post too.

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #16107

    Hi David,
    Please make sure to clear browser cache. If you are using a caching plugin, please do clear browser cache there too.

    The solution is implemented using javascript. Old cached js might cause the issue.

    Please try it and let me know if it works for you or not?

    Also, for_group=type-of-cancer is enough, there is no need for primary_id if you specify the slug.

    Regards
    Brajesh

The topic ‘ [Resolved] Activity Shortcode PLugin – Group activity issue’ is closed to new replies.

This topic is: resolved