<?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 for Gingerbread Design</title>
	<atom:link href="http://gingerbreaddesign.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gingerbreaddesign.co.uk</link>
	<description>Making web design and development easy</description>
	<lastBuildDate>Fri, 06 Apr 2012 09:55:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Removing bullet points from Widgets on Pages sidebar by todd</title>
		<link>http://gingerbreaddesign.co.uk/2010/06/28/removing-bullet-points-from-widgets-on-pages-sidebar/#comment-588</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Fri, 06 Apr 2012 09:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/blog/?p=52#comment-588</guid>
		<description>Holy Moly!!! So I do... thanks Rolf!
Looks like something&#039;s up with one of the plugins I use.</description>
		<content:encoded><![CDATA[<p>Holy Moly!!! So I do&#8230; thanks Rolf!<br />
Looks like something&#8217;s up with one of the plugins I use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing bullet points from Widgets on Pages sidebar by Rolf</title>
		<link>http://gingerbreaddesign.co.uk/2010/06/28/removing-bullet-points-from-widgets-on-pages-sidebar/#comment-587</link>
		<dc:creator>Rolf</dc:creator>
		<pubDate>Thu, 05 Apr 2012 10:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/blog/?p=52#comment-587</guid>
		<description>Thanks for the fix.
BTW,  there are a lot of wordpress errors on your site. 
See pic: http://tinypic.com/r/swfujt/5</description>
		<content:encoded><![CDATA[<p>Thanks for the fix.<br />
BTW,  there are a lot of wordpress errors on your site.<br />
See pic: <a href="http://tinypic.com/r/swfujt/5" rel="nofollow">http://tinypic.com/r/swfujt/5</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing bullet points from Widgets on Pages sidebar by todd</title>
		<link>http://gingerbreaddesign.co.uk/2010/06/28/removing-bullet-points-from-widgets-on-pages-sidebar/#comment-586</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Fri, 09 Mar 2012 16:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/blog/?p=52#comment-586</guid>
		<description>Great news Sean, very pleased to hear.

Of course if you&#039;re impressed with the plugin and support then a nice 5* ranking over &lt;a href=&#039;http://wordpress.org/extend/plugins/widgets-on-pages/&#039; alt=&#039;5* rating of Widgets on Pages&#039; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; would be really appreciated.</description>
		<content:encoded><![CDATA[<p>Great news Sean, very pleased to hear.</p>
<p>Of course if you&#8217;re impressed with the plugin and support then a nice 5* ranking over <a href='http://wordpress.org/extend/plugins/widgets-on-pages/' alt='5* rating of Widgets on Pages' rel="nofollow">here</a> would be really appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing bullet points from Widgets on Pages sidebar by Sean</title>
		<link>http://gingerbreaddesign.co.uk/2010/06/28/removing-bullet-points-from-widgets-on-pages-sidebar/#comment-585</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Fri, 09 Mar 2012 16:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/blog/?p=52#comment-585</guid>
		<description>Thanks Todd.  I used something like that in an html editor, where I removed the site styling on the specific page and then added bullets back in.

My site style is:  #content .page  ul li {list-style:square;}

Tried your suggested code ( #content .page .widgets_on_page ul li {list-style:none;} and worked like a charm.

Time to drop a tweet about your plugins and great response time.

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks Todd.  I used something like that in an html editor, where I removed the site styling on the specific page and then added bullets back in.</p>
<p>My site style is:  #content .page  ul li {list-style:square;}</p>
<p>Tried your suggested code ( #content .page .widgets_on_page ul li {list-style:none;} and worked like a charm.</p>
<p>Time to drop a tweet about your plugins and great response time.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing bullet points from Widgets on Pages sidebar by todd</title>
		<link>http://gingerbreaddesign.co.uk/2010/06/28/removing-bullet-points-from-widgets-on-pages-sidebar/#comment-583</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Fri, 09 Mar 2012 10:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/blog/?p=52#comment-583</guid>
		<description>Hey Sean,

You will need to be more specific with your CSS selectors due to the theme&#039;s own styling.

If you add the following to the end of the styles.css on the fourtoscore site you should see what you&#039;re after.


#content .page .widgets_on_page ul li  {list-style:none;}

Hope this helps,
Todd</description>
		<content:encoded><![CDATA[<p>Hey Sean,</p>
<p>You will need to be more specific with your CSS selectors due to the theme&#8217;s own styling.</p>
<p>If you add the following to the end of the styles.css on the fourtoscore site you should see what you&#8217;re after.</p>
<p>#content .page .widgets_on_page ul li  {list-style:none;}</p>
<p>Hope this helps,<br />
Todd</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing bullet points from Widgets on Pages sidebar by Sean</title>
		<link>http://gingerbreaddesign.co.uk/2010/06/28/removing-bullet-points-from-widgets-on-pages-sidebar/#comment-582</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 08 Mar 2012 14:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/blog/?p=52#comment-582</guid>
		<description>Great plugin.  I&#039;ve been running into the bullet issue.  Using version.11 and have the checkbox checked to remove bullets.  Theme still seems to reference the .page and .post bullet styling rather than widget on pages styling.

Could not figure it out so resorted to a plugin (Specific CSS/JS for Posts and Pages) to add css styling to individual pages and removed bullets.  Still would be nice to have an understanding of why the plugin style is being overridden.

Have not fixed it on a second site yet.  I&#039;ll leave for a week or so, so you can issue live:  http://fourtoscore.com/workforce-solutions/workplace-law-alerts/

Any thoughts or solutions always appreciated.</description>
		<content:encoded><![CDATA[<p>Great plugin.  I&#8217;ve been running into the bullet issue.  Using version.11 and have the checkbox checked to remove bullets.  Theme still seems to reference the .page and .post bullet styling rather than widget on pages styling.</p>
<p>Could not figure it out so resorted to a plugin (Specific CSS/JS for Posts and Pages) to add css styling to individual pages and removed bullets.  Still would be nice to have an understanding of why the plugin style is being overridden.</p>
<p>Have not fixed it on a second site yet.  I&#8217;ll leave for a week or so, so you can issue live:  <a href="http://fourtoscore.com/workforce-solutions/workplace-law-alerts/" rel="nofollow">http://fourtoscore.com/workforce-solutions/workplace-law-alerts/</a></p>
<p>Any thoughts or solutions always appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Plugin &#8211; Responsive TwentyTen by todd</title>
		<link>http://gingerbreaddesign.co.uk/2011/02/08/new-plugin-responsive-twentyten/#comment-581</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Fri, 17 Feb 2012 08:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/?p=160#comment-581</guid>
		<description>Hey there,

This plugin will do exactly that if you&#039;re using the TwentyTen theme. If you&#039;re using another one you probably need some bespoke work done to make it fit... either that or use something like WP Touch if you&#039;re happy to lose your theme&#039;s styling.</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>This plugin will do exactly that if you&#8217;re using the TwentyTen theme. If you&#8217;re using another one you probably need some bespoke work done to make it fit&#8230; either that or use something like WP Touch if you&#8217;re happy to lose your theme&#8217;s styling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Plugin &#8211; Responsive TwentyTen by Board Directory</title>
		<link>http://gingerbreaddesign.co.uk/2011/02/08/new-plugin-responsive-twentyten/#comment-580</link>
		<dc:creator>Board Directory</dc:creator>
		<pubDate>Thu, 16 Feb 2012 17:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/?p=160#comment-580</guid>
		<description>Hello,

Great news but I&#039;m wondering if you know of a good plugin that makes the theme fit well for the screen resolution of the user viewing the blog?

I see my theme without issues but on a other pc with a smaller screen resolution its very messy.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Great news but I&#8217;m wondering if you know of a good plugin that makes the theme fit well for the screen resolution of the user viewing the blog?</p>
<p>I see my theme without issues but on a other pc with a smaller screen resolution its very messy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Responsive TwentyTen by 2011 Goals Update &#8211; In reviewTodd Halfpenny &#124; Todd Halfpenny</title>
		<link>http://gingerbreaddesign.co.uk/wordpress/responsive-twentyten/#comment-571</link>
		<dc:creator>2011 Goals Update &#8211; In reviewTodd Halfpenny &#124; Todd Halfpenny</dc:creator>
		<pubDate>Sun, 01 Jan 2012 11:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/#comment-571</guid>
		<description>[...] WordPress theme Although I didn&#8217;t actually release a WordPress theme into the repository my Responsive TwentyTen plugin has now been mentioned across tens of WordPress blogs and was also mentioned in one of the talks at [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress theme Although I didn&#8217;t actually release a WordPress theme into the repository my Responsive TwentyTen plugin has now been mentioned across tens of WordPress blogs and was also mentioned in one of the talks at [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing bullet points from Widgets on Pages sidebar by wordpress</title>
		<link>http://gingerbreaddesign.co.uk/2010/06/28/removing-bullet-points-from-widgets-on-pages-sidebar/#comment-564</link>
		<dc:creator>wordpress</dc:creator>
		<pubDate>Wed, 30 Nov 2011 16:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/blog/?p=52#comment-564</guid>
		<description>&lt;strong&gt;wordpress...&lt;/strong&gt;

[...]Removing bullet points from Widgets on Pages sidebar &#124; Gingerbread Design[...]...</description>
		<content:encoded><![CDATA[<p><strong>wordpress&#8230;</strong></p>
<p>[...]Removing bullet points from Widgets on Pages sidebar | Gingerbread Design[...]&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
