When I am in french, wishlist = liste d’envie and once my customer add a product then the text looks very funny specially if he changed several time the variation as the ajax reload each time.
So I can end up with “Ce produit est dans votre liste d\\\\\\\\\\\\\\\’envie PARCOURIR LA LISTE”
Which is not nice…
Please can you advise?
Thanks
]]>There seems to be an issue with passwords that contain characters that need to be escaped with a backslash, like “\” or “‘” – when entering the password on the front end, it throws an error that the password is incorrect.
This can be fixed by passing $_REQUEST[‘password_protected_pwd’] through wp_unslash or a similar function in maybe_process_login().
]]>When using a shortcode like this [groups_member group=”Oxford University”] content here [/groups_member]
This works for the the brackets and accent chars, but fails on groups that have these names:
King’s College London
Queen Mary, University of London
Royal Holloway, University of London
Is there a way to escape the apostrophes and commas? I’ve tried \ but it doesn’t work. (In my WP user list the King’s College London group is shown as King\’s College London but that doesn’t seem to work in the shortcode.)
]]>You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'tite+voiture&oq=p'tite+voiture&aqs=heirloom-srp..' LIKE ...' at line 1 in request SELECT id FROM wp_wsm_searchEngines WHERE 'google.fr/search?q=p'tite+voiture&oq=p'tite+voiture&aqs=heirloom-srp..' LIKE CONCAT('%',CONCAT(name,'%')) made by require_once('wp-load.php'), require_once('/home/wordpress/wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, wsmInitPlugin::wsm_plugin_init, wsmDatabase->fnCorrectDatabaseTables, wsmDatabase->fnGetToolBarID
Of course I encounter this error for different calls to fnCorrectDatabaseTables : querying wp_wsm_searchEngines and wp_wsm_toolBars.
It looks like your queries do not take into account single quote inside search field. Thus they get truncated and badly interpreted, creating syntax error…
But that maybe means that you don’t handle such google queries URL well way before calls to fnCorrectDatabaseTables (maybe this is the reason why fnCorrectDatabaseTables has to be called?).
Could you check that please, as single quote search on search engines often lead to my site…
]]>I noticed a strange behaviour when a FAQ title contains an apostrophe [‘], as in “It’s a pity…” for example.
In this case, when the question is selected in the search suggestions, all FAQs are displayed, not only this question.
Could you check please?
UFAQ Premium v1.8.27 / WordPress v5.2.4
Have a nice evening and thanks in advance,
Sylvain
I’m not sure how to handle accents for my sites Meta description.
Each time I put a meta description in Yoast with some accent (like ‘référencement’) or special characters (like ‘l’eau’) it won’t translate.
So I have to put ‘referencement’ which is not totally correct in french. Any idea how to deal with this ?
Thanks!
]]>You register this script in front form which translated in French gives this :
<script type='text/javascript'>
jQuery(document).ready(function(){jQuery('#rm_reg_form_pw_2_1').password({ shortPass: 'Trop court',badPass: 'Pauvre (facile à trouver)',goodPass: 'Moyen (si on veut faire l'effort...)',strongPass: 'Fort (incraquable et introuvable... en principe)',});})
</script>
Because of the translation we find this “(si on veut faire l’effort…)” with a not escaped single quote “‘” -> then crashes !
Best regards
Trebly
]]><pre>$'</pre>
it always get canceled. It doesn’t happen with the wordpress editor.
I tried with another installation and it still happens. Is it a problem with my installations? Is there a workaround?
Thanks
]]>Yes, I’m back
Good to see the plug in is still growing.
I encountered one minor snag in the image name:
if you enter a single quote as in “Don’t do it”.. it is truncated to “Don\”
So words with a single quote in the name can not be entered..
A double quote hopwever is transferred from ‘He said “Hello”..’ into ‘He said \”Hello\”..’
LOL, One funny thing.. if you keep clicking safe..
every time a backslash is added in front of the double quote..
so it is permissible you end up with ‘He said \\\\\\\\\\\”Hello\\\\\\\\\\\”..’
just so you know
love,
Amy