Greenweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Sign Up] Error message in Internet Explorer?@debruin007 the reason for this is that the honeypot hidden form field is being filled out, normally bot’s will trigger it or maybe in your client’s case, IE has an autofill feature that is kicking in and filling in that hidden field.
I hope you can tell me what version of IE they are using, in the short term your client can turn off the Honeypot Protection, or try and rename Honeypot Form Element Name.
These are in the plugin’s settings
Forum: Reviews
In reply to: [Easy Sign Up] Simple and easyThanks for the review, the plugin is designed to WP’s translation standards so if this is something you have had experience with I’d be happy to work with you on that.
Forum: Plugins
In reply to: [Easy Sign Up] Akismet not helping against spam?No that’s not the case, the plugin does not integrate with Akismet. Akismet support was removed before Akismet became a paid for service.
If you’d like to explore this further feel free to contact me directly, my information is available through my WP profile page.
Forum: Plugins
In reply to: [Easy Sign Up] Akismet not helping against spam?Looks like it’s all from the same IP address, maybe block that IP and report it to the provider of that bots ISP or host. Look up the IP https://www.ip-tracker.org/locator/ip-lookup.php
Blocking an IP address: https://mediatemple.net/community/products/dv/204405044/block-a-specific-ip-address-from-accessing-your-website
Forum: Plugins
In reply to: [Easy Heads Up Bar] Remove Padding?Hi there, thanks for the question. You can override the bars CSS by targeting the bar and using the !important attribute*.
* https://www.smashingmagazine.com/2010/11/the-important-css-declaration-how-and-when-to-use-it/
Let me know how you get on.
Forum: Plugins
In reply to: [Easy Sign Up] Easy Sign up Redirect to unknown sourceGlad you got it sorted out!
Forum: Plugins
In reply to: [Easy Sign Up] Easy Sign up Redirect to unknown sourceLooked at your webpage’s html code – looks like you put and extra .com after your domain name – that’ll be your problem.
You have the redirect set to https://www.millerunion.com.com
see: https://imgur.com/a/kUOVu
- This reply was modified 7 years, 9 months ago by Greenweb. Reason: correcting image scr
Forum: Plugins
In reply to: [Easy Sign Up] Easy Sign up Redirect to unknown sourceEasy sign up won’t redirect to a random site you did not set up in your options page, the code is super simple it checks for an override in your shortcode if nothing is found it looks in the wp_options table of your database, if nothing is found it then redirects to the homepage of your WordPress website. The only way I can think of subverting the plugin is if you website was hacked and either the code or you’re data was tampered with. There just is no way to get access to the back end via the ESU plugin.
Check your shortcode and check your ESU options page. If you’d like me to look at the settings contact me via my profile and I’ll be happy to check it out.
Forum: Plugins
In reply to: [Easy Sign Up] Security Breaches@imnaugle please open a new thread and check out the easy sign up plugin support forum sticky post. Thanks!
Forum: Plugins
In reply to: [Easy Sign Up] Data page still not foundQuick follow up – I work with @georgelward to get a current version of Easy data installed and working
Forum: Plugins
In reply to: [Easy Sign Up] Data page not foundmodlook please close topic. Reason: duplicated by https://www.ads-software.com/support/topic/data-page-still-not-found/
Thank you.
Forum: Plugins
In reply to: [Easy Sign Up] Data page still not foundNo need to open a new topic, just reply to this one.
I assume you’ve done the following?
# Updated WordPress and the Easy Sign Up plugin
# Looked around the forums for a similar topic as your problem may already be solved
# Disabled all your other plugins – to check if there is a clash somewhere
# Switched to the default WordPress themeAnd still no luck.
I don’t know what could be the cause since I don’t have any other info to go on.
Do you have the Easy Sign Up Data Extra plugin?
If *not* then your data should be at http(s)://your_WP_website_url/wp-admin/admin.php?page=esu_view_simple_data_pageIf you do have it installed and activated then the data should be at
http(s)://your_WP_website_url/wp-admin/admin.php?page=esu_view_data_pageIf you have the correct web address and you are still running into the 404 issue, are you able to see the Easy Sign Up Options page?
@ http(s)://your_WP_website_url/wp-admin/admin.php?page=esu_options_pgPlease check other links in your admin dashboard for the same 404 error? Especially links to admin pages that include a “?” and an “=” in the web address (URL).
If you are still having an issue with only this plugin and no others and would like further assistance please reach out to me via email as I’ll need access to the server and the WordPress admin area to troubleshoot this for you.
Thanks – to get in touch go to my WordPress profile and follow the link to my website.
Forum: Plugins
In reply to: [Easy Sign Up] Changing the Title font size and colorThe font colour is down to the theme.
Forum: Plugins
In reply to: [Easy Heads Up Bar] Link ColorPlease link the web page and I’ll take a look at your CSS, my guess is that the theme is overriding the plugin
https://www/example.com/rainbow/?esu_qv=true is not a correctly formed web address your test should go to https://www.example.com/rainbow/?esu_qv=true ( changed out the slash with a dot )
Thanks