Anticosti
Forum Replies Created
-
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Page not found on post type with custom rewriteOK. Thanks Jonathan! Will check this… 😉
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Page not found on post type with custom rewriteHi Jonathan 😉
Thanks for your reply.
I have any clue regarding: where to control the “query_vars” ?Kind Regards,
Yves
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Page not found on post type with custom rewriteDropping in cause this plugin sounds very promising.
If only I could get it to work for my needs.
The only show stopper in my case, is that I am facing another type of permalink structural challenge.I have created a custom post type with Ultimatum theming framework. I created a category: Services
I can browse this custom post type archive at:
http://example.com/mycustompostype/When I select the drop-down Services and a Term like: Full Service (7)
It then bring me to a 404 page: Sorry, no posts matched your criteria
at:
http://example.com/mycustompostype/services/fullservice/I also have as a side widget: List Custom Taxonomy Widget which works and behaves OK but… without the compact Select2 UI. So if you have some Custom Taxonomies to present to the user, then… it will take all your sidebar estate 😉
Kind Regards,
Yves
Forum: Plugins
In reply to: [Search Exclude] Not working with Better Search (plugin)A great thank you to Roman who kindly helped me solved this issue for me with this great piece of Art by coding:
add_filter('get_bsearch_matches', 'search_exclude_get_bsearch_matches'); function search_exclude_get_bsearch_matches($matches) { global $pluginSearchExclude; $method = new ReflectionMethod('SearchExclude', 'getExcluded'); $method->setAccessible(true); $excluded = $method->invoke($pluginSearchExclude); $matches[0] = array_filter($matches[0], function($item) use ($excluded) { return !in_array($item->ID, $excluded); }); return $matches; }Thanks again Roman ! 🙂
You Rock!Sincerly,
Yves
Forum: Plugins
In reply to: [bbPress Advanced Statistics] About LanguagesHi Jake 😉
I had troubles working on the French (fr_FR) translation with Loco Translate and finally discovered that I had to recreate the .pot file to be able to translate.
Don’t know if on my side, the file has been corrupted at some point? But now it works. Sometimes that could be due to a missing header in the .pot file.
Would appreciate if you could throw a look at my OK file:
https://www.dropbox.com/s/ligl3w85hp6gocc/bbpress-improved-statistics-users-online.pot?dl=0Kind Regards,
Yves
Forum: Plugins
In reply to: [Loco Translate] Error: ForbiddenI have been able to solve m,y problems with:
bbpress-improved-statistics-users-onlineby deleting the default:
wp-content/plugins/bbpress-improved-statistics-users-online/bbpress-improved-statistics-users-online.potand creating a new one with Loco Translate, which saved itself at the same location.
Then I created a new language which saved itself at:
wp-content/languages/plugins/bbpress-improved-statistics-users-online-fr_FR.mo
wp-content/languages/plugins/bbpress-improved-statistics-users-online-fr_FR.poI have the feeling that some plugins have bad headers in their .pot files.
Sorry for all these posts…. 😉
Yves
Forum: Plugins
In reply to: [Loco Translate] Error: ForbiddenNo. Sorry.
better-search has a .pot filewp-content/plugins/better-search
wp-content/plugins/better-search/languages/better-search-en_US.mo
wp-content/plugins/better-search/languages/better-search-en_US.po
wp-content/plugins/better-search/languages/better-search-en_US.potForum: Plugins
In reply to: [Loco Translate] Error: ForbiddenJust realized that the plugins that works and behaves OK are the ones that have no “.pot” file in their “plugin-name/languages” directory and they have at least an english en_US.mo and en_US.po version in there.
Example:
wp-content/plugins/better-search
wp-content/plugins/better-search/languages/better-search-en_US.mo
wp-content/plugins/better-search/languages/better-search-en_US.poNo .pot file in plugins/better-search/languages/
and it saves perfectly in my: wp-content/languages/plugins/When in Loco Translate, I click on “Sync” here’s the result message:
OK: Already up to date with better-search-en_US.pot which proves my assumptions 😉Forum: Plugins
In reply to: [Loco Translate] Error: ForbiddenBack in Town 😉
I have some non-exhaustive tests results for now.
I pulled out all the plugins except of course, Loco Translate.One by one, I brought back in some of my plugins (small test for now).
I simply checked if I could save the fr_FR translation for each plugin.Here the results:
Translation saving OK:
bbp-last-post
bbpress-private-replies
better-search
download-manager
email-to-download
geo-my-wpTranslation not saving (Error: Forbidden)
404page
admin-custom-login
advanced-ads
bbp-private-groups
bbp-style-pack
bbpress
bbpress-improved-staoes not make sensetistics-users-online
bbpress-notify-nospam
wp-user-frontend-proI could have went through all my 70 plugins in there but…
does not make sense.Theses results seems to prove that my setup is OK and… that the problem needs to be solved on a per plugin basis. Well… I may be wrong? Don’t know?
Isn’t this puzzling?
Have a great weekend!!!
Kind Regards,Yves
Forum: Plugins
In reply to: [Loco Translate] Error: ForbiddenGreat info! That wll maybe help me find something on my side, when I’ll get back to town.
The plugin that I first want to desactivate, will be cleantalk-spam-protect. Not sure… But… Who knows?Regards,
Yves
Forum: Plugins
In reply to: [Loco Translate] Error: ForbiddenOh boy… curious stuff…
Tim and Jake have no problems.
Then… the problem is ON ME 😉
Really sorry about bothering you guys with this 🙁
I love both your plugins… let’s have a nice weekend and maybe I’ll find something next week?Appreciate your efforts,
Kind Regards,
Yves
Forum: Plugins
In reply to: [Search Exclude] Not working with Better Search (plugin)I now have you in my Skype contacts 😉
but we are not in the same time zone 🙁Forum: Plugins
In reply to: [Loco Translate] Error: ForbiddenJust tested and same issue with version 1.2.2
I opened a ticket for Jake (the author)
https://wordpress.org/support/topic/error-forbidden-when-trying-to-translate-with-loco-translate?replies=2Just tested and same issue with version 1.2.2
Oh yes… Using version 1.3.11