-
Author
-
June 4, 2018 at 16:52 #199861jfParticipant
I don’t know if there’s any specific settings but the only thing I have found is to turn on BB Press ->
Auto-embed links Regardless, if I post a YouTube video it won’t embed on Forum, BuddyPress, Comments, etc.
Any idea how to resolve this?
June 5, 2018 at 03:44 #199933LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 6, 2018 at 16:19 #200081RaduModeratorHi,
IT was auto-embeded automatically without adding any plugin in activityCheck this page : https://codex.buddypress.org/activity-embeds/
There says if you want to disable the activity embeds you can use their provided code
add_filter( ‘bp_is_activity_embeds_active’, ‘__return_false’ );So you want to activate it and you willhave touse this one instead
add_filter( ‘bp_is_activity_embeds_active’, ‘__return_true’ );
The function will have to be added in wp-content/themes/kleo-child/functions.php
Let me know
If it’s the same try to switch off all plugins excepting the buddypress and that plugin and check maybe a plugin conflict in some way
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 7, 2018 at 07:57 #200197jfParticipantThank you Radu – I will check it out right now – Cheers 🙂
June 7, 2018 at 18:42 #200249RaduModeratorNo problem
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 7, 2018 at 18:42 #200250RaduModeratorNo problem
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.