WordPress is on 4.8, not 4.9 unless you are using the development branch.
Can you try switching your theme to see if that fixes your issue? Also could be caused by a plugin conflict. You can also check your browser’s JS console to see what pops up.
It works fine with default theme.
Theme I use hasn’t overriden files for buddypress, so i think it uses plugin sources. And there is no any error in DevTools console.
How to debug what’s going wrong? How can i solve this issue?
Sorry, guy that developed website forgot to add wp_footer() function to footer.php
I’ve just added it and now it works fine.
I hope that it helps someone.
Hi @qudwill, could you tell me
What is the file that must be modified with the wp_footer?
Thanks.
Quote: Sorry, guy that developed website forgot to add wp_footer() function to footer.php
Hi,
in my page the form is missing because i have this line in “bp-custom.php” -> add_filter(‘bp_avatar_is_front_edit’, ‘__return_true’);
but i need this filter because i load the form for change avatar in a modal.
Does anyone know how I can keep both forms?
Thanks.