I’m having trouble with Paypal buttons. I copy and paste the code exactly from Paypal into my text editor and save the page, but the buttons won’t work.
Is there a fix for this? Can you help me identify the problem?
URL: http://mauimagazine.net/webstore/
Thank you.
I was able to confirm that the buttons will work when placed within a Text Widget. Unfortunately, I need to use them on the page inside columns, so I’m still seeking help. Thank you.
Hi, I’m already pasting into the text view. It’s still not working at all on the page.
Sorry, I may have been confused about your reply. I am using the Visual Composer because I need to use columns…. I am pasting the text into the “text” no the visual editor.
Ok I figured out, I can switch back and forth between Visual Compose and it will retain the codes, it seems. Thank you.
Hi, I’m still not getting the buttons to save and work correctly even though I’m pasting the Paypal button info into the text-only editor and not using Visual Composer upon saving.
http://mauimagazine.net/webstore/
Can you take a look at the code if I provide you with admin login? Thank you.
Ahhhh-hah… It seems to create a problem when I delete extra spacing in the layout between my text and the button info… Any CSS suggestions you can recommend to make the page still look good when using Paypal buttons? Thank you!
Hello,
Well there seem to be a few styling issue with your form element. You have an empty paragraph here: http://screencast.com/t/LaaOWeaLf4Pn you can remove that from text mode
There is also an empty image that adds extra spacing: http://screencast.com/t/gMKNg4W29B
Then you can use this custom css to reduce some of the margins:
.vc_message_box p{
margin-bottom: 0!important;
}
Thank you!
Bogdan B