• Hi.

    I recently installed Subscribe to Comments plugin, and it works great. I’m trying to make the Subscriptions Manager page take the theme of my site though, and nothing I’ve done seems to work. I went to the settings in WP-admin and added the header, sidebar and footer links. Nothing. Then I added the code from the Main Index Template, nothing. It refuses to take the theme.

    Anyone know what I’m doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • paste this into your style.css, then tweak it

    /* SUBSCRIPTION MANAGER STYLE */
    .subscription-manager {
    padding: 10px 0 20px 0;
    margin: 5px 0 0 55px;
    width: 650px;
    }
    
    div.wrap {
    background: #fafafa;
    padding: 5px 10px;
    margin: 20px 0;
    border: 1px solid #ccc;
    }
    
    div.wrap h2 {
    margin: .5em 0 1em 0;
    border-bottom: 2px solid #589bd2;
    }
    
    div.wrap fieldset {
    border: 1px solid #555;
    margin: 1em 0;
    padding: 5px 10px;
    }
    
    div.wrap fieldset legend {
    font-weight: bold;
    font-size: small;
    }
    
    div.wrap p.submit {
    text-align: right;
    }
    
    .updated {
    background: #B9D6EF;
    border: 1px solid #589bd2;
    margin: 1em 5% 10px;
    padding: 0 1em;
    }
    
    .updated-error {
    background-color: #FFA3A3;
    border: 1px solid #FF5D5D;
    }
    
    div.wrap form {
    margin: 0;
    padding: 0;
    }
    
    div.warp li {
    margin-bottom: 6px;
    line-height: 130%;
    }
    /* END SUBSCRIPTION MANAGER STYLE */

    This is a great plugin but I can’t get it to work with my theme. THe text box is not on the same line with ‘Notify me of followup comments via e-mail’. Can someone take a look at https://www.favecraftsblog.com and give me some advice. Thank you! Just starting out and need help:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Subscribe to Comments Manager not taking custom theme.’ is closed to new replies.