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.
-
Anonymous(Private) August 31, 2016 at 4:28 pm #56241
Hello I followed your instructions and install new SF.
then I rebuilt cache,but th URL is still wrong – try to set filtr BARVA https://www.livit.cz/fotogalerie-vysledky/Maybe could help this: if I set custom field name without these special characters, for example “bila” instead of “bílá”. Then we would set name of label correctly Bílá (in Search filter settings) Our visitor will see Bíla as an option, which will be connected witch custom field bila, so there is no need of encoding.
Am I right?
Trevor(Private) September 2, 2016 at 7:47 am #56417I do not know. We discovered what the problem was. Our plugin encodes special characters to send to the URL. Your browser then decodes these and displays the correct URL. However, a few users have other code on their pages that encodes the url that our plugin had already encoded, thus double encoding the characters!! The browser cannot decode this.
One other user has this revised version and for him it works fine now. I do not know why yours does not. The key clue is to look at the url query string and see if it is correct after it sends the filter.
Anonymous(Private) September 9, 2016 at 10:55 am #57093Hi after reinstaling to newest version, all filtres work fine, but I have trouble with link at template of result page here:
https://www.livit.cz/magazin/URL and link title looks fine, see screen: https://www.livit.cz/magazin/
But after clicking on it I get again encoded URL
https://www.livit.cz/magazin/?_sfm_magazin-druh=N%25C3%25A1v%25C5%25A1t%25C4%259Bva
instead of: https://www.livit.cz/magazin/?_sfm_magazin-druh=NávštěvaHere is code I used in former verison echo '<a href="http://www.livit.cz/magazin?_sfm_magazin-druh='; echo $key_1_value; echo '">'; echo $key_1_value; echo '</a>';
Do you have any idea how to fix it?
Thanksin advanceRoss Moderator(Private) September 22, 2016 at 5:04 pm #59604Hey Jan
Will take a look at this again tomorrow – not had a chance to today.
Thanks
Ross Moderator(Private) September 26, 2016 at 7:09 pm #60387This reply has been marked as private. -
AuthorPosts