Skip to:
Content
Pages
Categories
Search
Top
Bottom

WordPress integrated bbPress forum mailchimp email widget buggy

  • My original WordPress CMS theme can be found here, http://www.cfdblaze.com, and it looks great. The lower right footer widget area has a mailchimp email contact plugin. It works fine on the StationPro theme.

    The new StationPro bbPress forum has the same footer widget area, but the mailchimp email widget in the lower right footer is jogged funny. http://www.cfdblaze.com/forums/ What can I do? I have looked at this on Safari, Firefox, and IE7 and it is the same on each.

    Thank you in advance. I am certain our department will love this forum. Your support is wonderful, and appreciated.

    Thank You!

Viewing 3 replies - 1 through 3 (of 3 total)
  • in BaseStationForum/style.css

    add the following.

    .mc_error_msg {

    color:red;

    }

    .mc_success_msg {

    color:green;

    }

    .mc_merge_var {

    margin:0;

    padding:0;

    }

    #mc_signup_form {

    padding:5px;

    width:99%;

    }

    .mc_custom_border_hdr {

    }

    #mc_signup_form {

    float:left;

    padding-top:0.5em;

    }

    #mc_signup_form .mc_var_label, #mc_signup_form .mc_input {

    clear:both;

    float:left;

    margin-left:0.5em;

    margin-top:0.1em;

    }

    #mc_signup_form legend {

    margin:0;

    padding:0.5em;

    }

    #mc-indicates-required {

    clear:both;

    float:left;

    }

    #mc_display_rewards {

    clear:both;

    }

    #mc_interests_header {

    clear:both;

    font-weight:bold;

    margin-left:0.5em;

    padding-top:0.2em;

    }

    div.mc_interest {

    clear:both;

    margin-left:0.5em;

    }

    input.mc_interest {

    clear:left;

    float:left;

    margin-left:0.5em;

    margin-top:0.2em;

    }

    label.mc_interest_label {

    clear:right;

    float:left;

    margin-left:0.3em;

    margin-top:0.2em;

    }

    .mc_signup_submit {

    clear:both;

    padding:0.2em;

    text-align:center;

    width:100%;

    }

    That will clear the look of it but because of this issue you might want to check if it’s still works.


    kevinjohngallagher
    Member

    @kevinjohngallagher

    I’m afraid thats not got anything to do with bbPress so there’s not a lot we can do to help. Given that the code is output, its probably jsut a styling issue, which really is something you can find out at any of the CSS websites on the interweb.

    Additioanlly, you have paid for theme, so you should probably ask there instead of here, given that your bbPress works :)

    Oh go on then, because I’m being nice…

    Right, if you open up the source of your webpage in a browser, you’ll see some hardcoded (awful idea) CSS into your WordPress page (line 70).

    Just copy that into your bbPress forums, and it too will look the same:

    And really bro, if you pay for a theme and then it doesn’t look like the way you want it, go ask at the forum of where you bought the theme :) WE’re the folks giving up our time for free!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar