• Resolved prim3r

    (@prim3r)


    Hello.

    I recently instaled the Theme Free Fu, and im doing some modifications to my taste and its done.

    Problem is it seams that the theme cames with some sort of code problem on comments.php , and since im a bith dumb in coding i came to you guys for help…

    The error im getting is :

    Fatal error: Call to undefined function: gravatar() in /home/prim3r/public_html/wp-content/themes/free-fu-10/comments.php on line 12

    the line 12 is :

    <li id=”comment- <?php comment_ID() ?>” class=”comment”>

    is there something wrong in this line?

    The website is : http://prim3r.myfxh.com

    a test coment is here : http://prim3r.myfxh.com/?p=3

    Thanks in advance for your help 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • Look in the style.css file for this: #comments .gravatar. Delete that block of css code. You should be good to go.

    Thread Starter prim3r

    (@prim3r)

    Hi.

    Didnt work 🙁 same error. Im gonna copy the cooments part on styles to see if the problem is somewhere else..

    #comments .comment
    {
    clear: left;
    }
    #comments .commentname
    {
    border-bottom: 2px solid #000;
    width: 100%;
    display: block;
    background: url(“images/name.png”) center no-repeat;
    text-indent: 13px;
    color: #000000;
    }
    #comments .commentname a
    {
    color: #b9eeff;
    border: 0;
    line-height: 21px;
    }
    #comments .commenttext
    {
    float: left;
    margin-left: 10px;
    }

    #comments .gravatar
    {
    float: left;
    margin-top: 10px;
    }

    thaks again for your time. 🙂

    You need to delete that #comments .gravatar block, and you might want to take background: url(“images/name.png”) center no-repeat; out of the #comments .commentname block.

    Thread Starter prim3r

    (@prim3r)

    did both… same error,It didnt work.. 🙁

    Gonna keep trying…

    you need to install some plugin for the gravatar functionality i think. check with the theme author first.

    or you may have to delete the call to gravatar() from the comments.php.

    Thread Starter prim3r

    (@prim3r)

    Well… i solved my problem in a “test” way… i just copy past the entire comments.php from another random theme… and its working… its not exactly the better way to solve problems, but.. 🙂

    Thanks again for your time 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problem with Free Fu ( comments.php )’ is closed to new replies.