I’m using the Filterable Gallery with the Quick search option. My website is in Spanish, and sometimes users, especially when using mobile devices, tend to omit accents while searching.
The issue is that if they don’t include those accents in the corresponding words, no matches are found. Is there a way to perform matching between the typed words and the Gallery Items without considering accents? For example, if the user types “publico” instead of “público”, results have to include all items related to the word “público”.
Thank you in advance!
]]>I am having issues with spanish accents showing weird symbols instead the correct language since I changed my template to the Articlewave Blog one.
I have changed in the wp.config set up define(‘DB_CHARSET’, ‘utf8’); to define(‘DB_CHARSET’, ‘latin1’); and for example the homepage does show the accents correct in the “pages” from the homepage, but if you see the latest article shows the following title “El OnePlus Nord 4 se presenta el pr?3ximo 1 de abril” and when you click on it https://blogofall.com/el-oneplus-nord-4-se-presenta-el-proximo-1-de-abril/ the name changes and its shown fine “El OnePlus Nord 4 se presenta el próximo 1 de abril”
Also the “pages” names below the header, when you are on an article, they get changed and the names show weird characters insted the spanish accents.
do you know what I need to change?
Thanks in advance
For many of posts from the blog I linked, some anchor links doesn’t work as the title is with some special characters (ie: french characters as é, è, à, ? etc…).
Here is a short post in which only one link works (“La focale apparente”) : https://apprendre-la-photo.fr/full-frame-aps-c-micro-4-3-taille-du-capteur/
The special caracter miss in the ID for all others link/title.
Also, I coded custom JS to highlight the link currently reading, based on the ID of the title/link. But it fails for the same reasons.
Any solution ? With lots of french blogs and lots of titles with accented characters whichs use the TOC, you probably have a solution ?
Thanks team,
]]>When I go to Ebook store/settings/PDF-protector and Buyer info text, this text doesn’t display the correct characters when the characters has an accent on it, for example :é, à, ?, etc. (French letters). Anything we can do about this?
]]>I am able to individual add participants with accent marks in their First Name and Last Name (e.g., André) without any issue. However, when I try to upload participants from the admin side in the plugin via a .csv file, the plugin says there is an error and does not upload. I turned on the Debugging Log but the error is not specific (it just says “Participants_Db::process_form record store error:”). Why are accents accepted when individually creating a participant but not when uploading a .csv? And is there a way to update this setting to allow accents to be uploaded in the First Name and Last Name fields to mirror the settings allowed when individually creating a participant?
Thanks for any advice you can provide!
]]>P.S: here i the function that i am using
add_filter( ‘relevanssi_remove_punctuation’, ‘rlv_remove_arabic_diacritics’ );
function rlv_remove_arabic_diacritics( $a ) {
$a = preg_replace( ‘~[\x{064B}-\x{065B}]~u’, ”, $a );
return $a;
}