Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author mibuthu

    (@mibuthu)

    Please read the FAQs and try the given steps.

    @outtareach @mibuthu, have you resolved the comments issue? Im facing the same problem using Divi.

    I have been reading a lot and spending so many hours trying with different pluggins.. I already checked:

    1.-Settings/Discussion: There are no restrictions enabled.
    2.-Appearance/Divi Theme Options: Single Post & Single Page Layer have comments enabled.
    3.-Every Page has also Comments / trackbacks and pingbacks allowed.

    There are no Elegant Themes support, in advance I appreciate any hint.

    Plugin Author mibuthu

    (@mibuthu)

    Sorry I haven’t tried it yet.
    But have you tried also the last hint in the FAQ using the “Show the comment list in the page content” option? With this option it should be working anyway.

    Plugin Author mibuthu

    (@mibuthu)

    Sorry, but I didn’t have the elegant themes so I cannot test it. But like written above with the option “Show the comment list in the page content” it should be working in anyway independent from the theme. Probably only some css fixes are required.

    @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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not working with Elegant Themes Divi’ is closed to new replies.