• Resolved rewtaxs

    (@rewtaxs)


    When going through the form and clicking pay now, the page just refreshes and never goes to paypal. I have setup paypal under settings

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Codemenschen

    (@codemenschen)

    Hi @rewtaxs

    Can you please confirm you are using the correct credentials for Live mode? Because you can not use live credentials for Test mode and the same Test credentials can not use for live mode. Both will be different.

    Of course, if you have any further questions or concerns just let us know!

    Thread Starter rewtaxs

    (@rewtaxs)

    Hello, the problem was I was not inside of the live tab. Now it works, but is there a way to hide the preview on the gift page to the right of the form or increase the space between the form and the preview?

    Plugin Author Codemenschen

    (@codemenschen)

    Hello @rewtaxs

    Glad to hear this issue has been resolved.

    To add space between boxes you can add below CSS code from plugin settings (Custom CSS):
    .wpgv_preview-box{
    padding-left: 30px !important;
    }

    if you want to remove the right sidebar then you can add below code from plugin settings (Custom CSS):
    .wpgv_preview-box{
    display: none !important;
    }

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Paypal not allowing checkout’ is closed to new replies.