Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #688852

    Hi, I am using woo commerce and payfast is my payment gateway. There is an alignment issue on the interim page before the payfast payment page. How can this be fixed?

    Thank you
    Ismaeel

    #689600

    Hi InnoV82014,

    Could you post a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #689681

    Thanks for your response Rikard

    The website in question is a online shop with 2x products selling in South Africa only. Please inout an South African address on cart and checkout. Shipping rates set only for South Africa.

    You can use the following address:
    3 Ossian Road
    Observatory
    Cape Town
    South Africa
    7925

    The minor issue is on the interim page before the PayFast payment page. You can then cancel the transaction on the PayFast payment page

    Looking forward to your response

    Ismaeel

    #691601

    Hi Still waiting on response, sent on 21 September 2016

    Please advise

    #691724

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .page-id-555.woocommerce-order-pay input[type="submit"] {
        padding: 14px 20px;
        margin-top: 4px;
        border-radius: 2px;
    }
    

    Best regards,
    Yigit

    #691762

    Thanks for the response. I have added the above code to the style css in child theme and was unsuccessful. Still not correct, please advise

    Regards
    Ismaeel

    #691765

    Hi!

    Can you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page? :)
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #691773

    Hi, please see screen shot below

    Regards
    Ismaeel

    #691781

    Hi!

    I seen this screenshot but we are trying to fix the second button, is that correct? If so, code i posted above should have worked. Please try adding !important rule to it as following

    .page-id-555.woocommerce-order-pay input[type="submit"] {
        padding: 14px 20px !important;
        margin-top: 4px !important;
        border-radius: 2px !important;
    }

    If that too does not help, please create a temporary admin login and post it here privately.

    Best regards,
    Yigit

    #691802

    Thank you Yigit, the code worked thank you

    Regards
    Ismaeel

    #691849

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Alignment issue on interim page before PayFast payment page’ is closed to new replies.