Forums › Forums › Search & Filter Pro › WPML Compatibility, problem filter permalink setting, error 404 not found
Tagged: WPML
- This topic has 23 replies, 2 voices, and was last updated 8 years, 10 months ago by
Ross.
-
Anonymous(Private) December 12, 2016 at 6:49 pm #75805
Yes,
i can send an email at you…I try to create a Search Form not linked whit the other Search Form but the result is the same.
In the template-page.php I load whit shortcode only the id of Search Form I need,
but the result isn’t change.<?php
if (ICL_LANGUAGE_CODE==’it’ ) {$id_search = 706;}
if (ICL_LANGUAGE_CODE==’en’ ) {$id_search = 8436;}
if (ICL_LANGUAGE_CODE==’fr’ ) {$id_search = 8438;}
if (ICL_LANGUAGE_CODE==’es’ ) {$id_search = 8441;}
echo do_shortcode( ‘[searchandfilter id=”‘.$id_search.'”]’ );
?>Anonymous(Private) December 14, 2016 at 11:31 pm #76406I Ross,
I found this link in wplm ad im not sucure about the plugin search-filter-pro,
https://wpml.org/forums/topic/problem-with-wpml-and-search-filter-plugin-tags-and-categories-wont-work/In this link WPML staf say your plugin isn’t compatibility whit you plugin.
The WPML staf’s say that.I try to send all information about my problem by email.
If your plugin is not compatible whit WPML i change sistem,
i need this information from you.Please ge me an answer.
Is realy important for me undestand this.Ross Moderator(Private) December 16, 2016 at 10:01 am #76962Hi Andrea
WPML have contacted me and we are looking into the issue. I will update when I know more, hopefully this afternoon.
Thanks
Anonymous(Private) December 16, 2016 at 12:30 pm #77009Thank you for the answer,
I have other information for you.
If I use the configuration whit this permalink strutture (EN: http://www.website.com/en/page) of WPML all seem work.In my website i have 4 languages.
The search and filter work completly only whit 1 language,
the “all” parameter of the query work in each language.
But if I click a filter and try to load post not load the post,
the filter in seem found the correct post,
I think this because in the search and filter setting, if is visible the count post, the number of post associated to the filter visible, is correct.
For make visible the post in a language im going to rebuild the cahe in the “search and filter form ita” for example,
when the proces of building cache is ok, the filter work only in the Italian language.For make visible the post in other language i going to rebuild the cahe in the differt language (only one language work completly),
or to reload all the post in each language in wordpress back-end,
this second sistem work if i have the cache load from ITA and modify all the post in 1 other lang, Eng for example.
After this proces i have Ita and eng work completly.
Whit max 2 language all is ok using this trick.If I modify one more lang, for example Espagnol, remaning Ita ok but english is replaced by Esp.
Is a problem of the cache sistem?
If i reload the cache in one lenguage and after i change language when the cahe is in loading,
the other language have the same reload cache in action.
There is a max number of the post i can use thit the Search an filter plugin?Thanks,
Andrea.Ross Moderator(Private) December 16, 2016 at 5:41 pm #77125Hi Andrea
I’ve just sent you an update (email) which should have a fix.. Please test it and let me know.
Thanks
Anonymous(Private) December 16, 2016 at 9:52 pm #77184I Ross,
i follow your instruction,
the beta plugin version work worst than before.
You can see in action at the follow link:
Archive page setting: http://www.okcs.it/bancodiprova/prodotti/
Custom post archive setting: http://www.okcs.it/bancodiprova/magic/
I have this function in my function.php, i try to remove but nothing change.function search_form_title($title){
global $searchandfilter;
if ( $searchandfilter->active_sfid() == (9009||90010||90012||90013||9020||9021||9022||9023))
{
return ‘Search Results’;
}
else
{
return $title;
}}
You receve the mail I send at yor personal mail?
In this day I send you all the information about my configuration and other information i see about this plugin.
Please keep me updated.
Thank you,
Andrea.Ross Moderator(Private) December 19, 2016 at 5:51 pm #77608Hi Andrea
I’m confused, I took a look at your site and it looks like the filters work ok?
Can you confirm that the new BETA fixes the WPML issue?
And after this, we can address your next issue.
Thanks
Anonymous(Private) December 20, 2016 at 11:48 am #77736I Ross i confirm the beta version of your plugin is install, you try to change language in my website for see the problem in other lang, i don’t know why but all work in 1 or max 2 lang, in the other is not found result from filter.
You can see that in this link:
http://www.okcs.it/bancodiprova/fr/produits/?_sft_category=lounge
http://www.okcs.it/bancodiprova/es/productos/?_sft_category=operativas
http://www.okcs.it/bancodiprova/es/magic/?_sft_categories-magic=operativas
http://www.okcs.it/bancodiprova/fr/magic/?_sft_categories-magic=directionYou see the problem I have in this link?
You have all the data for do an accesso in my website, you need other infomation for undestand better the problem?
Tanks, Andrea. -
AuthorPosts