• BitEdge

    (@whatwhatwhatwhat)


    Hi guys,

    I installed the plugin on

    https://www.bitace.co/

    and no subscription options are displaying. With STCR I had to add this css to output the options

    #commentform .comment-form-subscriptions label {
    display: block;
    }

    without that I could still see the code in chrome developer tools. With this plugin I can’t see anything.

    In the plugin options

    Enable comments from subscr. Options Template?

    Is set to yes as recommended. There is no caching plugin active.

Viewing 3 replies - 1 through 3 (of 3 total)
  • @whatwhatwhatwhat Just to confirm, in Comment Mail → Config. Options → Comment Form, you have it set to “Yes, use built-in template system”, correct? Also, can you confirm which version of Comment Mail you’re using?

    Thread Starter BitEdge

    (@whatwhatwhatwhat)

    Yes and Version 161213

    In that case it sounds like your theme might not be following the proper WordPress standards. See the following from the Comment Mail inline docs:

    This template is connected to one of two hooks that are expected to exist in all themes following WordPress standards. If the comment_form_field_comment hook/filter exists, we use it (ideal). Otherwise, we use the comment_form action hook (most common). This is how the template is integrated into your comment form automatically. If both of these hooks are missing from your WP theme (e.g., subscr. options are not showing up no matter what you do), you will need to seek assistance from a theme developer.

    If your theme doesn’t use either of those standard hooks, you’ll need to manually tweak your theme to call the Comment Mail subscription options from the appropriate place. The following will display the subscription options:

    <?php comment_mail::subOps(); ?>

    Note that you must disable the built-in template in the Comment Mail options before doing this: Comment Mail → Config. Options → Comment Form

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No subscription options displaying’ is closed to new replies.