magician11
Forum Replies Created
-
Hi David,
Yes, we’re running 3.1.8.8.
The link to your site doesn’t seem to lead to your site https://www.humaneko.com/
I checked the variation images, and they seem ok.
Thanks.
Hi David,
Thanks for working on it.
I see for the demo, the white helmet shows alone on initial page load now. https://svi.rosendo.pt/free/product/helmet/
I’ve updated the plugin on our site, and now it doesn’t work at all. https://dev.golightlyplus.com/lumenflex/product/lightrider/ Toggling the options show no changes at all, let alone on initial page load.
I’ve gone to Woocommerce->SVI and done a reset all options and re-enabled it. Still no dice.
Hey David,
Custom variations? Not sure.
Demo setup here https://svi.rosendo.pt/free/product/helmet/
Key points…
1. On page load, the default form values of “white” and “mains” are shown in the form, but not reflected in the thumbnails. Toggling a few options, the going back to “white + mains” displays the correct thumbnail.
2. I’ve set a variation image for “yellow + mains” and “yellow + battery”. That no longer changes the featured image when the power option is toggled.
Hope that helps you debug it!
Thanks very much for the quick response.Andrew
Forum: Plugins
In reply to: [Smart Variations Images & Swatches for WooCommerce] Carousel for thumbnails?Your pro version has a carousel for the thumbnails? I had a look at the options.. and, as far as a carousel goes, only saw
Add arrow navigation to main image (PRO VERSION)
Thanks.
Forum: Plugins
In reply to: [Smart Variations Images & Swatches for WooCommerce] Carousel for thumbnails?Hey David,
Those thumbnails are in a grid… and we would like them to be on a single line with left and right arrows.
Any idea on how that is done? It works by default with the theme, but the plugin reverts the thumbnails to a grid.
Thanks.
Forum: Plugins
In reply to: [Simple Tooltips] Tooltip box around image not working in FirefoxI’m not sure if this is related.. but the box renders before the image is loaded I think.. so the caret is hanging on my image..
e.g. https://dl.dropboxusercontent.com/u/14057353/Screen%20Shot%202016-08-10%20at%2010.32.30%20pm.png
Forum: Plugins
In reply to: [Contact Form 7 email verification] Duplicate EmailsHi everyone,
Well I can confirm that the user submitted email is also being sent out before it the email address is verified. So yes, duplicate emails. It seems the main Contact Form 7 plugin has been updated in such a way as to break my addon. This is actually the second time this has happened.
Unfortunately I don’t have much time to work on this now. If someone wants to contribute to debug this, check out https://github.com/magician11/wpcf7-email-verification and get in touch with me.
Andrew
Forum: Plugins
In reply to: [Contact Form 7] how do I set the $skip_mail variable?Thanks! I got a lot further with your input.
So it’s almost working again.
Emails don’t get sent (good thing). The verification email gets sent out. On clicking that link the mailing process is re-initiated and something gets sent… but it looks like the CF7 object I’m saving only has the template and not the contents of the submission. So I need to probably save something else. The saved object looks like this..
WPCF7_ContactForm Object ( [id:WPCF7_ContactForm:private] => 35 [name:WPCF7_ContactForm:private] => contact-form-1 [title:WPCF7_ContactForm:private] => Test form with attachments [properties:WPCF7_ContactForm:private] => Array ( [form] => <p>Your Name (required)<br /> [text* your-name] </p> <p>Your Email (required)<br /> [email* your-email] </p> <p>Subject<br /> [text your-subject] </p> <p>Your Message<br /> [textarea your-message] </p> <p>Optional attachment<br/> [file attachment]</p> <p>Optional attachment 2<br/> [file attachment2]</p> <p>[submit "Send"]</p> [mail] => Array ( [subject] => [your-subject] [sender] => [your-name] <[your-email]> [body] => From: [your-name] <[your-email]> Subject: [your-subject] Message Body: [your-message] thank you! [recipient] => [email protected] [additional_headers] => [attachments] => [attachment] [attachment2] [use_html] => 1 ) [mail_2] => Array ( [active] => 1 [subject] => [your-subject] [sender] => [your-name] <[your-email]> [body] => Thanks for your message. Here is what you sent us.. [your-message] [recipient] => [your-email] [additional_headers] => [attachments] => [attachment] [attachment2] [use_html] => 1 ) [messages] => Array ( [mail_sent_ok] => Your message was sent successfully. Thanks. [mail_sent_ng] => Failed to send your message. Please try later or contact the administrator by another method. [validation_error] => Validation errors occurred. Please confirm the fields and submit it again. [spam] => Failed to send your message. Please try later or contact the administrator by another method. [accept_terms] => Please accept the terms to proceed. [invalid_required] => Please fill the required field. [captcha_not_match] => Your entered code is incorrect. [invalid_email] => Email address seems invalid. [invalid_url] => URL seems invalid. [invalid_tel] => Telephone number seems invalid. [invalid_number] => Number format seems invalid. [number_too_small] => This number is too small. [number_too_large] => This number is too large. [quiz_answer_not_correct] => Your answer is not correct. [invalid_date] => Date format seems invalid. [date_too_early] => This date is too early. [date_too_late] => This date is too late. [upload_failed] => Failed to upload file. [upload_file_type_invalid] => This file type is not allowed. [upload_file_too_large] => This file is too large. [upload_failed_php_error] => Failed to upload file. Error occurred. ) [additional_settings] => ) [unit_tag:WPCF7_ContactForm:private] => [responses_count:WPCF7_ContactForm:private] => 0 [scanned_form_tags:WPCF7_ContactForm:private] => Array ( [0] => Array ( [type] => text* [basetype] => text [name] => your-name [options] => Array ( ) [raw_values] => Array ( ) [values] => Array ( ) [pipes] => WPCF7_Pipes Object ( [pipes:WPCF7_Pipes:private] => Array ( ) ) [labels] => Array ( ) [attr] => [content] => ) [1] => Array ( [type] => email* [basetype] => email [name] => your-email [options] => Array ( ) [raw_values] => Array ( ) [values] => Array ( ) [pipes] => WPCF7_Pipes Object ( [pipes:WPCF7_Pipes:private] => Array ( ) ) [labels] => Array ( ) [attr] => [content] => ) [2] => Array ( [type] => text [basetype] => text [name] => your-subject [options] => Array ( ) [raw_values] => Array ( ) [values] => Array ( ) [pipes] => WPCF7_Pipes Object ( [pipes:WPCF7_Pipes:private] => Array ( ) ) [labels] => Array ( ) [attr] => [content] => ) [3] => Array ( [type] => textarea [basetype] => textarea [name] => your-message [options] => Array ( ) [raw_values] => Array ( ) [values] => Array ( ) [pipes] => WPCF7_Pipes Object ( [pipes:WPCF7_Pipes:private] => Array ( ) ) [labels] => Array ( ) [attr] => [content] => ) [4] => Array ( [type] => file [basetype] => file [name] => attachment [options] => Array ( ) [raw_values] => Array ( ) [values] => Array ( ) [pipes] => WPCF7_Pipes Object ( [pipes:WPCF7_Pipes:private] => Array ( ) ) [labels] => Array ( ) [attr] => [content] => ) [5] => Array ( [type] => file [basetype] => file [name] => attachment2 [options] => Array ( ) [raw_values] => Array ( ) [values] => Array ( ) [pipes] => WPCF7_Pipes Object ( [pipes:WPCF7_Pipes:private] => Array ( ) ) [labels] => Array ( ) [attr] => [content] => ) [6] => Array ( [type] => submit [basetype] => submit [name] => [options] => Array ( ) [raw_values] => Array ( [0] => Send ) [values] => Array ( [0] => Send ) [pipes] => WPCF7_Pipes Object ( [pipes:WPCF7_Pipes:private] => Array ( [0] => WPCF7_Pipe Object ( [before] => Send [after] => Send ) ) ) [labels] => Array ( [0] => Send ) [attr] => [content] => ) ) [locale] => en_US )
Probably also saving something like the result of
wpcf7_mail_replace_tags( $mail_tags );
Code updated on GitHub. One of the lines that needs updating is this one.
Thanks for the insight!
Forum: Plugins
In reply to: [Contact Form 7 email verification] Plugin Not WorkingHi Bassponselee,
Thanks for checking in.
I had a look and made some headway, but CF7 has changed it’s structure quite a lot so I’m a bit stuck right now as to how to integrate my plugin with theirs. I have emailed another developer who has been helping me and I’ll let you know as soon as I hear more.
thanks,
AndrewForum: Plugins
In reply to: [Contact Form 7 email verification] Plugin Not WorkingHi guys,
I had a look into it.
Contact Form 7 has significantly changed their code so my plugin no longer works with it.
I’m not sure how easy it’s going to be to fix. I’ll have a look. If someone wants to help out, they can fork the code here https://github.com/magician11/wpcf7-email-verification
Thanks.
Forum: Plugins
In reply to: [Contact Form 7 email verification] Plugin Not Workingyes, looks like something has changed.
I haven’t updated the plugin… so Contact Form 7 has probably updated something that makes my extension not work.
I’ll look into it.
Forum: Plugins
In reply to: [Contact Form 7 email verification] Resend Verification emailThere is currently no functionality to re-send. The easiest would be for them to re-fill out the form.
And of course I’d get them to check in their spam folder.
Forum: Plugins
In reply to: [Contact Form 7 email verification] Error while activatingPleasure. Glad you got it sorted ??
Forum: Plugins
In reply to: [Contact Form 7 email verification] Submit not via adminThanks Peter! And thank you for giving the plugin its first rating! I super appreciate it.
Great to hear you’re not getting double submissions. Interesting.. maybe I’ll go back to that verification method down the line.
Forum: Plugins
In reply to: [Contact Form 7] Trying to add a meta box using wpcf7_add_meta_boxesThe solution to this is
add_meta_box('wpcf7ev_form_options', 'Email Verification', 'wpcf7ev_display_options', null, 'mail', 'core');
For some reason supplying the post type wpcf7_contact_form breaks it.