mandro
Forum Replies Created
-
Hi @hernan2022
You’re right, it’s a delicate balance, especially regarding performance. We understand how improved mobile navigation can greatly enhance user experience, and we’ll continue reviewing this internally to see what can be optimized without affecting performance.
Please feel free to share the results of your tests. We’ll be happy to take a closer look.
Best regards,
KaineLabs Team.Hi @hernan2022
Thank you for the clarification.
We’d like to confirm that this is not a bug. The activity loader is intentionally disabled on mobile devices by default. This is because, on mobile, the automatic loader can negatively impact performance and slow down the activity wall experience.
That’s why we chose to disable it on mobile to keep scrolling smoother and improve overall speed.
However, if you still prefer to enable the activity loader on mobile, you can do so by adding the following snippet to your site:
<?php
// Enable Activity Loader in Mobile also.
function yzc_enable_wall_activity_loader( $active = null ) {
return 'on';
}
add_filter( 'youzify_enable_wall_activity_loader', 'yzc_enable_wall_activity_loader', 10 );Please note that enabling this on mobile may affect performance, depending on the device and content load.
Best Regards, KaineLabs Team.
Hello @hernan2022
This is Mandro from the Youzify customer support team.
Could you please clarify whether the issue has been resolved after applying the snippet we shared? Additionally, please let us know which Youzify version you are currently using.
Best Regards,
Hi @galopant
Thank you for reaching us.
Can you please share with me your Youzify page URL where the issue happen?
Best Regards, KaineLab Team.
You’re welcome @galopant
Best Regards, KaineLabs Team.
Hi @galopant
Thank you for reaching us.
You can change the Members Card meta on Youzify Panel >> General Settings >> Members Directory Settings >> Card Meta box.
Please let me know if you have any other questions.
Best Regards, KaineLabs Team.
Hello @vasudevb
Thanks for reaching us
1 and 2. I believe this is a styling conflict between Youzify and your theme. May I know what theme do you use? Please try switch the theme for temporary to default WP theme and see if the problem solved or not.
3. Sorry, I don’t understand. Could you explain it to us more details please? it would be help if you can send a screenshot too. 🙂
Best Regards, KaineLabs Team.
- This reply was modified 4 years, 9 months ago by mandro.
Hello @wpexpertssupportteam
Sorry for the late reply.
Please check this screenshot about your code what I mean >> https://snipboard.io/ImzhsK.jpg
Also, is there a way to reset the badges data that has already been received by members? For example, user A already has badge X, badge Y, and badge Z. I want to remove them totally from User A. Is there a way to reset the database? 🙂
Done, I gave 5 stars.
Hello @anoopranawat
Thank you so much for your respond.
Actually I have solved the problem. It was happened because JS conflict between SlidesPack with Essential Grid Version 2.X. The problem have been solved after updating the Essential grid to the newest version.
Once again, thank you so much for developt a great plugin. And I have a plan to buy the pro version soon. 🙂