Youzify
Forum Replies Created
-
Hello @beachcalsix @proguide365,
Thanks for reaching us!
This feature is only available on Pro version.
Please if you are using a pro version I recommend reaching our support team at our forum kainelabs.ticksy.com and our team will get this resolved quickly for you.
Thanks for your understanding.
Best Regards.
Hello @proguide365,
Thanks for reaching us!
Usually, this should work fine on multisite.
otherwise if it didn’t work we recommend reaching the BuddyPress team as we have no control over this file in Youzify.
Thanks for your understanding.
Best Regards.
Hello Markus,
You can disable our membership system by checking this topic below:
https://kainelabs.ticksy.com/article/13273/
This will disable all our functions that redirects to our login page.
Let us know if this worked for you.
Best Regards.
Hello @webmark487,
Thanks for reaching us!
You can use this snippet below to achieve that ??
<?php /** * Select Alphabet on Select Box. */ function yzc_make_alphabet_selected() { ?> <script type="text/javascript"> ( function( $ ) { $( document ).ready( function() { jQuery( '#members-order-by option[value="alphabetical"], #groups-order-by option[value="alphabetical"]' ).attr( 'selected', true ); }); })( jQuery ); </script> <?php } add_action( 'wp_footer', 'yzc_make_alphabet_selected' ); /** * Members Directory - Set Default Filter. */ function yzc_set_default_members_directory_filter( $loop ) { if ( bp_is_members_directory() && ! isset( $_POST['filter'] ) ) { $loop['type'] = 'alphabetical'; } return $loop; } add_filter( 'bp_after_has_members_parse_args', 'yzc_set_default_members_directory_filter', 9999 ); /** * Members Directory - Set Default Filter. */ function yzc_set_default_groups_directory_filter( $loop ) { if ( bp_is_groups_directory() && ! isset( $_POST['filter'] ) ) { $loop['type'] = 'alphabetical'; } return $loop; } add_filter( 'bp_after_has_groups_parse_args', 'yzc_set_default_groups_directory_filter', 9999 );
Let us know if it worked fine for you!
Best Regards.
Hello @proguide365,
Thanks for your message!
Actually friend suggestion widget is only available only on Pro version.
Please consider using our Premium support forum for this request and our team will d their best to get this resolved quickly for you.
Best Regards.
Hello @aurore888,
Thanks for confirming.
I did some testing and found that this issue comes from Masonry Script is not being called. I couldn’t test this on the theme as it seems that it’s PRO theme because I couldn’t find it in WordPress themes directory.
But here’s I created this snippet, please add it to your site:
<?php /** * Youzify - Add Missing MPasonry JS */ add_action( 'wp_enqueue_scripts', 'yzc_add_masonry_js', 9999 ); function yzc_add_masonry_js() { if ( bp_is_members_directory() || bp_is_groups_directory() ) { wp_enqueue_script( 'masonry' ); } }
If this didn’t work I recommend reaching the theme team and asking them if there’s a way we could enable Masonry script because it’s not being disabled even though we are calling it.
I just searched t
Hello @aurore888,
Thanks for using our product.
Just to confirm if you change the theme is the problem resolved? as we need to know if the conflict is coming from the theme or one of the plugins you are using so we can find the best solution for you ??
I’ll be waiting for your reply.
Best Regards.
Hello Mohamed,
Hope you are doing great.
Thanks for sharing your feedback with us.
We are sorry that your issues took a while to be solved.
Actually, we are going through a huge pressure each day on the premium support as we serve our paid clients with world-class support that takes all of our time, and you can see that in our paid plugin reviews as 99% of reviews are just because of the good support they receive.
https://codecanyon.net/user/kainelabs/reviews
Just wanna clarify that it’s not that we don’t wanna help quickly it’s just we are still not big enough to hire a dedicated team for the FREE support yet. That’s why here in the free version we only offer basic limited support especially we still have no benefits from this free version and it causes a big drop in our sales and even that we are still keeping it active. We are doing our best with the limited sources we have.
We really hope you understand our situation and please let us know what we can do to make this experience better for you.
Waiting for your kind reply.
Best Regards, KaineLabs Team.
Hello @ellisford,
Hope you are doing fine.
Thanks for your feedback.
We are offering a huge value almost 80% of our premium features for FREE in this version. We have even received some refund requests on our premium version from some old customers just because the FREE version contains almost everything.
We already mentioned all the premium and free features in our plugin description to avoid making any confusion.
Can you please let us know what are the mentioned FREE features that you can’t find in lite version? We will be happy to clarify any misunderstanding.
Waiting for your kind reply.
Best Regards, KaineLabs Team.
Hello @muzammil1234,
Thanks for using our plugin.
Do you mean you want to allow users to hide their “Add Friend” Button, so no one can send them a friendship request?
Waiting for your kind reply.
Best Regards, KaineLabs Team.