-
Author
-
October 5, 2015 at 18:50 #80970
hma
Participantsite is startops.fr
admin : startops5
pass : lerovesss123October 5, 2015 at 19:10 #80975sharmstr
ModeratorThis isnt a kleo bug, its a known issue with wpengine. View this topic for more details https://archived.seventhqueen.com/forums/topic/activity-stream-multiple-posts-with-every-post
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 6, 2015 at 00:42 #81021hma
ParticipantHello, I have contacted Wpenegine. after several hours . it seemed not linked with Hearbeat.
I have removed the file that Seventqueen advised us to put in the child function :
add_action( ‘wp_enqueue_scripts’, ‘load_buddypress_js’ );
function load_buddypress_js () {
if (bp_is_group() || is_page( ‘activity’ )) {
wp_enqueue_script(‘buddypress_query’,plugins_url() . ‘/buddypress/bp-core/js/jquery-query.min.js’,array(“jquery”));
wp_enqueue_script(‘buddypress_members’,plugins_url() . ‘/buddypress/bp-core/js/widget-members.min.js’,array(“jquery”));
wp_enqueue_script(‘buddypress_cookie’,plugins_url() . ‘/buddypress/bp-core/js/jquery-cookie.min.js’,array(“jquery”));
wp_enqueue_script(‘buddypress_scroll’, plugins_url() . ‘/buddypress/bp-core/js/jquery-scroll-to.min.js’, array(“jquery”));
wp_enqueue_script(‘buddypress_js’,get_template_directory_uri() . ‘/buddypress/js/buddypress.min.js’,array(“jquery”));
}
}now it is working fine…
So I am a bit surprised. did Wpengine fix the issue ?
what was this function supposed to do initialyy ?
Best rgs,
HervéOctober 6, 2015 at 00:49 #81023sharmstr
ModeratorAs I explained in the other topic, it was to load all of those missing files. Good luck 🙂
Hi 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.