Title: Next button missing
Last modified: August 30, 2016

---

# Next button missing

 *  Resolved [johnc1979](https://wordpress.org/support/users/johnc1979/)
 * (@johnc1979)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/next-button-missing-1/)
 * I have noticed after the update that the next button is missing. I went into 
   my custom css and added
    #form_actions.disabled { display: block } and that restored
   the button, but clicking it doesn’t do anything. Any solution to this problem
   and another problem I had with another one of your plugins?
 * [https://wordpress.org/plugins/yith-woocommerce-multi-step-checkout/](https://wordpress.org/plugins/yith-woocommerce-multi-step-checkout/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/next-button-missing-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/next-button-missing-1/page/2/?output_format=md)

 *  Thread Starter [johnc1979](https://wordpress.org/support/users/johnc1979/)
 * (@johnc1979)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6368870)
 * I just tried version 1.0.1 and the button wasn’t thee, but when I put the css
   in it was, but wasn’t working. I then tried version 1.0.0 and it works perfect.
   Something got messed up in the update
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6369003)
 * Hi,
 * Please, you can try with the latest version 1.0.3 of YITH WooCommerce Multi-step
   checkout ?
    Thanks
 * Let me know.
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6369023)
 * Any news ?
 *  Thread Starter [johnc1979](https://wordpress.org/support/users/johnc1979/)
 * (@johnc1979)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6369024)
 * Yes. The recent update fixed the problem perfectly. I’ve also left a question
   to the other support thread for the share for discount plugin. You guys rock
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6369033)
 * Hi johnc1979,
 * you’re welcome! If you like our plugins and our support please vote our plugin
   with 5-star!
 * Thanks!
 * See all premium features of [ITH WooCommerce Multi-step plugin](https://yithemes.com/themes/plugins/yith-woocommerce-multi-step-checkout/)
 * Regards
 *  [Maasha](https://wordpress.org/support/users/maasha/)
 * (@maasha)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6369036)
 * I am having the exact same problem. There is no next button. Thank you Johnc1979
   for your css advice. I entered it in and it now works. But without this css the
   problem continues…
 *     ```
       #form_actions.disabled {
       display: block
       }
       ```
   
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6369043)
 * Hi Maasha,
 * > I am having the exact same problem. There is no next button. Thank you Johnc1979
   > for your css advice. I entered it in and it now works. But without this css
   > the problem continues…
 * you have this issue for logged-in or logged-out users ?
 *  [sharmavishal](https://wordpress.org/support/users/sharmavishal/)
 * (@sharmavishal)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6369048)
 * if there is a custom field in the checkout form..viz delivery date in my case
   i also dont get the next button. can this be kindly checked?
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6369051)
 * Hi,
 * our team will release the new version 1.0.4 today, try with this version as soon
   as available. Let me know
 *  [sharmavishal](https://wordpress.org/support/users/sharmavishal/)
 * (@sharmavishal)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6369052)
 * Thanks… Still not working…no next button in the first step which is billing info
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6369053)
 * Try to reload the page and refresh the cache by click CTRL + F5 button. I’havent
   this issue in my installation.
 * If it’s possible, please send me a link of your shop page. Thanks
 *  [sharmavishal](https://wordpress.org/support/users/sharmavishal/)
 * (@sharmavishal)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6369054)
 * Hi
 * yes had this enabled in style.css
 * #form_actions.disabled {
    display: block }
 * now in the CHECKOUT DETAILS step i get 2 options
 * Place Order and below that is Next again.
 * in checkout details page next should not come as order is complete isnt?
 * thanks once again
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6369055)
 * Hi,
 * no, it’s wrong. You must set the css rules to display: none; The next buitton
   will show in jQuery at runtime.
 * This is the reason because you see Place Order and Next button in the last step.
 * > #form_actions.disabled {
   >  display: none; }
 *  [sharmavishal](https://wordpress.org/support/users/sharmavishal/)
 * (@sharmavishal)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6369056)
 * tried to remove next in checkout page via display: block and display: none but
   both this 2 are not working…kindly advise
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/next-button-missing-1/#post-6369057)
 * You must use only display: none, please check it, update plugin and refresh the
   cache.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/next-button-missing-1/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/next-button-missing-1/page/2/?output_format=md)

The topic ‘Next button missing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yith-woocommerce-multi-step-checkout_ffffff.
   svg)
 * [YITH WooCommerce Multi-step Checkout](https://wordpress.org/plugins/yith-woocommerce-multi-step-checkout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-multi-step-checkout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-multi-step-checkout/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-multi-step-checkout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-multi-step-checkout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-multi-step-checkout/reviews/)

## Tags

 * [no button](https://wordpress.org/support/topic-tag/no-button/)

 * 17 replies
 * 5 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/next-button-missing-1/page/2/#post-6369078)
 * Status: resolved