Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Website Setup › Emails › Grimlock for BuddyPress issue
- This topic has 5 replies, 3 voices, and was last updated 3 years, 2 months ago by
Manathan.
-
AuthorPosts
-
NiftyParticipant@niftythree
- 31 Topics
- 142 Posts
Hi,
We just wanted to inform you that there is an issue with the Grimlock for BuddyPress plugin, at the request of BuddyDev. In particular, when using the BuddyPress Moderation Tools plugin and using the “Disable message send and receive for the suspended users?” option, the page formatting is broken in an existing message thread with a suspended user (i.e. the side widget area, which is usually to the right of the reply box, is forced below the reply box and is shrunken). We’ve included a screenshot of the problem. This issue is due to the below line not being after the message form. It is after an extra closing div:
<?php do_action( 'bp_after_message_thread_reply' ); ?>
According to BuddyDev, if we are discarding the content between these 2 actions, the extra div gets lost causing the formatting to break.
Currently it is:
</form><!-- #send-reply -->
</div><!-- .card -->
<?php do_action( 'bp_after_message_thread_reply' ); ?>Where it should be:
</form><!-- #send-reply -->
<?php do_action( 'bp_after_message_thread_reply' ); ?>
</div><!-- .card -->The above can be found here: grimlock-buddypress/templates/members/single/messages/single.php
Thank you.
January 1, 2022 at 05:54 #37794@roboraptor- 0 Topics
- 414 Posts
HO HO HO to you!
From December 25, 2021 until the January 2, 2022 included, our support forum will be closed as our team will be enjoying Christmas and New Year’s Eve with their families.
Be aware that we received your request and we’ll be back on January 3, 2022 to read it. Be sure that we’ll do our best to manage all topics received during our vacation as soon as possible. We really thank you in advance for your patience!
In the meantime, feel free to check out our documentation resources for more help: Themosaurus Documentation.
We thank you for your understanding and we wish you a Merry Christmas and a Happy New Year!!
Cheers,
January 1, 2022 at 05:54 #37795@themodactyl- 0 Topics
- 6724 Posts
Hi Nifty,
Thank you for bringing this to our attention. We thank you as well for this very complete explanation!
We will investigate further to find out how we can help you. We will be back to you ASAP. 🙂
We wish you the best for 2022. 🥂
Regards,
January 3, 2022 at 10:28 #37837@themodactyl- 0 Topics
- 6724 Posts
Thank you for your precious feedback Nifty. There is definitely an issue in our theme which will be fixed in the next update. 🙂
In the meantime, you can directly make the change you describe in Grimlock for BuddyPress on your site (if not already done) to correct the issue.
We’ll be back to you as soon as the update is available.
Thank you for your patience.
Best,
January 3, 2022 at 12:04 #37853@themodactyl- 0 Topics
- 6724 Posts
Hi Nifty,
We have just released a new update of Grimlock for BuddyPress. Updating this plugin to the latest version should fix this issue.
After the update, the problem should now be fixed. However, you might still be seeing the issue because your browser cache is showing you an older version of the page (browsers do that to load pages faster). To see that the issue is resolved you will need to empty your browser cache and reload the page. If you want to read more on what browser cache is and how to clear it, here is an article that might help you: How to Clear Internet Cache in Every Major Browser.
Kindest regards,
January 19, 2022 at 11:04 #38217 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Grimlock for BuddyPress issue’ is closed to new replies.