Title: Breaking Divi theme?
Last modified: May 1, 2017

---

# Breaking Divi theme?

 *  [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/)
 * Any ideas why this is breaking my theme on the page it’s inserted on? There’s
   no menu bar like the rest of the site. If I put it inside a text module in the
   divi builder, the form gets rendered at the top of the page above other blocks
   and elements I put before it. I’ve turned off the sidebar for that page (a theme
   setting) and it works when logged in, but not when logged out.
 * Here’s the page: [https://fiddler.online/payment/ach/](https://fiddler.online/payment/ach/)
 * Any ideas? Seems like something is just conflicting with the theme, causing it
   not to work.
 * Setting the amount as a variable in the URL is excellent! Thanks for adding that.

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

 *  Plugin Author [justinwhall](https://wordpress.org/support/users/jwind/)
 * (@jwind)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/#post-9093331)
 * Can you update and try again?
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/#post-9094710)
 * Thanks, Justin! That update seems to have it playing much more nicely with the
   theme.
 * Quick update: my vendor was able to make a payment through it yesterday. I can
   see his customer profile and bank account payment method in Stripe. Waiting for
   the payment to clear, but it looks like this is going to be very helpful, at 
   least in dealing with a few vendors like him.
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/#post-9094728)
 * I spoke too fast. It is doing some better as I can now load content blocks and
   stuff into the page. However, the menu bar doesn’t load and neither does the 
   footer. So some kind of conflict still, but definitely a step in the right direction.
 *  Plugin Author [justinwhall](https://wordpress.org/support/users/jwind/)
 * (@jwind)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/#post-9094765)
 * I’d have to see it. At this point, it’s likely a problem with the theme.
    -  This reply was modified 9 years, 1 month ago by [justinwhall](https://wordpress.org/support/users/jwind/).
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/#post-9098903)
 * What do you need to see? If just the front-end, you can compare this page: [https://fiddler.online/payment/ach/](https://fiddler.online/payment/ach/)
   with the form in it, to this page: [https://fiddler.online/payment/](https://fiddler.online/payment/)
   you’ll see the 1st one (which has the LittleBot ACH shortcode in it) has the 
   missing menu and “sticky” menu on scroll, as well as the missing footer. Compared
   to the 2nd one, which has all of those things.
 * I’d be happy to send you a copy of the Divi theme, or whatever you need to look
   into it more.
 *  Plugin Author [justinwhall](https://wordpress.org/support/users/jwind/)
 * (@jwind)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/#post-9101057)
 * Can you try now?
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/#post-9102390)
 * Still the same. 🙁 I can get you access if you want, or I can reach out to ElegantThemes
   support and see if they can provide insight.
 *  Plugin Author [justinwhall](https://wordpress.org/support/users/jwind/)
 * (@jwind)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/#post-9102430)
 * What I or elegant themes is going to need is the error log.
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/#post-9104271)
 * I’m seeing this when I reload the page:
    `PHP Warning: php_uname() has been disabled
   for security reasons in /www/wp-content/plugins/ach-for-stripe-plaid/vendor/stripe/
   stripe-php/lib/ApiRequestor.php on line 147`
 * I’m not seeing any WP messages on the front-end with debugging turned on. I’m
   checking with my host to get logging turned on.
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/#post-9104294)
 * UPDATE: hmmmm… there’s a chance that was from before the most recent update. 
   I cleared the log file and haven’t been able to make it happen again.
 * Or it’s possible that was only triggered when a payment was made through the 
   form. That’s only been done once.
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/#post-9104759)
 * Update 2: I played with it, trying to login to my own online banking and was 
   able to cause that same error again. Not sure it’s related to the theme issue,
   but still something to look at.
 *  Plugin Author [justinwhall](https://wordpress.org/support/users/jwind/)
 * (@jwind)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/#post-9106445)
 * That warning is from the the official Stripe wrapper. Basically a library they
   built for developers to interface with their API.
 * It’s also just a warning. Warnings to not generally cause any sort of error that
   the end user would see.
 *  Thread Starter [Tevya](https://wordpress.org/support/users/thefiddler/)
 * (@thefiddler)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/#post-9111096)
 * K. Thought you’d like to know, but yeah, I kinda figured it wasn’t related to
   this issue. Should have the debug log soon. Will let you know if there’s anything
   there.

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

The topic ‘Breaking Divi theme?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ach-for-stripe-plaid_6ebeeb.svg)
 * [LittleBot ACH for Stripe + Plaid](https://wordpress.org/plugins/ach-for-stripe-plaid/)
 * [Support Threads](https://wordpress.org/support/plugin/ach-for-stripe-plaid/)
 * [Active Topics](https://wordpress.org/support/plugin/ach-for-stripe-plaid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ach-for-stripe-plaid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ach-for-stripe-plaid/reviews/)

## Tags

 * [ACH](https://wordpress.org/support/topic-tag/ach/)
 * [plaid](https://wordpress.org/support/topic-tag/plaid/)

 * 13 replies
 * 2 participants
 * Last reply from: [Tevya](https://wordpress.org/support/users/thefiddler/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/breaking-divi-theme/#post-9111096)
 * Status: not resolved