Tagged: categories, multilanguage, post, slider
Hello,
I want to use post slider to display sliding posts on my homepage. In English (default) language everything is working, i have set up slider to display posts from chosen categories. But in other languages slider’s filter shows only English (default) category list and if i chose any of these – no content is shown. All post categories are translated in system, if i go to any of blog category by menu – everyhing is ok, there are posts in that language and all these are shown right. It is a some kind of problem with post slider’s filter i think, it does not see translated categories somehow, but i can not find a way to fix it. For multilanguage im using WPML. Please advise where to look to fix this problem.
Hi ashpacas!
Please create me an admin account and post the login credentials as private reply. I’ll look into it.
Regards,
Peter
Hey!
1) Please try to update WPML to the latest version (I think it’s 3.0.x).
2) I can’t reproduce the issue and it always shows the right categories in the the template builder – I wonder if the issue may be related to your admin account or browser. Please try to log in with the account you created for me and try to access the admin page from a different PC. I recorded a screencast to show you how it works for me: http://screencast-o-matic.com/watch/cIlY1dnnkr
3) I’m not sure if it will fix the issue for you but you can try to remove following line from enfold/config-wpml/config.php
add_filter( 'avf_dropdown_post_query', 'avia_wpml_filter_dropdown_post_query', 10, 4);
This line adds a filter to the post query which removes all entries from other languages. Maybe it does not work properly in your case and by removing the code you can deactivate the query filter.
Regards,
Peter
Great! Updating WPML did help and now everything is working just perfectly. Thank you!