Paypal Button Error(WORDPRESS)

Status
Not open for further replies.

DevilLnC

Active Member
361
2010
13
0
Hi guys i need some help with a Paypal Donate Button, actually when i add it to my Wordpress website, in Visual Edit mode it looks fine as it should be but on website its size Increase to 4X more,, see the Images. plz..

In Page Editor--

b8dacad82f.png




On Site...

5fb8e00789.jpg
 
16 comments
Linking to illegal files and asking for donations is the best way to get your Paypal account limited.

But if you really want to add it, try adding the button in html mode.
 
edit it your post php file to show the button after the post content or edit it the comment.php file

if you use the post.php,add the paypal html content at the end,
if you use the comment.php,add the paypal html code at the top

i can do it for free!
 
Last edited by a moderator:
edit it your post php file to show the button after the post content or edit it the comment.php file

if you use the post.php,add the paypal html content at the end,
if you use the comment.php,add the paypal html code at the top

Actually I'm Tring to add it on page.. just bcos i have a Static Page...
 
Did I say it was illegal? But by linking to an illegal site, it could be ....


well i can use Adsense on my site so i don't think its illegal..and i'm not doing any LE with any warez or any other Bla bla sites, so my site is pritty clean.. :)
 
Last edited by a moderator:
have you tried doing this ?
<form action="**************************cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="xxx@yyy">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" height="x" width="y" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

either this,or modify your css file as a last resort
 
@ sceneguy--- just used the height="26" width="92" and height is in control now but width is still the same... not button is coming very stretched
 
I was referring to your 'allskip.com' link which is obviously linking to warez. If this is not the site you are referring to, please give us the url of the site.

well i can use Adsense on my site so i don't think its illegal..and i'm not doing any LE with any warez or any other Bla bla sites, so my site is pritty clean.. :)
 
this Topic is for a paypal Button Size Problem not for Showing URL of my website...so i'm just looking forward if someone can help...
 
@ sceneguy--- just used the height="26" width="92" and height is in control now but width is still the same... not button is coming very stretched
then use chrome-->open your webpage where the button has to appear.right click on button-->inspect element.there you`ll see matched css properties/rules..copy it/write it down somewhere(make sure it says something like width:60px or something.open your style.css file and search for that part.either delete it and use the above height="26" width="92" or
add
width:92px;

done.
 
hmm..may it works..:-

1.download that paypal image.
2.upload to ur server.
3.place wherever you want and click on "html" then make "href:" to whatever gateway of paypal link.

if still not working..make me optional admin i will do it ..thanks !
 
Status
Not open for further replies.
Back
Top