hovig10
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Attachments not being received with rest of contentHi Ian,
We may be having the same problem. In my case, the attachment comes through with file size zero (so just the name). See my post – https://ww.wp.xz.cn/support/topic/form-upload-file-empty-sometimes/
Have you tried submitting the form from other devices? My problem seems to be only when using an iPhone.
Forum: Plugins
In reply to: [Contact Form 7] Form upload file empty (sometimes)Thank you, Neil.
But that is a different issue. In my case, when a user is on an iPhone, the file they upload through the CF7 form is coming in empty. You can see the name of the file as an attachment but the file size is zero.
When they upload the same file form another device, it comes through fine.
Any help much appreciated.
Forum: Plugins
In reply to: [Contact Form 7] Form upload file empty (sometimes)UPDATE: I noticed that the problem is ONLY happening when the form is submitted from an iPhone. From all other platforms, the file uploads fine. But from an iPhone it comes empty.
Help please! Any solution?
Forum: Plugins
In reply to: [Contact Form 7] Acceptance Checkbox wording edit and exclusivityTakayuki, any chance you can please let me know about this? I would really appreciate if you can let me know if these are possible, otherwise I have to find another form plugin for my client as they need this sorted out urgently.
Thanks much.
Forum: Plugins
In reply to: [Contact Form 7] Error Sending Message – still not resolvedSorry, I’m not an expert but yes you have to put your server’s outgoing e-mail SMTP and port in the plugin’s settings. You can also send a test e-mail from that page. Good luck!
Forum: Plugins
In reply to: [Contact Form 7] Error Sending Message – still not resolvedMarhsaSk
Using the WP Mail SMTP plugin. It’s not tested for WP 4.6 but working fine for me.
Forum: Plugins
In reply to: [Contact Form 7] Error Sending Message – still not resolvedHi again,
Yes, my particular problem had to do with the new server. I had to use the WP-Mail-SMTP plugin to configure the details and now it’s working.
Thanks vasili4 and esmi.Forum: Plugins
In reply to: [Contact Form 7] Error Sending Message – still not resolvedCorrection: Other sites working with WP 4.5. Afraid to upgrade to 4.6 now in case the forms on them stop working too.
Any other suggestions/help appreciated.
Forum: Plugins
In reply to: [Contact Form 7] Error Sending Message – still not resolvedWell, it’s a brand new site so we started with WP 4.6 just a couple of days ago. Today is the first day we are testing the Contact Form on it.
But the form is working fine on other sites I have.
Forum: Plugins
In reply to: [Contact Form 7] Error Sending Message – still not resolvedI tried that but still not working. Still getting the “There was an error trying to send your message. Please try again later.”
Hi Vasili4,
Having same problem. Tried the fix you recommended at core.trac.
Adding the patch line in pluggable.php was no problem but I’m not sure what else and where I should do the other change (in mail.php?).Would really appreciate some more guidance on this as we are stuck with our Contact Form not working without a solution.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Color and Layout new problemsThank Andy.
One final question – just to clarify in my mind regarding the hook.
If I make the change in the custom css of my theme, won’t that be the same as using the hook? Ie – they both won’t be overwritten at the next update?
I had made the changes in legend.css.php and placed it in my child theme teccc folder. Would that mess up at the next update?
Thanks again for all your help.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Color and Layout new problemsHi Andy,
That didn’t work either… BUT I eventually found out what was causing the problem.
The css in legend.css.php was overwriting any changes I was putting in. Once I fixed that, it’s working fine.
Thanks for your time and for the great work on the plugin.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Color and Layout new problemsHere is the code –
add_action( 'teccc_add_legend_css', function() { echo '#legend_box { line-height:0.5em;} ’; });The specific change? In the month view, I would like to make the color legend buttons smaller and tighter around the category names. So the font size of the category names stays the same but the color buttons wrap tighter around them.
I tried all kinds of css code and changes but for some reason nothing is changing on the month view page. That’s why I’m wondering if something else is over-riding the changes.
Over to you. Thanks again.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Color and Layout new problemsHi Andy,
Still not managing to do this. For some reason, any CSS I’m putting through my theme is not making a difference. Is that because I have unchecked the ‘Check to use your own CSS for category legend.’option?
And when I try with the filter hook through function.php, the entire site is disappearing(white screen), so it doesn’t seem to like that.
The url is – http://www.aisc.tiv1.com/events/
Appreciate any help you can give and sorry for taking up your time.