Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #514834

    Hi,
    I am new on the support forum, and new to Enfold theme.
    I have a website, and cannot make (some) Serbian letters to display correctly.
    I think that I should make some setting in the theme, to correct it.
    I checked forums on the internet, and changed .htaccess file, according to instruction.
    Confusing is that characters are displayed correctly when I do not use any theme advanced layout editor items, just with plain default editor.
    Errors happen when I use advanced layout editor, in these case “content slider”
    How to force character encoding?
    Thx in advance!

    #514972

    Hi,
    I want to add that characters čć convert immediately to ?, when I update page.
    I tried it in “text box”, and the same happens

    #515223

    Why nobody returns any answer?

    #515228

    Hey!

    Please try adding following code to Functions.php file in Appearance > Editor

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

    P.S.: Self posting pushes your query to the end of our queue. If your case is urgent, please try avoiding self posting.

    Best regards,
    Yigit

    #515401

    Hi Yigit,
    I did it, but the same happens.
    Is place important where to put it?
    I placed it right after (global $avia_config;), but nothing changed.

    In “advanced layout editor”, I type few fonts, just for experiment (čćžđš), save the text box, and when I press “update page” žš letters stay, and čćđ convert to ???.
    What to do next?
    Thx in advance.

    PS: I didn’t get how not to self post?! What should I do?

    #516775

    hello!?
    Has anyone see my reply? I did not fix it with the code provided.
    Please help.
    Best regards!

    #517515

    Hi!

    as Yigit already mentioned: Refuse from bumping into your own thread, because it pushes it behind in our queue and marks the thread as “answered”. That is why we can’t provide a faster reply.

    Please provide us admin access, so we can have a deeper look into it. Post login details here as private reply.

    Regards,
    Andy

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