Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #523960

    Hello,

    I have a problem with my child-theme Enfold.

    When opening in localhost, everything was fine.

    After uploading to the server, the characters was broken. Portuguese language. Like ~ or ç.

    How could I solve that problem pls ?

    I am sending the url in private

    Regards

    #524677

    Hi HecAugusto!

    Thank you for using Enfold.

    Site looks OK when I checked it. Did you add the function?

    function add_subset_func($fontlist) {
    	$fontlist .= "&subset=latin,latin-ext";
    	return $fontlist;
    }
    add_filter('avf_google_fontlist', 'add_subset_func');

    Regards,
    Ismael

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