pezflash
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Checkbox validation problem since last updatesWeird issue that got me stuck on the latest developments. Finally i found a solution in another thread. Just add class “novalidate” to a <p> or <div> wrapping the checkbox shortcode. Only tested for checkboxes on my side.
More info here:
https://www.ads-software.com/support/topic/frontend-click-on-a-checkbox-field-triggers-validation/Side note: curiously, it also works for required (need validation) checks. It doesn’t validate on click inside the wrapper, but it does on submitting. Go figure!
- This reply was modified 2 years, 2 months ago by pezflash.
Hi. Thanks a bunch. We will try that script in the Pro version. If we encounter any issue, i’ll open a ticket with the client account. Thanks again for the quick reply!
Thanks!
Can you point me where to find that info in the premium version. We have a license of the Pro version for this client, but i think more than a year has gone by, not sure.Forum: Plugins
In reply to: [Contact Form 7] Uncaught TypeError: e.wpcf7.parent.querySelector(…) is nullFinally!
Thanks a bunch, Aaron. I was getting this error (ajax not working) on latests releases of CF7 en several sites, and now i see what is was causing the issue… The point is that the $(‘p:empty’).remove(); was on my own JS files (yeah, to keep things clean and avoid extra spacing on some wrong formatted -by client- texts).Thanks again, and thanks Takayuki for such an incredible plugin.
Best regards from Madrid
JesúsPostman SMTP
I need to add another important notice here, as some topics related with this security thread are being closed in the support section.
I finally moved to another plugin that doesn’t have this security hole. My surprise came when i removed WP-Mail-SMTP completely from my WP, and i realised later that the entries (including of course the plain-text password) in the DDBB were still there! (?!)
So this is both ad important advice for others users and also a recommendation to update this plugin with the encryption issue and the addon of the plugin removing its own entries on the database on deletion.
Thanks. But this solution only affects visual admin. Anyone with access to DDBB can still see the password in plain text, which is a huge security hole nowadays with wordpress.
As a good (and recent) example, check how the hackers in the infamous #Panamapapers leack, accesed the email server. They got the DDBB access through an outdated revslider plugin. Then, a smtp plugin (not this one, but similar) that also stored the password in plain text, gave them access to the email servers… ??
https://www.wordfence.com/blog/2016/04/panama-papers-wordpress-email-connection
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Initial calendar not workingI’m getting the same error while using stream type. Not loading properly on init. After selecting the stream type on combo it looks fine.
Thanks Davidoi!
This trick worked for me as well (i don’t need the price translation as all languages displays the euro symbol).Let’s see if the author comes with a “more elegant” solution.
Forum: Plugins
In reply to: [Multisite Language Switcher] Does it work with WP 3.7?Thanks a bunch for your quick reply, Dennis; much appreciated.
Forum: Plugins
In reply to: [Social Sharing Toolkit] Linksalpha button…really?Forum: Plugins
In reply to: [Social Sharing Toolkit] Linksalpha button…really?I found this update quite annoying also. Anyway, previous version 2.1.4 (without LinkAlpha button) seems pretty stable for me.
Also, for those who didn’t read this on that version, i copy/paste here the author message (it’s on any tab on settings, at the end):
—-
Thank you for using the Social Sharing Toolkit!Version 2.1.4 is the last version I have personally updated and supported. From now on, further development and support will be provided by LinksAlpha.
The last years I have been amazed at how well received this plugin has been. Sadly, I find myself unable to effectively combine further development and, more importantly, support with my other obligations. This is why I agreed to transfer further development and support to LinksAlpha. I fully expect that the current quality of the plugin will be maintained and improved under the care of LinksAlpha.
~ Marijn Rongen, Active-Bits – July 2013
Forum: Plugins
In reply to: [Form Manager] Get number of forms filledHi. Thanks a bunch, i got it running. THe only thing to mejtion, is that i needed to add the $wpdb as a global bar.
global $wpdb; $submission_count = $wpdb->get_var( "SELECT COUNT(*) FROM wp_fm_data_1" ); echo $submission_count;
Leave here the final code in case there is someone with the same need.
Kind regards.
Forum: Plugins
In reply to: [iWR Tooltip] Size of the boxOn css/atooltip.css just add a width value on .defaultTheme.