Mubashir Ali
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting Too Much Spam Through Contact Form 7 – Need HelpHello @shawnbayley
I have checked your website and it seems like your contact form is build using https://ww.wp.xz.cn/plugins/forminator/ plugin and I don’t see Google Re-Captcha or any math equation in the form.
I would highly recommend you to customize your form to meet your business needs instead of generic and add general security/math/science question to the form to prevent the spam.
You should also reach out to their support: https://ww.wp.xz.cn/support/plugin/forminator/
Let us know if you need any other help.
Best,
MubashirForum: Fixing WordPress
In reply to: Email Sign-Up Form Not WorkingHi @searts ,
I took a look at your Mailchimp form in the footer and found the problem. The text color for the input field is set to white, so when people type their email address, they can’t see what they’re typing. That’s definitely frustrating!
Here are two ways you can fix this:
Option 1: Use your new MailChimp code
Since you already created a new form in Mailchimp and have the code ready, here’s where to add it:
- In your WordPress dashboard, go to Appearance -> Widgets
- Look for a Custom HTML widget in your footer area
- Open it up, delete the old Mailchimp code that’s in there
- Paste in your new code
- Hit Save
That should do it!
Option 2: Quick fix for the current form
If you’d rather just fix the existing form instead of replacing it, you can add a little bit of CSS to make the text visible:
- Go to Appearance → Customize
- Click on Additional CSS
- Copy and paste this code:
css
body input, body textarea { color: #333333 !important; }- Click Publish
This will change the text color to dark gray so people can actually see what they’re typing.
Let me know if you run into any trouble or if you’d like me to help with this directly!
Best,
MubashirForum: Plugins
In reply to: [PayPal for WooCommerce] Altert when email changedHello Patjk,
Unfortunately, there is no such option available where you can get an alert, we can add this into our feature request.
ThanksForum: Plugins
In reply to: [PayPal for WooCommerce] Paypal Checkout Buttons Not Showing on Checkout PageHello there,
It seems like you have submitted a ticket in the wrong support forum. You are using https://ww.wp.xz.cn/plugins/woocommerce-paypal-payments/ and you need to contact them. this plugin is no longer available on WP Repo.
If you are not seeing the PayPal buttons on checkout page and make sure you have enabled them in the settings.
Thanks