Title: DC38746's Replies | WordPress.org

---

# DC38746

  [  ](https://wordpress.org/support/users/dc38746/)

 *   [Profile](https://wordpress.org/support/users/dc38746/)
 *   [Topics Started](https://wordpress.org/support/users/dc38746/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dc38746/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dc38746/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dc38746/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dc38746/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dc38746/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Elementor Template Layout Breaking After WordPress 6.9 Update](https://wordpress.org/support/topic/elementor-template-layout-breaking-after-wordpress-6-9-update/)
 *  [DC38746](https://wordpress.org/support/users/dc38746/)
 * (@dc38746)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/elementor-template-layout-breaking-after-wordpress-6-9-update/#post-18743369)
 * Same issue, forms are the most obviously broken but I saw other minor issues 
   on numerous sites after 6.9 upgrade — seems to mostly be padding, margins, and
   flexbox gap issues, but some missing backgrounds also. Rolled back 30+ sites 
   yesterday to WP 6.83 for now and disabled auto-updates till the dust settles.
   I see some threads about other major plugins having issues with 6.9 too though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TranslatePress - Translate Multilingual sites with AI Translation] Translate option missing for most text on Elementor site](https://wordpress.org/support/topic/translate-option-missing-for-most-text-on-elementor-site/)
 *  Thread Starter [DC38746](https://wordpress.org/support/users/dc38746/)
 * (@dc38746)
 * [9 months ago](https://wordpress.org/support/topic/translate-option-missing-for-most-text-on-elementor-site/#post-18642629)
 * Success! Used this on the html prior to running my code:
 * if (function_exists(‘trp_translate’)) {
   $output = trp_translate($output, $language
   = null, $prevent_over_translation = false );}
 * Had to turn off the over-translation flag since the added spans caused some style
   issues on this site, but that doesn’t seem to be a problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TranslatePress - Translate Multilingual sites with AI Translation] Translate option missing for most text on Elementor site](https://wordpress.org/support/topic/translate-option-missing-for-most-text-on-elementor-site/)
 *  Thread Starter [DC38746](https://wordpress.org/support/users/dc38746/)
 * (@dc38746)
 * [9 months ago](https://wordpress.org/support/topic/translate-option-missing-for-most-text-on-elementor-site/#post-18642589)
 * Quick update, it’s NOT related to Elementor or ACF use, I tracked this down to
   some code I use (go figure : ) to fix various accessibility issues in the final
   rendered html sent to the browser, using the ‘shutdown’ action hook — looks like
   TranslatePress must use something similar and they conflict.
   Wrapping in this
   code fixes the backend issue so that everything can be translated:
 *  if (!$_GET[‘trp-edit-translation’]) {
   }
 * But unfortunately it doesn’t help on the front end, if I disable my code I see
   the translations, otherwise it’s the default language.
 * I tried raising the priority of my code, but no luck.
 * Is there possibly a hook that would allow me to retrieve the final html for the
   page that TranslatePress generates so that I can run my code on that? Mostly 
   I’m doing things like adding missing aria tags, making sure all IDs on page are
   unique, etc., doesn’t really matter if my code runs before or after TP just so
   long as they don’t overwrite each other.
 * Thanks!
    -  This reply was modified 9 months ago by [DC38746](https://wordpress.org/support/users/dc38746/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Accept Stripe Payments] Test Mode won’t turn off](https://wordpress.org/support/topic/test-mode-wont-turn-off/)
 *  Thread Starter [DC38746](https://wordpress.org/support/users/dc38746/)
 * (@dc38746)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/test-mode-wont-turn-off/#post-18335476)
 * Ah! Thanks, that seems to have worked. I didn’t think to look under the specific
   product advanced settings at first, thanks for pointing me to that area.
    -  This reply was modified 1 year, 3 months ago by [DC38746](https://wordpress.org/support/users/dc38746/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Missing Emails (Contact form)](https://wordpress.org/support/topic/missing-emails-contact-form/)
 *  [DC38746](https://wordpress.org/support/users/dc38746/)
 * (@dc38746)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/missing-emails-contact-form/#post-18331380)
 * Tagging this because we’re having similar issues, using an Outlook email address(
   SMTP connection which they’re still allowing till September I think.) The emails
   are sending, we can see them in the email account sent folder, they just sometimes
   never arrive, which makes me think something about them is being flagged and 
   rejected by the recipient’s server. We’ve set up DKIM and DMARC rules and I don’t
   think the subject or content looks spammy.
 * Is there anything at all different in the headers of an email sent by the plugin
   via SMTP vs. sending an email directly from the email account? Would love if 
   anyone can chime in on anything that can be done to make sure emails aren’t rejected.
   This is basically just a welcome message for new subscribers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Passster - Password Protect Pages and Content] Hook to check validated status?](https://wordpress.org/support/topic/hook-to-check-validated-status/)
 *  Thread Starter [DC38746](https://wordpress.org/support/users/dc38746/)
 * (@dc38746)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/hook-to-check-validated-status/#post-16985697)
 * Oh interesting! Thanks for that, that probably jump starts one of the next phases
   I need to work on, allowing a client to update the stored password in a central
   place, probably an ACF custom field on an options page. It looks like you have
   really good documentation for all of these things though, so I imagine I’ll figure
   it out.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] Search shortcode or functions?](https://wordpress.org/support/topic/search-shortcode-or-functions/)
 *  Thread Starter [DC38746](https://wordpress.org/support/users/dc38746/)
 * (@dc38746)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/search-shortcode-or-functions/#post-16966940)
 * Thanks, that looks like money well spent to save my sanity : )
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Passster - Password Protect Pages and Content] Hook to check validated status?](https://wordpress.org/support/topic/hook-to-check-validated-status/)
 *  Thread Starter [DC38746](https://wordpress.org/support/users/dc38746/)
 * (@dc38746)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/hook-to-check-validated-status/#post-16957541)
 * Quick update and a bit of a hack, I created a custom shortcode in functions.php,
   used do_shortcode to load the returned value of the Passter shortcode into a 
   variable, then either return that value or redirect if it’s empty — it works!
   If there’s a built-in hook for this I’d still love to know since that would be
   cleaner, but if not, maybe this can help someone else.

Viewing 8 replies - 1 through 8 (of 8 total)