Exponential
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Get Page Title > If No Page Title > Get Category TitleThank you for your help. I have achieved what I needed by using Widget Logic plugin and then
is_category( )to target category pages with different content.Thanks for the help.
Forum: Plugins
In reply to: [Contact Form 7] Email Success but Never Arrives in InboxThe issue is not related to spam as I have ruled this one out myself. It seems the problem may be server side but has resolved its self over the weekend.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 and SalesForceI havn’t been able to solve this one but I have identified a plugin which works really well with CF7 and achieves the same task.
The plugin author has obviously found a way to resolve this and no longer required me to put code into my functions.php file.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 and SalesForceHaving looked through your article (http://contactform7.com/2014/07/02/contact-form-7-39-beta/)
I understand the issue is occurring because “WPCF7_ContactForm object no longer has a posted_data property.”
My existing functions.php code is using this posted_data property, for example:
$email = $cf7->posted_data["your-email"];If you could advise on what I would need to change to get this working again that would be much appreciated.
Thanks in advance.
James
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 and SalesForceHi Takayuki,
I have had a look at the this however I am a bit of a novice so I do not understand what changes may have affected my functions.php code.
Any help would be appreciated.
James
Forum: Plugins
In reply to: [Contact Form 7] Inconsistency with multiple formsI think I have resolved this but I’m not sure why or how!
Interestingly, the problem effected all email accounts in the To: field EXCEPT Gmail.
All I did was isolate the problem to the From: field which was set to:
Exponential Training [[email protected]]
It may have been the fact that SMTP settings we set to the same as the From field but when I changed this just “[email protected]” or [your-name] <[your-email]> for example, it worked fine.
Forum: Plugins
In reply to: [Contact Form 7] Inconsistency with multiple formsHi Takayuki, I have tried this but still experiencing the same issues. I am using WP_Mail_SMTP and am able to send a test via the plugin successfully however not with CF7 (apart from the 1 form).
I have tried changing the TO: field to my personal hotmail email and still receive nothing but to complicate things further I have tried it with my hosting providers gmail support account and they recieved it successfully.
Any ideas?
Forum: Plugins
In reply to: [Contact Form 7] Inconsistency with multiple formsI don’t know if this adds any further clues to the mystery but I also had “Sales Force Lead field mapping function” set up with my contact forms that have also stopped working since at all happened.
Forum: Fixing WordPress
In reply to: Updat wp 3.9 installed 4.0 AlphaThis is great! Thanks for this, works a treat!
Forum: Fixing WordPress
In reply to: WordPress Archives Widget – Post Count ProblemI have downgraded by version (as per http://ww.wp.xz.cn/support/topic/updat-wp-39-installed-40-alpha?replies=32#post-5470519) and this has resolved the error.
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Get Post Title for Category NameSorry to be a pain and thank you very much for you help!
I have used your simple example within my functions.php file. The contact form is sitting in a widget area attached to the category pages.
I have then set up a seperate CF7 form for category pages and am trying to create a dynamic text field picking up the custom shortcode I created.
This is not working and I think I may have misunderstood some part of doing this:
[dynamictext qual-cat id:qual-cat class:form-control ‘my_category’]
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Get Post Title for Category NameHi Chris,
Thank you for your reply.
Can you give me any guidance on how I would create a custom shortcode that returns the current category name?
Thanks in advance.
Forum: Fixing WordPress
In reply to: WordPress No Longer Sending Email NotificationsHi Tara, thanks for your message.
Yes I agree, I have done some additional digging and found a work around which was to install a plugin called WP-Mail-SMTP.
https://ww.wp.xz.cn/plugins/wp-mail-smtp/
I think this works by reconfiguring the wp_mail() function to use SMTP instead of mail().
Therefore it suggests the problem is something to do with mail() but I don’t know what exactly as I’m only a novice.
Forum: Plugins
In reply to: [Contact Form 7] Not receiving emails after WordPress UpdateI have resolved the issue by installing WP-Mail-SMTP plugin
https://ww.wp.xz.cn/plugins/wp-mail-smtp/
I think this works by reconfiguring the wp_mail() function to use SMTP instead of mail().
Therefore it suggests the problem is something to do with mail() but I don’t know what exactly as I’m only a novice.
The plugin seems to be OK for me though.
Regards
Forum: Plugins
In reply to: [Contact Form 7] Not receiving emails after WordPress UpdateHi thanks for the message.
No, this is not the case for me as I am sending emails to a Exchange account which is [email protected].