hypnoscient
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Activity Shortcode] Load more skips activitiesFound the bug, coming from buddypress, the fix in the post below temporary solve the problem.
https://buddypress.org/support/topic/activity-load-more-not-working/
- This reply was modified 6 years, 6 months ago by hypnoscient.
Forum: Plugins
In reply to: [Skip to Timestamp] Avoid stripping in excerptHmm, only have the problem with genesis when the Genesis Option to display only the excerpt is activated.
Works on another theme.
Forum: Plugins
In reply to: [Skip to Timestamp] Avoid stripping in excerptFor more information, if I have in a post :
3:53 Random text
It gets stripped out in the excerpt, with or without the option to Skip To Timestamp automatically
Hi,
Buddyboss answered me and asked to add this to functions.php
It seems related to Events Manager too somewhere. That might help :
remove_action( ‘init’, ‘boss_events_default_options’, 11 );
add_action(’em_options_page_footer_formats’, ‘boss_events_default_options’);Yes, as I described in my first post.
But it also works perfectly if Events Manger is deactivated.
Hi,
It’s the saving done in ACF. I’ve worked with ACF support but it does not seem to come from their plugin since it only happens on specific circonstances where Events Manager & Buddyboss are active.
Thanks
Hi,
This works :
bp_core_remove_subnav_item( bp_get_current_group_slug(), ‘events’, ‘groups’ );