• Resolved robg33

    (@robg33)


    Hello, the proceed to checkout button or pay by Paypal button are not working. the show on the page but if you try to click them nothing happens. Can someone help me?

    Thanks

    Rob

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Please flush WP Total Cache. If you still have the problem, please leave it deactivated temporarily.

    Thread Starter robg33

    (@robg33)

    Flush?

    Thread Starter robg33

    (@robg33)

    I have deactivated all cache systems but still have the problem. It’s w3 total cache i’m using as well as the normal WP one.

    • This reply was modified 6 years, 7 months ago by robg33.

    Your theme is doing something but it doesn’t look like a wordpres.org theme so I don’t have access to it. Anyway, try this in your custom css:

    .e1120-2.x-container, .e1120-10.x-container {
      clear: both;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customize > Additional CSS

    Thread Starter robg33

    (@robg33)

    I’m using xtheme. Can I leave the css there after?

    Thank you for all your help.

    Rob

    I don’t have access to xtheme. Pop the css at:
    Dashboard > Appearance > Customize > Additional CSS
    and lets see if that fixes the problem.

    Thread Starter robg33

    (@robg33)

    I will do, I’ll let you know how I get on. Thank you.

    Thread Starter robg33

    (@robg33)

    Ok so this has worked. You’re a star ??
    I’m trying to learn css can I ask what does that line of css tell it to do?

    Thanks

    Rob

    Some div with the non-working buttons had a float set. A div containing a float has zero height by default, so the next div is much higher up than it should be so covering the buttons and intercepting any clicks intended for them. The fix is to either clear the floats after they are finished with, or, set overflow:hidden on the containing div. This forces its height to be calculated.

    Thread Starter robg33

    (@robg33)

    Excellent. I can’t thank you enough it was beginning to frustrate me.

    Thanks again

    Rob

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Woocommerce proceed to checkout button not working’ is closed to new replies.