MirceaR
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Remote Users Sync] Sync all existing usersBtw, and sorry for the double post. we managed to single out the calls to only one…so right now we just need to make sure that user meta field is set to both websites. That code is triggered from a custom plugin.
Forum: Plugins
In reply to: [WP Remote Users Sync] Sync all existing usersHello and sorry for the late feedback. So here is my issue: I have the code bellow. I need that meta info to go to a website that is in sync with the one I’m executing the code in.
function mepr_capture_stopped_sub($event) {
$subscription = $event->get_data();
$user = $subscription->user();
//doing some custom stuff here
update_user_meta($user->ID, 'custom_cr5_status', 'inactive');
$updated_userdata = array(
'custom_cr5_status' => 'inactive',
);
do_action('wp_update_user', $user->ID, $updated_userdata, $updated_userdata); //triggered for wp remote user sync
}
add_action('mepr-event-subscription-stopped', 'mepr_capture_stopped_sub');Forum: Plugins
In reply to: [Order Sync with Zendesk for WooCommerce] Advice: Needs optimizationHello,
Will there be any future updates on this plugin? Starting to get fatal errors and performance issues.
We had the same issue that was reported here: https://ww.wp.xz.cn/support/topic/registration-form-issue-8/ . Still waiting for an answer.
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Available Payments issueHello.
In the mean time I moved my work to my client’s stage site. Same problem there.
I’ll sent the support ticket.
Waiting for a solve.
Thanks.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Template overwrite from themeNevermind. Solved via chat on their website.
In case someone wants to do this… move the template file from the plugin in: /theme/woocommerce/
Cheers!
Forum: Plugins
In reply to: [Contact Form 7 Style] SuggestionsHi landyvlad,
Thank you for your suggestions. We will take them in consideration for verrsio 3.0, which will be launched soon with a lot of cool new features.
Cheers,
MirceaForum: Reviews
In reply to: [Contact Form 7 Style] make my form attractiveThank you for your feedback mushahm! If you have any ideea for improvements on our plugin, please let us know. 🙂
Mircea
Forum: Plugins
In reply to: [Contact Form 7 Style] Custom Style is not working!Hello mushahm,
A colleague of mine updated the plugin that will fix the problem you had. Please update the plugin and please let us know if anything else comes up.
Mircea
Forum: Plugins
In reply to: [Contact Form 7 Style] Custom Style is not working!Hello mushahm,
The actual css was generated, but its a css class related issue(for some reason its formed by numbers). Thank you for your feedback. We will try to fix this today or in the weekend. Be tooned for an update.
Mircea
Forum: Plugins
In reply to: [Contact Form 7 Style] Custom Style is not working!Hello mushahm,
Can you please give us a url to your website with a custom style activated on a form?
Thank you,
MirceaForum: Plugins
In reply to: [Contact Form 7] Customize Form.Hello Evellin.
Maybe you can try this addon: http://ww.wp.xz.cn/plugins/contact-form-7-style/ . Right know it doesn’t have many options because it’s only the first release, but I think in the next release you can do almost anything you want with a form that is generated with Contact form 7. Sayng this because i’m one of the authors of the addon plugin.If it’s not enough for you, you should follow our updates. 😉
Cheers.