Avatar betöltési hiba

Helo



Nekem az lenne a problémám hogy a blogomon(http://neocsatblog.tk) a kommenteknél el akad az avatar betöltés,csak egy lodaing.gif jelenik meg.



Ezt hogyan lehet kijavítani?


Neked valami elvetemült avatar megjelenítőd van. JS-el próbálja meghívni. Szerintem összeakad valamivel a JS-e. Én kiszedném ezt a JS-es dolgot:

<img alt="'http://0.gravatar.com/avatar/46b5b06ea4caa81abcd8b425f6db3a7c?s=40&d=&r=G'" src="http://epicworldmetin2.fh.rs/wp/wp-content/plugins/comments-avatar-lazyload/img/loading.gif" class="'avatar" height="'40'" width="'40'" />

Bemásolnád a sablonos comments.php-ját?

comments.php:

<?php<br />
/**<br />
* Comments Template<br />
*<br />
* Please do not edit this file. This file is part of the Cyber Chimps Framework and all modifications<br />
* should be made in a child theme.<br />
*<br />
* @category CyberChimps Framework<br />
* @package Framework<br />
* @since 1.0<br />
* @author CyberChimps<br />
* @license http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)<br />
* @link http://www.cyberchimps.com/<br />
*/<br />
?><br />
<br />
<?php<br />
/*<br />
* If the current post is protected by a password and<br />
* the visitor has not yet entered the password we will<br />
* return early without loading the comments.<br />
*/<br />
if ( post_password_required() )<br />
return;<br />
?><br />
<br />
<div id="”comments”" class="”comments-area”"><br />
<br />
<br />
<br />
<br />
<h2 class="”comments-title”"><br />
<?php<br />
printf( _n( ‘Egy komment ebben a témában “%2$s”’, ‘%1$s komment ebben a témában: “%2$s”’, get_comments_number(), ‘cyberchimps’ ),<br />
number_format_i18n( get_comments_number() ), ‘<span>’ . get_the_title() . ‘</span>’ );<br />
?><br />
</h2><br />
<br />
 1 && get_option( ‘page_comments’ ) ) : // are there comments to navigate through ?><br />
<nav role="”navigation”" id="”comment-nav-above”" class="”site-navigation"><br />
<h4 class="”assistive-text”"></h4><br />
<div class="”nav-previous”"></div><br />
<div class="”nav-next”"></div><br />
</nav><br />
<br />
<br />
<ol class="”commentlist”"><br />
<?php<br />
/* Loop through and list the comments. Tell wp_list_comments()<br />
* to use cyberchimps_comment() to format the comments.<br />
* If you want to overload this in a child theme then you can<br />
* define cyberchimps_comment() and that will be used instead.<br />
* See cyberchimps_comment() in functions.php for more.<br />
*/<br />
wp_list_comments( array( ‘callback’ => ‘cyberchimps_comment’ ) );<br />
?><br />
</ol><br />
<br />
 1 && get_option( ‘page_comments’ ) ) : // are there comments to navigate through ?><br />
<nav role="”navigation”" id="”comment-nav-below”" class="”site-navigation"><br />
<h4 class="”assistive-text”"></h4><br />
<div class="”nav-previous”"></div><br />
<div class="”nav-next”"></div><br />
</nav><br />
<br />
<br />
<br />
<br />
<?php<br />
// If comments are closed and there are comments, let’s leave a little note, shall we?<br />
if ( ! comments_open() && ’0′ != get_comments_number() && post_type_supports( get_post_type(), ‘comments’ ) ) :<br />
?><br />
<p class="”nocomments”"></p><br />
<br />
<br />
<br />
<br />
</div>

Sajnos nem ebből jön. Esetleg a functions.php-ból. Fel tudod tölteni becsomagolva?

Jobbat mondok feltöltöm az egész wp mappát hotfile-ra,mivel nem tudjuk pontosan mi okozza a problémát.



Az ifeatures sablont használom.



link: https://hotfile.com/dl/186968462/2247142/wp.rar.html

Ahh… felületes voltam! :slight_smile: Linkből látszik, hogy mi a gond.



Kapcsold ki ezt a bővítményt: comments-avatar-lazyload

Váó igazad volt,köszi szépen!