• Resolved Lab Lover

    (@peterscaffidi)


    I must be an idiot, it seems every time an update is released for TW the formatting gets hosed. http://www.bpdglobal.com

    I have tried to follow the information provided in the FAQ’s and modified my custom CSS.

    This is the new CSS

    #header-widgets {width:280px;padding-top:15px;}
    .testimonialswidget_testimonial q {
    quotes: none; color: #617284; font-style: italic; font-size: 110%; font-weight:normal;
    }

    blockquote { margin: auto; }

    .testimonialswidget_testimonial .open_quote:before,
    .testimonialswidget_testimonial .close_quote:after {
    content: none;}
    .author { float: none; }

    This is the old CSS

    #header-widgets {width:280px;padding-top:15px;}
    .testimonialswidget_testimonial q {
    quotes: none; color: #617284; font-style: italic; font-size: 110%; font-weight:normal;
    }

    blockquote { margin: auto; }

    .testimonialswidget_testimonial .testimonialswidget_open_quote:before,
    .testimonialswidget_testimonial .testimonialswidget_close_quote:after {
    content: none;}
    .testimonialswidget_testimonial .author { float: none; }

    My formatting is still not right, any insight you could provide would be appreciated. Thanks.

    http://wordpress.org/extend/plugins/testimonials-widget/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    I’m sorry about the troubles.

    Did you catch the admin notice that came up after updating that said to read the FAQ for changes?

    In any case, check the FAQ above for the CSS changes and then flush your browser and website cache.

    With these recent updates, the CSS should no longer be changing. Why? It’s finally WordPress coding standards compliant.

    I just realized that FAQ 34/35 isn’t updated, I’m correcting that now.

    Thread Starter Lab Lover

    (@peterscaffidi)

    Thanks for responding. Yes, I saw the admin notice and I read the FAQs. I modified some of my CSS and after your reply I changed more of it. I am still having a problem with the hypen hanging to the right of the author name.

    Would you examine my CSS and see if there is anything about it which is incorrect? By no means do I posses the level of CSS expertise as you.

    Thanks

    .testimonials-widget-testimonial q {
    quotes: none; color: #617284; font-style: italic; font-size: 110%; font-weight:normal;
    }

    blockquote { margin: auto; }

    .testimonials-widget-testimonial .open-quote:before,
    .testimonials-widget-testimonial .close-quote:after {
    content: none;}
    .author { float: none; }

    Plugin Contributor Michael Cannon

    (@comprock)

    Please try adding something like the following to your theme’s style.css file.

    .testimonials-widget-testimonial span.author {
    float: none;
    }
    Thread Starter Lab Lover

    (@peterscaffidi)

    That solved it, thank you very, very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Formatting hosed after update’ is closed to new replies.