Tech4Eleven
Forum Replies Created
-
thank you! I will reach out via email.
Thanks. The issue that is causing emails to show code instead of supporting HTML correctly seems to be with the Post SMTP plugin (used for handling emails), specifically when “PostSMTP” is enabled for the mail type. When I switch the mail type to “PHPMailer”, the emails from reg magic display correctly. See this screenshot.
https://www.dropbox.com/s/23g1pg1dh3vfa3f/regmagic-postsmtp.png?dl=0
I also want my users to be redirected back to the page they came from after they register and placed the above code from @rumesh38 in my functions.php file but it didn’t redirect me after i did a test registration. my registration page’s shortcut is just
[user_registration_form id="581"]
After registration, the page just says “You are currently logged in as…”
did i do it wrong?
- This reply was modified 5 years, 3 months ago by Tech4Eleven.
Genius! I use “Advanced Access Manager” and was able to assign my user user role that capability and it works. thanks so much!
boom! that’s awesome. works perfectly. thanks so much!
Mostly correct, yes. I have another form on my site that shows the donor comment box and I want it to be required. But on the form that is mentioned here, I do not have a comment box and thus do not want it required.
good idea. so i removed my code and just added the code you mentioned above and i still get the error stating “Please enter where you want this donation designated in the comment box. See notice above for details” – which is the error msg i wrote in functions.php to show if someone doesnt fill out the comment box, but of course, the comment box is disabled on the form on https://dev.bridgesofhopewestafrica.com/sponsor-a-student/
Yes, the old incorrect code is removed. Here is a screenshot: https://dev.bridgesofhopewestafrica.com/wp-content/uploads/2019/04/givewp.png
thanks for the help!
thanks for the quick reply! i have the above code entered into my site but unfortunately i see the same error. can you please help me out more?
Forum: Reviews
In reply to: [Gutenberg] Make it optionalHi Tammie. thanks for the reply.
I personally think that WordPress should not integrate a visual page builder of any kind into the core. I think if WordPress wants to, they should make it optional by default. I like that, right now, you can install the classic editor plugin and it overrides Gutenberg. I hope at least it stays this way when v5 is released. I think if anything can be learned from third party visual page builders it should be that wordpress should build wordpress in such a way that allow developers to shine. WordPress has the greatest resource of plugins, themes and other extensions from 3rd party developers and i hate see anything hinder that.
i figured this part of by making sure the MAIL form was filled out correctly.
However, not all submissions from this form are getting to get response. I’ve only seen 2 out of 6 submissions in my get response dashboard and have only seen 2 out of 6 email confirmations from get response. Any idea what the issue could be?Forum: Plugins
In reply to: [Invisible reCaptcha for WordPress] Exclude Contact Form 7 FormMaybe it could be built in sometime ??
What backend code would need to be used? Something i can place in my functions.php? I tried to use the “exclude home page” code found in these forums but it doesn’t work for my site (betheme).
Forum: Plugins
In reply to: [WP Review Slider] Rights to Editorsi was able to edit the plugin to allow access to editors. it might be something you want to build in. thanks though.
thanks. im sad to see postman smtp go but ill give mail bank a try now
Forum: Plugins
In reply to: [Yoast SEO] Facebook Title Not showing yoast site titleI completely forgot to check my theme’s options and you were right – the theme was using open graph too so i disabled it and that fixed it. thanks!