Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    So you commented out the button and the button is not present on the website? What can’t you replicate?

    You can start by uninstalling the plugin, re-installing it from www.ads-software.com and maybe purge the caches if you have a caching plugin.

    Thread Starter Lee Cloete

    (@leemustard)

    I’ve managed to fix this.

    I’ve got one more question ?

    For some reason the next button is hidden on the guest checkout screen?

    Any idea what could be causing this? it works perfectly fine as a logged in user. But as a guest, I see it has a style hiding it, When i remove or overwrite the style. It displays all the way to the last step (screenshots attached)

    https://pasteboard.co/I4i5q0z.png

    https://pasteboard.co/I4i5zcm.png

    https://pasteboard.co/I4i5I77.png

    Plugin Author SilkyPress

    (@diana_burduja)

    Maybe a link to your website would help me see what is going on.

    Thread Starter Lee Cloete

    (@leemustard)

    Hey thanks for the response. this is just a demo project I’m doing.

    link is : https://mustard.studio/fila/cart/

    The process is :

    cart > proceed to checkout > checkout as guest > Billing & shipping (at the bottom you’ll notice the previous button displaying, but no next.

    When i enable it via css, its stays all the way through until the last step

    Plugin Author SilkyPress

    (@diana_burduja)

    It’s because you added the following CSS rule:

    .step_0 #wpmc-next{ 
        display:none !important;
    }

    If there is something wrong with the plugin, let me know. But if you modify things around and than wander why isn’t it working, then please re-install the plugin and start again, but don’t ask me to debug your modifications.

    Thread Starter Lee Cloete

    (@leemustard)

    Thanks, by the time you read the above, I’d already fixed it (by modifying some JS & adding the above mentioned css classes).

    I think it was some conflict with another plugin that prevented the next button from showing on guest checkout steps

    Thanks for your response.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Previous Button Commented Out’ is closed to new replies.