Forums Forums Search & Filter Pro Tag option is not displaying

Viewing 10 posts - 41 through 50 (of 51 total)
  • Anonymous
    #56170
    This reply has been marked as private.
    Trevor
    #56173
    This reply has been marked as private.
    Anonymous
    #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
    #56249

    That is correct, AFAIK.

    Anonymous
    #56416

    Hello Trevor, do you think that your new version would work if I delete former version completely? And then install it again? I know that i will lost filtres but I can create them again, if it works.

    Trevor
    #56417

    I 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
    #57093

    Hi 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ěva

    Here 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 advance

    Ross Moderator
    #59604

    Hey Jan

    Will take a look at this again tomorrow – not had a chance to today.

    Thanks

    Ross Moderator
    #60387
    This reply has been marked as private.
    Anonymous
    #62088

    Hi, thanks for reply. What exactly should I do now?

Viewing 10 posts - 41 through 50 (of 51 total)