Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Compatible Plugins › BP Profile Search › Member Type Directory Bad Display
- This topic has 5 replies, 2 voices, and was last updated 5 years, 11 months ago by Themosaurus.
-
AuthorPosts
-
JossParticipant@joss
- 34 Topics
- 85 Posts
Hi,
It’s in Member Type Directory :
Here : https://www.partagemon4pattes.com/membres/type/partageurs/
February 8, 2019 at 18:22 #5199@themosaurus- 1 Topics
- 1675 Posts
Hi @joss,
Actually, BuddyPress Member Types Pro is not supported by Gwangi. For an improved support of this plugin, it’s best if you create a new topic in our feature requests forum. With more upvote from other Gwangi users, we will consider the integration with your plugin.
In the meantime, the following code snippet will help you to partially solve your issue.
function gwangi_custom_jquery_script() { ?> <script type="text/javascript"> (function($) { jQuery('.directory.type #content').removeClass('region--3-6-3-cols-left').addClass('region--9-3-cols-left'); })(jQuery); </script> <?php } add_action( 'wp_footer', 'gwangi_custom_jquery_script', 1000 );
To add this code snippet to your site, we recommend that you use a the Code Snippets plugin (https://wordpress.org/plugins/code-snippets/). If you have never activated this plugin, please read the following post:
We hope this will solve your issue. ?
All the best,
February 11, 2019 at 17:34 #5217@themosaurus- 1 Topics
- 1675 Posts
You’re welcome Joss. ?
Best regards,
February 12, 2019 at 10:40 #5236 -
AuthorPosts
The topic ‘Member Type Directory Bad Display’ is closed to new replies.