Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #834288

    Hi,

    New to Enfold and can’t find anywhere to report a bug, so I guess do it here in the forum.

    There is a bug with special characters (like our swedish ÅÄÖ) in feild “Website Name”, in element Testimonial. Please see picture: https://www.screencast.com/t/oE5AnLkM

    #836191

    Hey Theqie,

    Thank you for using Enfold.

    I can’t reproduce the same issue on my end. Did you modify the testimonials shortcodes or file?

    // http://imgur.com/a/ZR1wa

    Best regards,
    Ismael

    #836251

    Hi Ismael,

    That´s strange. Please specify how you mean by “modify”. What I’ve done is to import demo content “Business startup” and modified it using your Advanced Layout Editor.

    I also have a secondary server with Enfold online where I can reproduce the exakt same problem, please see http://boklagret.com/test/ (password “test”). This is a completely different server with a brand new setup of wordpress and Enfold, then imported a different demo content.

    Any tips how to proceed?

    #836828

    Hi,

    Please check the wp-config.php file then look for the following code.

    define( 'DB_CHARSET', 'utf8' );
    

    It is currently set to “utf8”. Please try to set it to “ISO-8859-1” then retype the characters in the testimonial element.

    Best regards,
    Ismael

    #836895

    Hi Ismael,

    Thanks for your help. However the new charset didn’t work, after I changed to ISO-8859 every Å/Ä/Ö characted on the site was broken. Please see picture: https://www.screencast.com/t/FlSEse2VgP. And this was the line i changed: https://www.screencast.com/t/9dl8Clzse.

    Just a reminder: the characters Å/Ä/Ö works fine everywhere on the whole site, except in the company name in the testimonial element.

    Any more ideas how to proceed?

    #837704

    Hi,

    Thank you for the update. The characters are decoded properly on our end so it’s most likely related to the server. Please edit the config-templatebuilder > avia-shortcodes > testimonials.php file then look for this code around line 428:

      $linktext = htmlentities($linktext);
    

    Replace it with:

      $linktext = $linktext;
    

    Please avoid using greater or less than signs inside that field.

    Best regards,
    Ismael

    #838478

    Thanks for the help, that workaround did the trick!

    #838593

    Hi,

    Glad it worked. Please create a change log or a note regarding the modification in case of a theme update.

    Best regards,
    Ismael

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