Forums

Block-quote missing quotation graphic (7 posts)

  1. cboettig
    Member
    Posted 10 months ago #

    Block quotes are no longer displaying the elegant quotation graphic, they simply indent the text.

  2. nisaiy
    Member
    Posted 10 months ago #

    There is a problem with your stylesheet which cannot point to the quotation image or you miss the background-image rule.

  3. cboettig
    Member
    Posted 10 months ago #

    Thanks for the suggestion. Any idea where this shows up in the style-sheet? I don't see it. The stylesheet, etc are set by the theme, and I've never changed them. Has this happened on other sites using the-erudite theme?

  4. Matt Wiebe
    Member
    Posted 10 months ago #

    An example URL is always helpful. The quotation "image" is a CSS pseudo-element, which IE 6 & 7 don't support, so it might be that you're viewing in one of those browsers.

  5. cboettig
    Member
    Posted 10 months ago #

    Matt, thanks for the suggestion, here's an example URL http://www.carlboettiger.info/archives/1788

    You'll note the quotes are indented but lack that nice large quotation mark. I am viewing in firefox 3.6.18 & chromium 12.0.742.112 on a ubuntu 10.04 box.

  6. Matt Wiebe
    Member
    Posted 10 months ago #

    I'm guessing you're running WP Minify, or possibly using W3 Total Cache's minify. Whichever script you're using, it's not that smart. It's grabbing The Erudite's JS file, which depends on jQuery, and inserting it before jQuery is included, producing an error. The Erudite uses JS to generate the quote graphics when JS is enabled in order to compensate for the fact that CSS pseudo-elements are not handled consistently across browsers.

    You'll need to disable your minification plugin or somehow modify its settings to include things in the right order.

  7. cboettig
    Member
    Posted 10 months ago #

    Hi Matt,

    Many thanks for figuring that one out.

Reply

You must log in to post.

About this Topic