douglascapozzalo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Paypal says button is too big due to .css code in WPancawonka,
Thanks for getting back to me. I’m using an “inspect element” on the Chrome browser, so I can see the type of element I have:<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!">This appears to be the styles that are applied to it:
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">How do I disable the style? Or…how do I apply a style directly to the button in the HTML; i.e., where do I paste the code you have kindly given to me? I’ve tried pasting your code (revised to reflect my element, of course) in the HTML that I got from PayPal to create the button and in my style.css file. Nothing works. Thanks.
Forum: Plugins
In reply to: “You are not allowed to perform backups.”Is anybody out there on this one? I have also posted my question on the plug-in author’s blog…to no avail. Thanks in advance for picking up this thread.
Best,
DouglasForum: Plugins
In reply to: “You are not allowed to perform backups.”thank you, Ipstenu. Shall I set the wp-config file permissions to 744 giving User permission to “execute”?