brianikeda
Forum Replies Created
-
@paddyam thanks for responding!
Not entirely sure what you mean by timing. I’m using your plugin on a contact form built with Elementor. When the form is submitted, an email is generated from the site and sent to an email address with the same domain name.
The debug content came from 3 different emails sent on Nov 28 at 10:23am, 10:41am, and 12:13pm. All three generated the same message I shared earlier.
The value in the wp_options row is:
a:12:{i:39;i:2;i:40;i:4;i:41;i:4;i:42;i:13;i:43;i:18;i:44;i:9;i:45;i:19;i:46;i:6;i:47;i:3;i:48;i:5;i:49;i:1;i:50;i:1;}
@paddyam thanks for responding!
Below is my debug message. Can you help me understand what’s going on? It seems like it’s going through the Elementor Pro plugin, but it’s also using info that’s set up in WP Mail SMTP, such as the sender’s name, email address and the fact it’s using the Gmail API I set up in WP Mail SMTP. The message is successfully sent and passes all security tests. I guess I should leave well enough alone, I just don’t understand why the summary emails seem to tell a different story.
Content: An email request was sent to the Gmail API.
Source: Elementor Pro
[redacted]/wp-content/plugins/elementor-pro/modules/forms/actions/email.php (line: 364)
Backtrace:
[0] wp_mail called at [[redacted]/wp-content/plugins/elementor-pro/modules/forms/actions/email.php:364]
[1] ElementorPro\Modules\Forms\Actions\Email->run called at [[redacted]/wp-content/plugins/elementor-pro/modules/forms/classes/ajax-handler.php:159]
[2] ElementorPro\Modules\Forms\Classes\Ajax_Handler->ajax_send_form called at [[redacted]wp-includes/class-wp-hook.php:324]
[3] WP_Hook->apply_filters called at [[redacted]/wp-includes/class-wp-hook.php:348]
[4] WP_Hook->do_action called at [[redacted]/wp-includes/plugin.php:517]Forum: Plugins
In reply to: [Team Members Showcase] Single page for members not foundThanks, issue resolved!
Thanks for getting back to me!
http://dev.northlake.org/sermons/exodus-1522-27/
Checking the option doesn’t appear to have solved the issue.
Brian
- This reply was modified 7 years, 10 months ago by brianikeda.
Forum: Fixing WordPress
In reply to: Can't insert YouTube video in postThere may be a plug-in that is automatically adding <p></p> to the URL when you paste it into the post editor, which will cause WordPress to display the URL as text instead of the video.
I use the TinyMCE Advanced plug-in to format my text, and it was automatically adding <p></p> to the URL.
To disable this, go to:
Settings>TinyMCE AdvancedAt the bottom of the page is an Advanced Settings section. Make sure “Stop removing the <p> and
tags when saving and show them in the HTML editor” is NOT selected.You can find out if WordPress is adding <p></p> by pasting your URL into the post editor and toggle between Visual and HTML views.
@mslocumm, you are a lifesaver! Thank you!
I am having the same issue too. Clicking the Add Audio button doesn’t display the shortcode in the Link URL entry field. I’m a little worried this won’t be fixed since the plug-in hasn’t been updated since January 2010.
Manually entering the shortcode isn’t really an option for my clients.
Can anyone recommend a replacement plug-in?Forum: Fixing WordPress
In reply to: Sidebar displaying inconsistently in IEWell, I cleaned up the code on that page, but it still displays incorrectly in IE.
Interestingly, I placed the get sidebar call between the get header call and the div containing the post content, and the layout displays correctly. Of course, this makes some of the widgets not function correctly…Forum: Fixing WordPress
In reply to: Sidebar displaying inconsistently in IEThanks! I was just reading the same link you posted and was just trying to figure out if I should use HTML 5 as the doctype for validation.