Forums › Forums › Search & Filter Pro › German Umlaute not working
Tagged: special characters, Umlaute
- This topic has 9 replies, 3 voices, and was last updated 9 years, 1 month ago by
Trevor.
-
Ross Moderator(Private) February 16, 2016 at 12:00 pm #37070
Having a look at this later on today.
Very strange, feels like I’ve fixed this bug 10x now already :/
Ross Moderator(Private) February 24, 2016 at 9:28 am #37803Hey Hans
No worries at all – I’m looking into this – hopefully have a patch later on today / tomorrow.
Thanks
Ross Moderator(Private) May 6, 2016 at 11:57 am #44878Hey Georg
I tested this again just now on my dev copy and umlauts etc are working fine…
I’ve just sent you this in case.
Did you try to disable the “search everything” plugin, perhaps there is a conflict there?
Thanks
Anonymous(Private) August 22, 2016 at 11:15 am #55217Hi Ross,
deactivated “search everything” and rebuild cache but still no luck: as long as the search contains no special characters, everything works fine. As soon as I add a german Umlaut like ä,ö,ü, search isn’t working, ie nothing happens/no change in URL, etc.
I now have Relevanssi up and running, but the Umlaut-problem remains.Some further system info: WP4.6 Multisite, Custom Post Types created with Custom Post UI-Plugin, S&F Pro 2.2.0, Relevanssi, auto submit form, using shortcodes, using AJAX.
Any other ideas what could cause the error?
Trevor(Private) August 22, 2016 at 11:49 am #55225Can you confirm that your PHP server has the iconv extension installed? If you don’t know how to find this out, the simplest way is to install this plugin:
https://wordpress.org/plugins/phpinfo-print/
and then search for this strng:
iconv support
and if it is there that it isenabled
This is the library that supports international character conversion in PHP.
Trevor(Private) August 25, 2016 at 5:33 pm #55713Hi Georg
We have spent hours on this. We can’t replicate what’s going on, but I will tell you what IS going on.
Our plugin encodes the HTML characters for the URL bar. A browser will render them as they SHOULD look. But, in your case, something else, probably another javascript, is grabbing that encoded URL and encoding it again, making it unreadable by the browser (hence what you see). From there on it is downhill; nothing will work.
In the first instance, we need to get you the latest dev version of the plugin (2.2.1). Can you give me an email address to send it to? Installation instructions:
Installation instructions:
1) Deactivate S&F in WP Admin Plugins page (do not delete, otherwise you will lose your search form)
2) Via FTP, delete search-filter-pro folder from the wp-content\plugins folder on your server. If you wish to keep the folder, just in case, do NOT rename it, instead move it UP a folder into the wp-content folder.
3) Unzip the file I will have sent to you.
4) Upload the search-filter-pro folder to the wp-content\plugins folder on your server.
5) Activate Search and Filter plugin in WP Admin plugins page -
AuthorPosts