@outtareach @carlosortizg
I fixed this same problem. Go to PAGE.PHP and…
LOOK FOR:
if ( ! $is_page_builder_used && comments_open() && ‘on’ === et_get_option( ‘divi_show_pagecomments’, ‘false’ ) ) comments_template( ”, true );
REPLACE FOR:
if ( $is_page_builder_used && comments_open() && ‘on’ === et_get_option( ‘divi_show_pagecomments’, ‘on’ ) ) comments_template( ”, true );
Tell me if it worked or not.