Forums › Forums › Search & Filter Pro › Tag option is not displaying
- This topic has 50 replies, 3 voices, and was last updated 7 years, 9 months ago by Trevor.
-
Trevor(Private) August 22, 2016 at 9:10 am #55203
I need to speak with Ross about this. Can 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 string:
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 #55712Hi Jan
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 pageTrevor(Private) August 27, 2016 at 8:10 am #55876As our tests here show it doesn’t happen for us, it is likely that a plugin’s javascript, the theme javascript or some javascript that you have added (if you have) will be causing it.
As to our email system, it is causing us issues right now. It is on and off 🙁
-
AuthorPosts