Home › Forums › Support › Save Button Missing on Discussion Page This topic has 2 replies, 2 voices, and was last updated 3 years, 11 months ago by David. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts April 5, 2019 at 12:47 am #860189 Chris Hello, As you can see in this screenshot the save button is missing on my Discussion page. When I change to any other theme the button returns. I deleted all custom css and still the button is nowhere to be seen. Any idea what is going on here? GeneratePress 2.2.2 April 5, 2019 at 1:33 am #860213 Chris Never mind – I figured it out – it was some code in my functions file add_filter( ‘get_avatar_url’, function( $url, $id_or_email, $args ){ if ( is_email( $id_or_email ) ) { $user = get_user_by( ’email’, $id_or_email ); $user_id = $user->ID; } else { $user_id = $id_or_email; } if ( has_wp_user_avatar( $user_id ) ) { return get_wp_user_avatar_src( $user_id ); } return $url; }, 10, 3); April 5, 2019 at 2:15 am #860240 DavidStaff Customer Support Glad to hear you found the issue. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In