Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1273818

    Hi,
    I have to change the sentence in the footer of the post: “leave a comment” with other sentence.
    How can I change it ?
    looking forward hearing from you.
    Best regard
    M

    #1273827

    there is also an error in Home page: “POST PIù POPOLARI” should be “POST PIÙ POPOLARI”
    How to fix it?
    Looking forward hearing from you.
    Best regards
    M

    #1274298

    Hi,

    Thank you for the inquiry.

    You could modify the comments.php file and change the text there directly, or use the Loco Translate plugin to adjust the string translation. In the file, just look for this code around line 179.

    echo "<{$heading} class='miniheading {$css}'>".__('Leave a Reply','avia_framework')."</{$heading}>";
    

    And to change the widget title characters to uppercase, please use this css code.

    html #top .all_colors .widgettitle {
    	text-transform: uppercase !important;
    }
    

    Best regards,
    Ismael

    #1274858

    Hi, ok for upper case, but for change sentense I have some problem , i can’t find the string..

    #1275181

    Hi,

    Thank you for the info.

    Looks like you are editing the Comment Management Screen file, instead of the comments.php theme file. Please look for the comments.php file in the wp-content > themes > enfold folder. The “Leave a reply” string should be there around line 179.

    NOTE: We deleted the code in the private field above. For long snippets of code, please use services like pastebin.com.

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.