• Resolved RubyGingerNut

    (@rubygingernut)


    Hi there!

    I’ve been testing this plugin for a few hours now trying to disable comments in the ‘You’ve subscribed!’ page which comes along after the subscriber clicks on their confirmation email link. Could someone please advise on how to disable comments when new subscribers are diverted to the ‘You’ve subscribed!’ page?
    Any help from anyone would be much appreciated! Thank you.

    http://wordpress.org/extend/plugins/wysija-newsletters/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,
    I think I answered you on our support site already.
    But basically the way to go would be to create a single-wysijap.php file in your theme folder and modify it to remove the part about the comment box.
    http://support.wysija.com/knowledgebase/customize-your-confirmation-pages/

    Hope this helps,
    Cheers,
    Ben

    fyi applying the following code:

    /* To hide the date and comments */:
    .wysijap .postmeta { display:none }

    to 2011 child style.css doesnt remove “This entry was posted by XXXXXX. Bookmark the permalink.”, “Logged in as XXXXXX. Log out?”, “Leave a Reply” or “Post Comment” field.

    Also, the alternate method suggested on the page link you provided of creating a single-wysijap.php file in the child theme folder, copy/paste page.php content and then editing or just saving (because there is no auther defined) didnt change anything either.

    Any suggestions?

    Thread Starter RubyGingerNut

    (@rubygingernut)

    Hi I just updated my theme last week without backing up so I had to go through all this again. Anyway I did as per Ben’s suggestion. I copied loop.php and renamed it to single-wysijap.php. Open up single-wysijap.php and commented out <?php comments_template( ”, true ); ?>

    AND

    <p class=”comment-number”><?php comments_popup_link( __( ‘Leave a Comment’, ‘pilcrow’ ), __( ‘1 Comment’, ‘pilcrow’ ), __( ‘% Comments’, ‘pilcrow’ ) ); ?></p>

    AND if you want to remove dates:

    ” title=”<?php echo esc_attr( sprintf( __( ‘Permalink to %s’, ‘pilcrow’ ), the_title_attribute( ‘echo=0’ ) ) ); ?>” rel=”bookmark”><?php the_time( get_option( ‘date_format’ ) ); ?>
    <?php edit_post_link( __( ‘Edit’, ‘pilcrow’ ), ‘<span class=”edit-link”> | ‘, ‘</span>’ ); ?>

    Hope that helps!

    Thanks, I’ll give it a try!

    Hi,
    I have the same issues as HD1234 above – I need the mods to be within my child theme so that the next WP update doesn’t remove them.

    Suggestions?

    Can you add the ‘allow comments’ option to your confirmation design page?

    I believe we’ve answered you through support.wysija.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Wysija Newsletters] Disable comments on the 'You've subscribed!' page’ is closed to new replies.