lramos
Forum Replies Created
-
I also have the same problems. It seems that stripe isn’t returning anything after payment.
I have. It’s disabled everywhere. New vendors are still registered as subscribers. If it’s a free commission based plan they get registered as vendors but if they subscribe to a paid plan using stripe I always have to manually approve them.
Hi Ibrahim,
I didn’t quite get what you’re trying to accomplish.
Can you be more clear?Hi mate,
I’m glad to help. Been using this plugin for a few years now.
What exactly is your issue?@codeorlov if you’re logged in as administrator you will see ALL pages. Try to login as a normal user and you’ll see it’s working.
Hi,
Thanks for the fast reply.
Yes, I am aware of that, but I meant a front-end solution.
As in “Missed your activation email? Insert your email below and get a new one!”.There was one that worked pretty fine on v1.x. I got it here https://github.com/yaronguez/um-resend-activation-form. However it naturally stopped working on v2.x.
Forum: Plugins
In reply to: [Two Factor Authentication] Login FormI’m using ultimate member pro. The thing is I wanted to use their sign up form and integrate it with your plugin. Is it possible to give their register button the same command as your register button. Will this work?
Forum: Plugins
In reply to: [Job Board Manager] Deactivate FieldsThanks for the reply. Keep up the good work!
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Number of Views/ClicksCheers Thomas! Nice work ??
Forum: Fixing WordPress
In reply to: Absolute Rookie- need clarificationFast solution: Hire a web developer!
Slow solution: Study web development!Forum: Themes and Templates
In reply to: Can not Delete Sections on DiviThe reason why you can’t delete the sections is most probably because you left an unclosed <div> somewhere in the sections above. Re-read all your code in the previous sections and let me know if it worked.
Forum: Fixing WordPress
In reply to: 4.5 Breaks Everything AjaxHello people from the wordpress community,
For those of you that are having images/javascript problems go to
wp-content/themes/your-theme/js folder and edit custom.jsRun a search for $( ‘a[href*=#]:not([href=#])’ ).click( function() { and change that line to $( ‘a[href*=”#”]:not([href=”#”])’ ).click( function() {
Let me know if that helped