<?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: Tweaking Boldy</title>
	<atom:link href="http://www.beautomated.com/tweaking-boldy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beautomated.com/tweaking-boldy/</link>
	<description>WordPress Development &#38; Training</description>
	<lastBuildDate>Sun, 18 Mar 2012 17:28:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Sean Conklin</title>
		<link>http://www.beautomated.com/tweaking-boldy/#comment-891</link>
		<dc:creator>Sean Conklin</dc:creator>
		<pubDate>Mon, 13 Feb 2012 17:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.beautomated.com/?p=1026#comment-891</guid>
		<description>Hi Lily,

Sadly, once a theme becomes out of date (unsupported) your best bet is to pick another theme that is either commercially supported (paid) or community supported (free and active). Otherwise you will have plenty of work like this going forward, and we don’t generally recommend it. Just think of the TimThumb fiasco that occurred recently with thousands of themes that weren’t fixed at all, requiring massive PR to address it. We’ve only stuck with our beBoldy edition because we rewrote most of it.

So that’s your real answer. As far as how to fix this yourself, which I don’t generally recommend, you would need to add a stripslashes() into the home.php file where it displays this text. If it&#039;s getting multi-slashed, you may additionally need stripslashes() in the functions.php file where it saves this option. I cannot recall what all I had to do to get this fixed a while back.</description>
		<content:encoded><![CDATA[<p>Hi Lily,</p>
<p>Sadly, once a theme becomes out of date (unsupported) your best bet is to pick another theme that is either commercially supported (paid) or community supported (free and active). Otherwise you will have plenty of work like this going forward, and we don’t generally recommend it. Just think of the TimThumb fiasco that occurred recently with thousands of themes that weren’t fixed at all, requiring massive PR to address it. We’ve only stuck with our beBoldy edition because we rewrote most of it.</p>
<p>So that’s your real answer. As far as how to fix this yourself, which I don’t generally recommend, you would need to add a stripslashes() into the home.php file where it displays this text. If it&#8217;s getting multi-slashed, you may additionally need stripslashes() in the functions.php file where it saves this option. I cannot recall what all I had to do to get this fixed a while back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lily</title>
		<link>http://www.beautomated.com/tweaking-boldy/#comment-890</link>
		<dc:creator>lily</dc:creator>
		<pubDate>Mon, 13 Feb 2012 02:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.beautomated.com/?p=1026#comment-890</guid>
		<description>Hi, thanks for this post! I&#039;m tweaking this theme too, so that&#039;s how I found this.

I have a question - how did you change the code so that the quotation marks show up in the homepage blurb, rather than backslashes?  I had to just take the quotes out, but I would to put them back in, once I know how to fix that bug.

Thanks so much!

lily</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this post! I&#8217;m tweaking this theme too, so that&#8217;s how I found this.</p>
<p>I have a question &#8211; how did you change the code so that the quotation marks show up in the homepage blurb, rather than backslashes?  I had to just take the quotes out, but I would to put them back in, once I know how to fix that bug.</p>
<p>Thanks so much!</p>
<p>lily</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Conklin</title>
		<link>http://www.beautomated.com/tweaking-boldy/#comment-861</link>
		<dc:creator>Sean Conklin</dc:creator>
		<pubDate>Tue, 29 Nov 2011 17:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.beautomated.com/?p=1026#comment-861</guid>
		<description>Hi Steve,

Sadly, once a theme becomes out of date (unsupported) your best bet is to pick another theme that is either commercially supported (paid) or community supported (free and active). Otherwise you will have plenty of work like this going forward, and we don&#039;t generally recommend it. Just think of the TimThumb fiasco that occurred recently with thousands of themes that weren&#039;t fixed at all, requiring massive PR to address it. We&#039;ve only stuck with our beBoldy edition because we rewrote most of it. As it were; we have more updates to make to beBoldy in the time since this post was originally written!

So that&#039;s your real answer. As far as how to fix this yourself, which I don&#039;t generally recommend, you would need to change the &lt;script&gt; call in header.php to reference the new file, or a predefined jQuery URL or internal reference. Other themes normally use wp_enqueue() call within the functions.php file and use a predefined jQuery source. We used the Google CDN URL in beBoldy. It&#039;s also common to reference the jQuery built into WordPress without specifying any URL using wp_enqueue(&#039;jquery&#039;) in functions.php, or simply having any custom JavaScript file require &#039;jquery&#039; as a dependency so it fires up.</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Sadly, once a theme becomes out of date (unsupported) your best bet is to pick another theme that is either commercially supported (paid) or community supported (free and active). Otherwise you will have plenty of work like this going forward, and we don&#8217;t generally recommend it. Just think of the TimThumb fiasco that occurred recently with thousands of themes that weren&#8217;t fixed at all, requiring massive PR to address it. We&#8217;ve only stuck with our beBoldy edition because we rewrote most of it. As it were; we have more updates to make to beBoldy in the time since this post was originally written!</p>
<p>So that&#8217;s your real answer. As far as how to fix this yourself, which I don&#8217;t generally recommend, you would need to change the &lt;script&gt; call in header.php to reference the new file, or a predefined jQuery URL or internal reference. Other themes normally use wp_enqueue() call within the functions.php file and use a predefined jQuery source. We used the Google CDN URL in beBoldy. It&#8217;s also common to reference the jQuery built into WordPress without specifying any URL using wp_enqueue(&#8216;jquery&#8217;) in functions.php, or simply having any custom JavaScript file require &#8216;jquery&#8217; as a dependency so it fires up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.beautomated.com/tweaking-boldy/#comment-860</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 29 Nov 2011 10:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.beautomated.com/?p=1026#comment-860</guid>
		<description>Does point 2 requires any rewriting of css files? Or can I download v1.5.2 and overwrite it with the old one?</description>
		<content:encoded><![CDATA[<p>Does point 2 requires any rewriting of css files? Or can I download v1.5.2 and overwrite it with the old one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Conklin</title>
		<link>http://www.beautomated.com/tweaking-boldy/#comment-666</link>
		<dc:creator>Sean Conklin</dc:creator>
		<pubDate>Fri, 07 Oct 2011 19:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.beautomated.com/?p=1026#comment-666</guid>
		<description>Hi Mike,

Thank you for your inquiry. What you are trying to do involves CSS code customization. We recommend programming a child theme to override the behavior you wish to &quot;turn off&quot; in this case. One should never modify the project files directly.

We essentially rewrote the Boldy theme to meet our needs. We didn&#039;t release our copy to the community because we are not theme developers, thus we couldn&#039;t support it. We&#039;re big advocates of supporting ones projects with the community. 

Based on our plugin development experience, we feel that one must follow a stable development path by never modifying existing project files unless they are being committed to the project&#039;s repository.

To this end, the options that we would approve of for your situation are as follows:
#1 - Build a child theme or a custom plugin to fill the gap. Use the original theme or plugin paired with your new one to augment it externally.
#2 - Choose another theme or plugin project that is a better fit for your needs.
#3 - Rewrite as much as you want within theme or plugin and take ownership of it. The original theme or plugin has no relationship to the new one. Once one piece of code is changed, it&#039;s a new project that you must maintain over time as the core develops.

Hopefully this makes sense. This requires some coding and some planning, but understanding this will save a ton of time and headache now and down the road. Please let us know if you have questions about our approach. Thanks again for checking in with us, and we hope we have been helpful to you.</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Thank you for your inquiry. What you are trying to do involves CSS code customization. We recommend programming a child theme to override the behavior you wish to &#8220;turn off&#8221; in this case. One should never modify the project files directly.</p>
<p>We essentially rewrote the Boldy theme to meet our needs. We didn&#8217;t release our copy to the community because we are not theme developers, thus we couldn&#8217;t support it. We&#8217;re big advocates of supporting ones projects with the community. </p>
<p>Based on our plugin development experience, we feel that one must follow a stable development path by never modifying existing project files unless they are being committed to the project&#8217;s repository.</p>
<p>To this end, the options that we would approve of for your situation are as follows:<br />
#1 &#8211; Build a child theme or a custom plugin to fill the gap. Use the original theme or plugin paired with your new one to augment it externally.<br />
#2 &#8211; Choose another theme or plugin project that is a better fit for your needs.<br />
#3 &#8211; Rewrite as much as you want within theme or plugin and take ownership of it. The original theme or plugin has no relationship to the new one. Once one piece of code is changed, it&#8217;s a new project that you must maintain over time as the core develops.</p>
<p>Hopefully this makes sense. This requires some coding and some planning, but understanding this will save a ton of time and headache now and down the road. Please let us know if you have questions about our approach. Thanks again for checking in with us, and we hope we have been helpful to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Keats</title>
		<link>http://www.beautomated.com/tweaking-boldy/#comment-664</link>
		<dc:creator>Mike Keats</dc:creator>
		<pubDate>Fri, 07 Oct 2011 16:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.beautomated.com/?p=1026#comment-664</guid>
		<description>Hi,

Sorry have another question, have you managed to get a sidebar on the homepage to the right of the slider?

Regards
Mike</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Sorry have another question, have you managed to get a sidebar on the homepage to the right of the slider?</p>
<p>Regards<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Keats</title>
		<link>http://www.beautomated.com/tweaking-boldy/#comment-533</link>
		<dc:creator>Mike Keats</dc:creator>
		<pubDate>Wed, 21 Sep 2011 11:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.beautomated.com/?p=1026#comment-533</guid>
		<description>That&#039;s great thank you</description>
		<content:encoded><![CDATA[<p>That&#8217;s great thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Sandberg</title>
		<link>http://www.beautomated.com/tweaking-boldy/#comment-526</link>
		<dc:creator>Randy Sandberg</dc:creator>
		<pubDate>Tue, 20 Sep 2011 21:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.beautomated.com/?p=1026#comment-526</guid>
		<description>Hi Mike,

Thanks for the kind words. Sean, the fellow who does all the programming around here, is currently swamped with work. Thus he wanted me to let you know he&#039;s aware of your question and will get back to you when he has the opportunity.

Thanks for your patience! :-)</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Thanks for the kind words. Sean, the fellow who does all the programming around here, is currently swamped with work. Thus he wanted me to let you know he&#8217;s aware of your question and will get back to you when he has the opportunity.</p>
<p>Thanks for your patience! <img src='http://www.beautomated.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Keats</title>
		<link>http://www.beautomated.com/tweaking-boldy/#comment-525</link>
		<dc:creator>Mike Keats</dc:creator>
		<pubDate>Tue, 20 Sep 2011 21:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.beautomated.com/?p=1026#comment-525</guid>
		<description>Hi, great updates!

Have one question how did you get rid of the &quot;Request for a Quote&quot; button, I want to be able to just have text!

Mike</description>
		<content:encoded><![CDATA[<p>Hi, great updates!</p>
<p>Have one question how did you get rid of the &#8220;Request for a Quote&#8221; button, I want to be able to just have text!</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Conklin</title>
		<link>http://www.beautomated.com/tweaking-boldy/#comment-495</link>
		<dc:creator>Sean Conklin</dc:creator>
		<pubDate>Mon, 19 Sep 2011 03:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.beautomated.com/?p=1026#comment-495</guid>
		<description>Hello Marie. Thank you for your comment! It&#039;s been many months since we applied these code updates to Boldy, and we basically re-wrote half of the theme in the process! Therefore, it&#039;s difficult to remember exactly how the original theme handled the images in the slider. Try this: I believe you can put &lt;code&gt;style=&quot;display:none;&quot;&lt;/code&gt; into the IMG tag for all of the images to prevent them from loading before the JavaScript kicks in and slides them. Let us know if that isn&#039;t the case and we&#039;ll take another look at the original theme to try to help you with that.

To answer your second question, the Share and Bookmarks button was part of the original theme, and we did some code fixes and extracted its code, moving it into a new plugin. We haven&#039;t released that plugin to the community yet. We have two more free community plugins in line getting ready to be released in the coming days. We&#039;ll take your inquiry as a vote for us to release that plugin shortly afterwards!

Before we release a plugin to the community we have to put a lot of thought to the title, descriptions, FAQ, make screenshots, make a landing page, plus we have to test the plugin in various themes and in several versions of WordPress, then run the commands to commit the plugin to the wordpress.org repository and maintain it. So we have to pretty much gauge our time invested in the free work that we put into the community plugins. We are proud of our contributions and intend to continue with them!

Do let us know if you have any further questions. Thank you :)</description>
		<content:encoded><![CDATA[<p>Hello Marie. Thank you for your comment! It&#8217;s been many months since we applied these code updates to Boldy, and we basically re-wrote half of the theme in the process! Therefore, it&#8217;s difficult to remember exactly how the original theme handled the images in the slider. Try this: I believe you can put <code>style="display:none;"</code> into the IMG tag for all of the images to prevent them from loading before the JavaScript kicks in and slides them. Let us know if that isn&#8217;t the case and we&#8217;ll take another look at the original theme to try to help you with that.</p>
<p>To answer your second question, the Share and Bookmarks button was part of the original theme, and we did some code fixes and extracted its code, moving it into a new plugin. We haven&#8217;t released that plugin to the community yet. We have two more free community plugins in line getting ready to be released in the coming days. We&#8217;ll take your inquiry as a vote for us to release that plugin shortly afterwards!</p>
<p>Before we release a plugin to the community we have to put a lot of thought to the title, descriptions, FAQ, make screenshots, make a landing page, plus we have to test the plugin in various themes and in several versions of WordPress, then run the commands to commit the plugin to the wordpress.org repository and maintain it. So we have to pretty much gauge our time invested in the free work that we put into the community plugins. We are proud of our contributions and intend to continue with them!</p>
<p>Do let us know if you have any further questions. Thank you <img src='http://www.beautomated.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

