stevewest15
Forum Replies Created
-
@dearhive That’s the least I can do…I hope the 5-start review I just submitted helps.
Hi @dearhive,
Thank you for your assistance and my apology as I wasn’t aware there are different PDF versions of this PDF. Using the correct PDF file (without the borders) has addressed my issue.
Sorry once again but I do really appreciate your help!
Best Regards,
SW
Hi @dearhive,
Thank you for your assistance! When I open the PDF in Adobe Acrobat, I’m not seeing the white area. See this short video of what I see in Adobe Acrobat:
https://app.screencast.com/PEkndcqMoxEwd
Thank You,
SW
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] New W3C Validator ErrorsHi Damian,
Thank you, look forward to the next update.
SW
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] New W3C Validator ErrorsHi Damian,
I tried adding the script above.
This removed the styles from the body:
remove_action( ‘wppopups_popup_output’, [ wppopups()->printer, ‘styles’ ], 5, 2 );This however broke the site. It seems to have failed in adding the styles in the header:
add_action( ‘wp_head’, [ wppopups()->printer, ‘styles’ ], 5, 2 );Hi Damian,
Thank you for your assistance. When I switched the editor to text mode, I found that most popups had the following added:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "https://www.w3.org/TR/REC-html40/loose.dtd"> <html><body>My Popup </body></html>
This seems to only impact the popups migrated. The new popups don’t have this issue. I’ve went ahead and removed the above html tags and that appears to have fixed the issue.
Thank you again for your assistance!
SW
Forum: Plugins
In reply to: [Contact Form 7] Form Submission Fails on iOS DevicesAny assistance is greatly appreciated. thx!
Forum: Plugins
In reply to: [Contact Form 7] Form Submission Fails on iOS DevicesEven though reCAPTCHA is not enabled, after submitting the https://old.itc.edu/testing-page/ form, /feedback shows the following: https://www.screencast.com/t/Mt6wPaIX
I’ve also deleted CF7 plugin and installed a new one and still the same issue.
We’re running the following:
– WordPress: 5.2.3
– Contact Form: 7 5.1.4
– PHP: Tested 7.2.x as well as 7.3.xThx,
SW
Forum: Plugins
In reply to: [Contact Form 7] Form Submission Fails on iOS DevicesThanks for the suggestion! I’ve switched the theme to Twenty Seventeen and disabled all plugins except CF7 and still the form won’t submit for iPhone users. Here is the page with a simple CF7 form:
https://old.itc.edu/testing-page/
CF7 -> Integration -> reCAPTCHA is not enabled. Any ideas why when iPhone users try to submit the above form, they are getting the orange box stating “There was an error trying to send your message. Please try again later”?
Thx,
SW
Forum: Plugins
In reply to: [Contact Form 7] Possible bug w/ latest CF7: Spambots bypassing quizHi, no unfortunately wasn’t able to figure out how these bots were bypassing the quiz challenge. Interesting enough, it was only from specific IP addresses (mostly in Italy) so I’ve blocked them at the firewall and that has cut the spam to only 1-2 per day which is manageable.
I’m hoping the CF7 team can chime in to see if they’ve seen automated bots bypassing the quiz challenge.
Forum: Plugins
In reply to: [Contact Form 7] Possible bug w/ latest CF7: Spambots bypassing quizCiro, you should read the google recaptcha v3 terms as it requires some time to learn about the type of site visitors, etc. Check the forum here for more info.
Our issue is NOT w/ Google recaptcha but rather w/ CF7 quiz seems to be bypassed by spambots with a simple POST request.
Forum: Plugins
In reply to: [Contact Form 7] Possible bug w/ latest CF7: Spambots bypassing quizHi Ciro,
If your web forms were using Google recaptcha, the lastest CF7 update disables them by default until a new API key is generated for version 3 of google recaptcha.
But that is NOT the issue we’re having.
We have disabled Google recaptcha and instead are using CF7 built in quiz capabilities and our log analysis shows spambots are able to submit the CF7 web form protected by a math equation within a tenth of a second of landing on the page. Here is an example apache log entry of a spambot:
93.190.138.231 - - [13/Dec/2018:21:02:59 -0500] "GET /contact-us/ HTTP/1.0" 200 61493 "/contact-us/" "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36 OPR/49.0.2725.47" 93.190.138.231 - - [13/Dec/2018:21:02:59 -0500] "POST /contact-us/ HTTP/1.0" 200 61620 "/contact-us/" "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36 OPR/49.0.2725.47"
Forum: Plugins
In reply to: [Contact Form 7] How to disable reCAPTCHA which negatively impacts PageSpeedThank you @takayukister for your help and your continued outstanding work on this plugin.
Thanks @nlpro! I’ve clicked on the reset button and that seems to have cleared the itsec cron jobs going back to May thru Nov 2018.
Forum: Plugins
In reply to: [Contact Form 7] File /refill@takayukister, we use the CF7 math capatcha and WP Super Cache. I’m wondering if there is a solution to the slow load time of the /refill as we have 2-3 different forms on some pages and loading of the /refill takes much longer to load then all other web assets.
Here is a screenshot of an example page load:
https://www.screencast.com/t/Kgf2Smc7Thank you,
SW