BiDbMAK
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Can I use the ga() or _gaq.push()?Hi @dougaitken!
Thanks a lot for the reply. But I already managed it by using another plugin.
Anyway, thanks a lot for the info!Have a nice day!
Best wishes,
Alex S.Forum: Plugins
In reply to: [WP Approve User] Send notification to admin on new user registrationYou can use the default WordPress function in your custom form if it’s custom
<?php wp_new_user_notification($user_id, null, ‘admin’); ?>I solved it, the issues was that my form didn’t have the novalidate=”novalidate” parameter.
So if you build custom registration form you should add parameter like this:
<form action=”‘ . $_SERVER[‘REQUEST_URI’] . ‘” method=”post” novalidate=”novalidate”>
and the plugin WP Approve User will be work like a charm)
Thanks, for developers for this great plugin!
Hi, dear Justin!
Will how soon you will realize the 3.0 version of the plugin?
Or you decide to leave the support of this plugin?
I need to know because I decided to use it for some project sometime earlier.
And now when I move to develop it and install the Members plugin, I see the message:“This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.”
So I need to know, that I need to search for the new one or you will update it soon.
Thanks,
Best Regards,
Alex S.@dcooney Thanks a lot man! I spend 2 days on this to debug somehow this stuff! Today already rewrote it on custom ajax scroll load more) But now I think I’ll back the ajax_load_more plugin)
Thanks a lot! Have a nice day!