interfool
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Can’t submit formsFor those of you having problems with 5.4 submit not working, I found the problem, as least as far as my site goes.
5.4 seems to have a problem with ReCaptcha. I turned off the ReCpatcha integration in the integrations area of CF7 and all forms starting submitting.
Hope this helps folks.
Thanks to Jainil as well. I put the recaptcha keys in, but that did not fix it for me, but he and others led me to the integration issue.
Forum: Plugins
In reply to: [Contact Form 7] CF7 v5.4 not able to send email using mobile devices5.4 won’t send messages. Submit broken on all my forms. Desktop and mobile.
Forum: Plugins
In reply to: [Contact Form 7] Version 5.4 no longer Submit FormTried reverting to earlier version. No joy. Hoping developer sees this issue and fixes whatever is wrong.
Would love input as to what I can do to narrow down the problem for us.
Forum: Plugins
In reply to: [Contact Form 7] Version 5.4 no longer Submit FormHaving the same problem.
Forum: Plugins
In reply to: [Contact Form 7] Email not sendingAll of my forms that worked for months will work now. Created a brand new very simple form. Doesn’t work. Problem started a few days ago.
https://wfpbhealth.com/reg-form-test-2/
Put simple, actual values in email fields. No CF7 addons enabled.
Internal forms using DIVI work fine, so I don’t suspect hosting SMTP.
NICE plugin. thanks, KTS!
Found the culprit, WordPress Post Tabs. Thanks to your help, I will notify the plugin author of this issue, maybe save some folks some grief down the road.
Thanks again and Happy WPing!
Lew
Forum: Plugins
In reply to: [WP UI - Tabs, Accordions, Sliders] Broken after updating 3.8.1Have either of these issues been fixed?
Heartfruit, was this ever resolved?
Forum: Plugins
In reply to: [Awesome Flickr Gallery] Callback URL errorStevie, You need to go into flickr API admin page (your app garden) and fill in the callback url field with your website admin link:
I.e. https://www.mywebsite.com/wp-admin
New apis default to Web Application, so I don’t think you have to worry about that one.
The other gotcha I found is the id is NOT your flickr login id, it’s the app id flickr generates for you. It’s a fairly long number.
Hope this helps.
Forum: Plugins
In reply to: [Awesome Flickr Gallery] Callback URL errorSorry, ERAELY, not earely. Fat finget ;>)
Forum: Plugins
In reply to: [Awesome Flickr Gallery] Callback URL errorYou fixed it earely. Thanks so much!
BTW, the user id is NOT the same as your flickr login id… Found that out the hard way as well.
Forum: Plugins
In reply to: [Awesome Flickr Gallery] Callback URL errorWe need to get ahold of the developer, methinks.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Matrix question corrects to right answer after hitting checkI fixed this HUGE BUG myself, after hunting thru the code. I modified the wpProQuiz_front.js, commented out some lines and minified it. If anyone else encounters this, contact me for the code. Or see, starting line 489:
//plugin.methode.resetMatrix($question);
//$question.find(‘.wpProQuiz_sortStringItem’).each(function() {
// var x = matrix[$(this).data(‘pos’)];
// if(x != undefined)
// x.append(this);
//}).css({‘box-shadow’: ‘0 0’, ‘cursor’: ‘auto’});//$question.find(‘.wpProQuiz_sortStringList, .wpProQuiz_maxtrixSortCriterion’).sortable(“destroy”);
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Paid AccessYou can use Namaste LMS in conjunction to make paid quizzes. Namaste supports payments and you can make an intro page that points to a Wp Pro Quiz.
Update: I added standard php tags and it doesn’t echo anymore. Just doesn’t do a darned thing.
I’m using the last suggested fix, BTW. No joy.