adaki
Forum Replies Created
-
Hi!
Thanks!
We solve the problem!
Forum: Plugins
In reply to: [WP REST API (WP API)] WPML supportHi!
If you need to make WPML compatible, just insert this code in “lib/class-wp-json-posts.php” file, inside “get_posts” function:
if (isset($filter['lang'])){ global $sitepress; $sitepress->switch_lang($filter['lang']); }
This way, if “lang” parameter is defined, we could retrieve posts in especified language, otherwise default language posts.
An example:
https://www.myweb.com/wp-json/posts?filter[category_name]=berriak&filter[lang]=eu
Could you set this update for next versions of the plugin?
Thanks!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Stopped working on subdomainsWe have the same issue…..
Any help please?
Forum: Plugins
In reply to: [Download Manager] Create Package is not workingHi;
We have the same problem, we can not upload files from PC.
There are no error on the navigator console and no movement on firebug options…
We have a multisite, is there any problem?
Forum: Plugins
In reply to: [WP RSS Multi Importer] Not import from MU blogsHi Allen;
Your test solution was a great help!!!
It was DNS resolution problem. I was working simulating some domains modifying Hosts file. My PC resolves OK but not the server… it is logical.
A lot of thanks!!!!!!!!!!!!!!!!!!!!!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Not import from MU blogsThe plugin only works with external feeds.
But I tested internal feeds manually (fetching them in the navigator) to know they are correct.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Not import from MU blogsWhen I try with external feeds the plugin works perfectly.
Only happens with sub-blog feeds…
If I fetch this feeds manually I can see the content.
I try with diferent MU configurations for main https://www.main.com domain:
1.- https://www.main.com/blog1, https://www.main.com/blog2
2.- blog1.main.com, blog2.main.com
3.- https://www.blog1.com, https://www.blog2.comP.D.: Sorry, my english is very poor.