<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PayPal Donations WordPress Widget</title>
	<atom:link href="http://wpstorm.net/2009/06/paypal-donation-wordpress-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpstorm.net/2009/06/paypal-donation-wordpress-widget/</link>
	<description>Coding, Wordpress and Plugin Development</description>
	<lastBuildDate>Wed, 25 Apr 2012 06:59:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Johan</title>
		<link>http://wpstorm.net/2009/06/paypal-donation-wordpress-widget/#comment-547</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Thu, 20 May 2010 15:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://wpstorm.net/?p=279#comment-547</guid>
		<description>Stephen,

I took a look at your site (I think) and everything seemed to look correct or did I maybe have the wrong URL? If you send me the URL in question where I can take a look at it I&#039;ll have another look.

Cheers,
Johan</description>
		<content:encoded><![CDATA[<p>Stephen,</p>
<p>I took a look at your site (I think) and everything seemed to look correct or did I maybe have the wrong URL? If you send me the URL in question where I can take a look at it I&#8217;ll have another look.</p>
<p>Cheers,<br />
Johan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://wpstorm.net/2009/06/paypal-donation-wordpress-widget/#comment-540</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Wed, 19 May 2010 16:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://wpstorm.net/?p=279#comment-540</guid>
		<description>Thank you so much Johan for your quick response. I found the Exlcude line on the Pages widget - inserted the page ID and voila it worked fine.

On the other hand I inserted the code you sent for font size changing in the CSS file and changed the px to 30px - there was no change in the size of the type on the widget - if you look at my site yo will see the small orangish test between the white DONATE text and the Donate Button.

Any additional thoughts? Should I send you access to admin in a separate email?

Stephen</description>
		<content:encoded><![CDATA[<p>Thank you so much Johan for your quick response. I found the Exlcude line on the Pages widget &#8211; inserted the page ID and voila it worked fine.</p>
<p>On the other hand I inserted the code you sent for font size changing in the CSS file and changed the px to 30px &#8211; there was no change in the size of the type on the widget &#8211; if you look at my site yo will see the small orangish test between the white DONATE text and the Donate Button.</p>
<p>Any additional thoughts? Should I send you access to admin in a separate email?</p>
<p>Stephen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://wpstorm.net/2009/06/paypal-donation-wordpress-widget/#comment-381</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Thu, 25 Mar 2010 16:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://wpstorm.net/?p=279#comment-381</guid>
		<description>Stephen,

Nice to hear, I&#039;m glad that you got it sorted out. :)

Cheers,
Johan</description>
		<content:encoded><![CDATA[<p>Stephen,</p>
<p>Nice to hear, I&#8217;m glad that you got it sorted out. <img src='http://wpstorm.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Johan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://wpstorm.net/2009/06/paypal-donation-wordpress-widget/#comment-380</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Thu, 25 Mar 2010 01:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://wpstorm.net/?p=279#comment-380</guid>
		<description>Johan - now it is working (oh the mysteries of coding!)

thanks
Stephen&#039;</description>
		<content:encoded><![CDATA[<p>Johan &#8211; now it is working (oh the mysteries of coding!)</p>
<p>thanks<br />
Stephen&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://wpstorm.net/2009/06/paypal-donation-wordpress-widget/#comment-378</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Wed, 24 Mar 2010 14:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://wpstorm.net/?p=279#comment-378</guid>
		<description>Hey Stephen,

If you need to change the font size for the text in the Widget, you need to add some styling for it in your CSS file. Adding something like this lets you set the size you need:
[css]
.widget_paypal_donations p {
	font-size:20px;
}
[/css]

About pages, if you&#039;re using the Pages Widget to display your pages in the sidebar, you&#039;ll find an exclude field in the bottom of the options for the Pages Widget, where you can exclude your thank you page from showing.

Cheers,
Johan</description>
		<content:encoded><![CDATA[<p>Hey Stephen,</p>
<p>If you need to change the font size for the text in the Widget, you need to add some styling for it in your CSS file. Adding something like this lets you set the size you need:</p>
<pre class="brush: css; title: ; notranslate">
.widget_paypal_donations p {
	font-size:20px;
}
</pre>
<p>About pages, if you&#8217;re using the Pages Widget to display your pages in the sidebar, you&#8217;ll find an exclude field in the bottom of the options for the Pages Widget, where you can exclude your thank you page from showing.</p>
<p>Cheers,<br />
Johan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://wpstorm.net/2009/06/paypal-donation-wordpress-widget/#comment-377</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 24 Mar 2010 00:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://wpstorm.net/?p=279#comment-377</guid>
		<description>I though I posted a question but it seems to be missing – how can I increase the font size of the add on text in the Text filed?
thank you so much
Oh, this question is probably beyond the kind of support you would give for the widget but I made a Thank You page as you suggested and added it to the widget return field. is there a way so that this page does not appear in my “pages” list on the left sidebar?</description>
		<content:encoded><![CDATA[<p>I though I posted a question but it seems to be missing – how can I increase the font size of the add on text in the Text filed?<br />
thank you so much<br />
Oh, this question is probably beyond the kind of support you would give for the widget but I made a Thank You page as you suggested and added it to the widget return field. is there a way so that this page does not appear in my “pages” list on the left sidebar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergi</title>
		<link>http://wpstorm.net/2009/06/paypal-donation-wordpress-widget/#comment-376</link>
		<dc:creator>sergi</dc:creator>
		<pubDate>Tue, 23 Feb 2010 00:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://wpstorm.net/?p=279#comment-376</guid>
		<description>for some reason the paypal button doesn&#039;t show up in the widget when viewing the site in safari.  i had to use a &quot;custom button&quot; instead.  have you experienced this?

i had this same problem when i wasn&#039;t using your plugin, or wordpress for that matter.  it turned out that there was a conflict between my google analytics code and my and the code generated by paypayl&#039;s &quot;button generator&quot;.  (and again, the problem was only in safari.)</description>
		<content:encoded><![CDATA[<p>for some reason the paypal button doesn&#8217;t show up in the widget when viewing the site in safari.  i had to use a &#8220;custom button&#8221; instead.  have you experienced this?</p>
<p>i had this same problem when i wasn&#8217;t using your plugin, or wordpress for that matter.  it turned out that there was a conflict between my google analytics code and my and the code generated by paypayl&#8217;s &#8220;button generator&#8221;.  (and again, the problem was only in safari.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://wpstorm.net/2009/06/paypal-donation-wordpress-widget/#comment-375</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Sun, 05 Jul 2009 12:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://wpstorm.net/?p=279#comment-375</guid>
		<description>Hi,

If you want to edit the plugin php file to use an image for the title, locate the
[php]
function widget( $args, $instance ) {
 ...couple of lines of code...
 }
[/php]

It&#039;s towards the end of the plugin file, around line 310. Within that function you&#039;ll find two lines (around line 321, 322) which looks like this:
[php]
if ( $title )
	echo $before_title . $title . $after_title;
[/php]

Delete both those lines and replace it with this single line:
[php light=&quot;true&quot;]
echo &#039;&lt;img src=&quot;http://URL TO YOUR IMAGE&quot; /&gt;&#039;;
[/php]

and that should be it and the title is replaced with an image of your choice instead.

Another solution, if you don&#039;t want to mess with the PHP code, is to just leave the title field empty in the widget settings in the dashboard. If the title field is empty, the plugin skips displaying that section on the website, and then in the widgets textfield in the dashboard you just start the textfield by writing
[html light=&quot;true&quot;]
&lt;img src=&quot;http://URL TO YOUR IMAGE&quot; /&gt;
[/html]

As the textfield in the plugin widget allows HTML it&#039;s an easier solution, and also when you don&#039;t edit the plugin&#039;s PHP it will continue to work if you update the plugin in the future.

Hope this helps.
Cheers!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If you want to edit the plugin php file to use an image for the title, locate the</p>
<pre class="brush: php; title: ; notranslate">
function widget( $args, $instance ) {
 ...couple of lines of code...
 }
</pre>
<p>It&#8217;s towards the end of the plugin file, around line 310. Within that function you&#8217;ll find two lines (around line 321, 322) which looks like this:</p>
<pre class="brush: php; title: ; notranslate">
if ( $title )
	echo $before_title . $title . $after_title;
</pre>
<p>Delete both those lines and replace it with this single line:</p>
<pre class="brush: php; light: true; title: ; notranslate">
echo '&lt;img src=&quot;<a href="http://URL" rel="nofollow">http://URL</a> TO YOUR IMAGE&quot; /&gt;';
</pre>
<p>and that should be it and the title is replaced with an image of your choice instead.</p>
<p>Another solution, if you don&#8217;t want to mess with the PHP code, is to just leave the title field empty in the widget settings in the dashboard. If the title field is empty, the plugin skips displaying that section on the website, and then in the widgets textfield in the dashboard you just start the textfield by writing</p>
<pre class="brush: xml; light: true; title: ; notranslate">
&lt;img src=&quot;<a href="http://URL" rel="nofollow">http://URL</a> TO YOUR IMAGE&quot; /&gt;
</pre>
<p>As the textfield in the plugin widget allows HTML it&#8217;s an easier solution, and also when you don&#8217;t edit the plugin&#8217;s PHP it will continue to work if you update the plugin in the future.</p>
<p>Hope this helps.<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pam</title>
		<link>http://wpstorm.net/2009/06/paypal-donation-wordpress-widget/#comment-374</link>
		<dc:creator>Pam</dc:creator>
		<pubDate>Fri, 03 Jul 2009 06:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://wpstorm.net/?p=279#comment-374</guid>
		<description>Hi, I like you plugin and I am attempting to put a custom header img in the php. I&#039;m not great with PHP to begin with, and I&#039;m having trouble getting an image to show...any ideas?

// Get the settings
	$title = &#039;&#039; ;

should it not go there?</description>
		<content:encoded><![CDATA[<p>Hi, I like you plugin and I am attempting to put a custom header img in the php. I&#8217;m not great with PHP to begin with, and I&#8217;m having trouble getting an image to show&#8230;any ideas?</p>
<p>// Get the settings<br />
	$title = &#8221; ;</p>
<p>should it not go there?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

