Note that there are some explanatory texts on larger screens.

plurals
  1. POBrowser display problems for Wordpress comments, Twenty-Eleven theme
    primarykey
    data
    text
    <p>My wordpress site uses a child theme for the twenty-eleven theme. The problem I'm having is that next to each comment, a broken image link appears. But this only happens in Chrome, Safari, and Opera. In Firefox and IE it isn't there.</p> <p>The weird thing is, when I right-click on the broken-image link to try to inspect it in the source code, there's nothing there. It's no where in the DOM!!!</p> <p>I've tried going into Wordpress' Discussion settings and changing Avatar Display to Don't Show, and Default Avatar to blank. I have removed all the code to display avatars from twenty-eleven's functions.php (in the function twentyeleven-comment). I have tried every possible CSS solution I could think of, and I can't get them to go away.</p> <p>You can see what I'm talking about here: <a href="http://www.andersonandsonsfh.com/2011/07/gordon-severson/" rel="nofollow">http://www.andersonandsonsfh.com/2011/07/gordon-severson/</a></p> <p>I don't really know what code to include, so here is my code for twentyeleven_comment</p> <pre><code>if ( ! function_exists( 'twentyeleven_comment' ) ) : function twentyeleven_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; switch ( $comment-&gt;comment_type ) : case 'pingback' : case 'trackback' : ?&gt; &lt;li class="post pingback"&gt; &lt;p&gt;&lt;?php _e( 'Pingback:', 'twentyeleven' ); ?&gt; &lt;?php comment_author_link(); ?&gt;&lt;?php edit_comment_link( __( 'Edit', 'twentyeleven' ), '&lt;span class="edit-link"&gt;', '&lt;/span&gt;' ); ?&gt;&lt;/p&gt; &lt;?php break; default : ?&gt; &lt;li &lt;?php comment_class(); ?&gt; id="li-comment-&lt;?php comment_ID(); ?&gt;"&gt; &lt;article id="comment-&lt;?php comment_ID(); ?&gt;" class="comment"&gt; &lt;footer class="comment-meta"&gt; &lt;div class="comment-author vcard"&gt; &lt;?php /* translators: 1: comment author, 2: date and time */ printf( __( '%1$s on %2$s &lt;span class="says"&gt;said:&lt;/span&gt;', 'twentyeleven' ), sprintf( '&lt;span class="fn"&gt;%s&lt;/span&gt;', get_comment_author_link() ), sprintf( '&lt;a href="%1$s"&gt;&lt;time pubdate datetime="%2$s"&gt;%3$s&lt;/time&gt;&lt;/a&gt;', esc_url( get_comment_link( $comment-&gt;comment_ID ) ), get_comment_time( 'c' ), /* translators: 1: date, 2: time */ sprintf( __( '%1$s at %2$s', 'twentyeleven' ), get_comment_date(), get_comment_time() ) ) ); ?&gt; &lt;?php edit_comment_link( __( 'Edit', 'twentyeleven' ), '&lt;span class="edit-link"&gt;', '&lt;/span&gt;' ); ?&gt; &lt;/div&gt;&lt;!-- .comment-author .vcard --&gt; &lt;?php if ( $comment-&gt;comment_approved == '0' ) : ?&gt; &lt;em class="comment-awaiting-moderation"&gt;&lt;?php _e( 'Your comment is awaiting moderation.', 'twentyeleven' ); ?&gt;&lt;/em&gt; &lt;br /&gt; &lt;?php endif; ?&gt; &lt;/footer&gt; &lt;div class="comment-content"&gt;&lt;?php comment_text(); ?&gt;&lt;/div&gt; &lt;div class="reply"&gt; &lt;?php comment_reply_link( array_merge( $args, array( 'reply_text' =&gt; __( 'Reply &lt;span&gt;&amp;darr;&lt;/span&gt;', 'twentyeleven' ), 'depth' =&gt; $depth, 'max_depth' =&gt; $args['max_depth'] ) ) ); ?&gt; &lt;/div&gt;&lt;!-- .reply --&gt; &lt;/article&gt;&lt;!-- #comment-## --&gt; &lt;?php break; endswitch; } endif; // ends check for twentyeleven_comment() </code></pre> <p>Please help! This is driving me crazy!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload