Ryuhei Yokokawa
Forum Replies Created
-
Thanks for the info. I do know about the 409. The problem is that the email_exists method is checking against all lists, not just against the list that we’ve assigned the system to.
Here’s how you can reproduce this issue:
1. Create 2 lists on CC (List A and B)
2. Add an email to List A on CC (manually)
3. Integrate CF7 and CC. Assign CF7/CC integration to List B
4. Submit the same email from step 2 into the CF7 form.
5. No email is added to List B.This I think isn’t the behavior that most users would expect and therefore should be considered for change.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Outbound Port 80/443 blocked due to Optipng.exe fileI had the same issue from my host. Please check the file or talk to ClamAV.
Would love to have the plugin back on my installs.Thanks,
RyuheiForum: Reviews
In reply to: [WordPress SEO ACF Content Analysis] Good start!Thanks for the review!
I agree completely with you. When I initially started working on this plugin, I intended to get the entire document as a HTTP request. That turned really bad when I found out that it would run 4 times during a page edit load. So, I would like to accomplish it in that way, but it just wasn’t very feasible (also considering that not everyone has a fast server).I’m hoping that I can figure out a more robust way to solve this issue soon using requests/internal page rendering.
Forum: Plugins
In reply to: [WPML to WP API] Issue: ICL_LANGUAGE_CODE is not set rightHey @jsnd,
Sorry I didn’t get back to you on this.
I’ll look into that at some point. The plugin changes the language using this below method:
$sitepress->switch_lang('ja')
So if that doesn’t change the ICL_LANGUAGE_CODE then it won’t do it.
I did a quick search:
https://wpml.org/forums/topic/change-language-programaticly/
That might answer your question.Forum: Plugins
In reply to: [WP REST API (WP API)] WPML supportGuys, I just made this:
https://www.ads-software.com/plugins/wpml-to-wp-api/
Figured I’d post here to let you know.Forum: Plugins
In reply to: [In category Order] Does this plugin support CPT (custom post types?)I just looked through. Looks like you’re using a static ‘post’ post_type.
I might just modify the code to get current screen and pass the post type along to the get_all_category_posts method for admin.
What do you think?