Forum Replies Created
-
AuthorPosts
-
Hi,
Your request has been accepted now.***
Regards,
HaruThemeNovember 27, 2023 at 8:39 am in reply to: Your account expired support, please renew to get your support. #12646Thanks for your feedback!
***
Regards,
HaruThemeNovember 27, 2023 at 8:39 am in reply to: Update failed: There has been a critical error on this website. #12645Thanks for your feedback!
***
Regards,
HaruThemeHi,
Thanks for contacting us and choosing our product!
Sorry but currently we don’t have effort to develop new feature.
You can create a refund request here: https://themeforest.net/refund_requests/new
and choose other plugin.***
Regards,
HaruThemeHi,
Thanks for contacting us and choosing our product!
Sorry but currently we don’t have effort to develop new feature.
You can create a refund request here: https://themeforest.net/refund_requests/new
and choose other plugin.***
Regards,
HaruThemeThanks for your feedback!
***
Regards,
HaruThemeNovember 27, 2023 at 2:30 am in reply to: Comments On Single Video Not Showing Up On Activity Feed Of Buddypress #12639Hi,
Thanks for contacting us and choosing our product!
Sorry but this is not bug.
Currently BuddyPress will works like this.
Reference more here:
We follow the document from BuddyPress.
Hope this helps!****
Regards,
HaruThemeHi,
We have just checked your site and see it’s working fine:
https://gyazo.com/9aaf765e912d2128ccc9d77c990469ce
It’s seems you resolved it by add thumbnail for the video.
If it’s not this page please send us the page URL that have this issue.***
Regards,
HaruThemeHi,
Thanks for contacting us and choosing our product!
Please note you need to set content of your email by follow document from Contact Form 7 here:
We can’t control your email settings, it will use default from Contact Form 7.
Hope this helps!***
Regards,
HaruThemeHi,
Sorry but currently we don’t support this feature.
We’ll list this in suggestion list and will research when we have effort for it.****
Regards,
HaruThemeHi,
Thanks for contacting us and choosing our product!
First of all sorry but this is not a bug because it already show activity on your BuddyPress.
You can customize it follow this: https://harutheme.com/forums/topic/buddypress-activity-video-bug/#post-12617
but need change the code to this:if ( ! function_exists( 'haru_video_activity_content' ) ) { function haru_video_activity_content( $cpt ) { if ( 'new_video' === $cpt['type'] ) { if ( $cpt['secondary_item_id'] ) { $video_title = get_the_title( $cpt['secondary_item_id'] ); $video_url = get_the_permalink( $cpt['secondary_item_id'] ); $cpt['content'] = '<a href="' . $video_url . '" target="_blank">' . $video_title . '</a> ' . $cpt['content']; } } if ( 'new_channel' === $cpt['type'] ) { if ( $cpt['secondary_item_id'] ) { $channel_title = get_the_title( $cpt['secondary_item_id'] ); $channel_url = get_the_permalink( $cpt['secondary_item_id'] ); $cpt['content'] = '<a href="' . $channel_url . '" target="_blank">' . $channel_title . '</a> ' . $cpt['content']; } } return $cpt; } add_filter( 'bp_before_activity_add_parse_args', 'haru_video_activity_content' ); }
Hope this helps!
****
Regards,
HaruThemeHi,
Thanks for contacting us and choosing our product!
Here is the topic to help you translate WordPress theme or plugin:
In your case if you are using another language (not English) you can follow the topic above.
If you still using English and want to change to other string you need to change in PHP files because POT file scan from PHP file.
You can use child theme to keep your custom works when update theme:
Hope this helps!****
Regards,
HaruThemeHi,
Please try to use this code:if ( ! function_exists( 'haru_video_activity_content' ) ) { function haru_video_activity_content( $cpt ) { if ( 'new_video' === $cpt['type'] ) { if ( $cpt['secondary_item_id'] ) { $video_title = get_the_title( $cpt['secondary_item_id'] ); $video_url = get_the_permalink( $cpt['secondary_item_id'] ); $cpt['content'] = '<a href="' . $video_url . '" target="_blank">' . $video_title . '</a> ' . $cpt['content']; } } return $cpt; } add_filter( 'bp_before_activity_add_parse_args', 'haru_video_activity_content' ); }
Hope this helps!
****
Regards,
HaruThemeHi,
If you have description, it will show description only because show title in the last of the description is not logic.
If you don’t have description it will show title with link of the video.
Hope this helps!****
Regards,
HaruThemeNovember 24, 2023 at 2:07 am in reply to: Your account expired support, please renew to get your support. #12608We has just create a topic here:
Hope this helps!****
Regards,
HaruTheme -
AuthorPosts