-
Author
-
October 1, 2018 at 17:08 #210960
Pablito
ParticipantHi, we would like to have in activity posts the @mentions function working with autolink to user profiles. Please let us know your advice. After some research, it seems to be a buddypress standard functionality but it is not working in our website (based on KLEO). Thanks a lot and best regards
October 2, 2018 at 02:14 #211015Laura
ModeratorHello, it should link to the user profile, right now it doesn’t link or links somewhere else?
I would need to check if you can share ftp:)Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 2, 2018 at 09:56 #211023Pablito
ParticipantThanks Laura, at the moment it does not link anywhere, it stays as text
http://www.inartist.org and login as kleo@support1.com Finsa12ss_24js4da
please let me know if you need the Ftp access too, thanks and best regards
October 3, 2018 at 11:48 #211072Laura
ModeratorHello, please try by adding this to functions.php of child theme, if not working please share ftp access
COPY CODEfunction custom_bbpress_maybe_load_mentions_scripts( $retval = false ) { return true; } add_filter( 'bp_activity_maybe_load_mentions_scripts', 'custom_bbpress_maybe_load_mentions_scripts' );Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 3, 2018 at 12:55 #211091Pablito
ParticipantThanks Laura, I entered your code but nothing has changed 🙁
here the ftpcredentials: http://ftp.inartist.org, kleo@inartist.org and same pw as per your website accountlooking fw to your reply, thanks
October 5, 2018 at 02:22 #211161Laura
ModeratorHello, i re-checked your website and i see you have more than 100 plugins, this could surely cause conflicts and errors, please try to deactivate some and test again to see if it works, as it works fine at our demo
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 5, 2018 at 11:00 #211181Pablito
ParticipantThanks Laura for your support but pity you cannot help further. And finding the conflict plugin among 100 would be very time consuming and not sure if this would be the right solution. Best regards
October 5, 2018 at 20:01 #211188Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 5, 2018 at 20:10 #211193Radu
ModeratorHi,
Instead deactivating a large number of plugins you can try to de-activate the child theme and activate parent theme to can check out if the issue it’s caused by something from the child.
IF the issue still happens activate default wp theme ( twenty seventeen ) in this way we can check if the issue it’s caused by a conflict between plugins itself.
Let me know if the issue happens on default wp theme or not and using the child or not.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.