itsmeka
Forum Replies Created
-
Forum: Reviews
In reply to: [SI CAPTCHA Anti-Spam] No support for custom formYou can remove it directly from your hosting file system. If you have FTP access then go to wp-content/plugins, then remove this plugins.
Now go to your WordPress and check. It should works. 🙂
Forum: Plugins
In reply to: [MailChimp Multiple Newsletter Signup - Light] Popup on selected pages?Hi, We will fix it in our next release.
Thanks.
Hi repIGNITE,
Our plugin don’t have support for custom fields right now and yes, it will be great. We will make it in our next version.
Thanks for your information.
Forum: Plugins
In reply to: [MailChimp Multiple Newsletter Signup - Light] Not adding new usersHi littlebigepic,
Sorry for late! When user signup in your list by his/her email, MailChimp sent a confirmation email. After confirm the email address by user, you will get that user in your MailChimp list.
Anyway you can fix it easily by following this article here: http://kb.mailchimp.com/article/can-i-shut-off-the-e-mail-that-asks-people-for-confirmation-that-they-want-/
If you found our help, please don’t forget to rate us on WordPress and let us know if you have more questions.
Thanks
Hello,
Thanks for this issue and we will fix it in our next update.Hello,
In settings panel you can set one list ID. For more list you need to use our shortcode/widget.
Please check documentation for shortcode and widget: http://cdn.readykommerce.com/readyKommerce-Newsletter-Plugin-UserGuide.pdf
Thanks
sorry for my review. removing my review. thanks
Forum: Reviews
In reply to: [Wp-ImageZoom] demo is not workingwindows7 and internet explorer 9
Forum: Plugins
In reply to: [Yoast Duplicate Post] [Plugin: Duplicate Post] array_diff() problemHi logo,
Sorry, i made some stupid wrong when i edited. Your plugins is great and working great. Thanks for your great work and reply.Forum: Plugins
In reply to: [Yoast Duplicate Post] [Plugin: Duplicate Post] array_diff() problemI did as you said. Now it is working fine but it does not copy categories, tag and custom fields. After cloning the post, it takes the default categories(Uncategorized), tags(No Tags). Please advice.
Thank you in advance.
Forum: Plugins
In reply to: [Yoast Duplicate Post] [Plugin: Duplicate Post] array_diff() problemProblem is solved. 🙂
i have changed following code in duplicate-post-admin.php at line 278:if ($post->post_type == 'page' || (function_exists('is_post_type_hierarchical') && is_post_type_hierarchical( $post->post_type ))) do_action( 'dp_duplicate_page', $new_post_id, $post ); else do_action( 'dp_duplicate_post', $new_post_id, $post );to
if ($post->post_type == 'page' || (function_exists('is_post_type_hierarchical') && is_post_type_hierarchical( $post->post_type ))) do_action( 'dp_duplicate_page', $new_id, $post ); else do_action( 'dp_duplicate_post', $new_id, $post );