azharpratama
Forum Replies Created
-
So so sorry… my bad.
After I double check everything I found out that Contact Form 7 is still using old email address for mails that sent to admin. That’s why sent mails is not appearing on my inbox.
I missed it at first since the mail address is quite similar to the new one.Thanks for the help and sorry for the trouble.
Yes that’s really weird.
No. I’ve checked that I did not have any filter for my emails.
Can you reproduce that using Contact Form 7?Yes. It appeared on sent folder but not on my inbox.
Tried with test mail it was sent successfully and also appeared on my inbox.Here is the log:
OS: Linux kinitstudio.com 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 15:31:16 UTC 2013 i686 Platform: PHP Linux 5.3.10-1ubuntu3.15 / WordPress 4.1.1 PHP Dependencies : iconv=Yes : spl_autoload=Yes : openssl=Yes : allow_url_fopen=Yes WordPress Plugins : Contact Form 7 : Disqus Comment System : Disqus Recent Comments Widget : Duplicate Post : Envato WordPress Toolkit : WordPress Plugin Boilerplate : WPBakery Visual Composer : Postman SMTP : Revolution Slider : W3 Total Cache : WooCommerce Admin Bar Addition : WooCommerce Header Category Image : WooCommerce JNE Shipping ( Full Version ) : WooCommerce Postman Version: 1.5.8 Postman Sender: ab************[email protected] Postman Transport URI: smtp:ssl:oauth2://6172****************************************************************.com:************************@smtp.gmail.com:465 Postman Transport Status (configured|ready|connected): Yes|Yes|Yes Postman Deliveries (Success|Fail): 19|0 Postman Bind (success|failure): Yes|No Postman Available Transports : SMTP (1.5.8) Postman LogLevel: 40000 Postman TCP Timeout (Connection|Read): 10|60 HTTP User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
Forum: Plugins
In reply to: [The Taxonomy Sort] Disappearing categoriesSame issue here
Forum: Plugins
In reply to: [Form Manager] Display form on every post and link form data to postResolved!
Turns out it was already included in form submission data, all I have to do is use do_shortcode() on single post template.Forum: Fixing WordPress
In reply to: WordPress 3.7.1 Youtube Videos not being recognized and embedded.Darn it! I’ve spent hours debugging the same problem, but in my case sometimes the link parsed correctly. First I thought it was a plugin problem but seems wierd since it was working on localhost with the same configuration. Going to check my hosting now. Thanks!
Happened to me too but I find out that it was an Adblock list that blocked the social buttons. Fanboy list if I’m not mistaken.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Retrieve Body Class from DATAAYou can’t just use jQuery on “dataa” since it’s not yet a DOM object of browser. The easiest way is to use workaround given by Courtney or parse the jqXHR string using .split function (hard way) which is time consuming ??