<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Host Like Toast</title>
	<atom:link href="http://www.hostliketoast.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hostliketoast.com</link>
	<description>Managed Wordpress Hosting &#38; Custom Web Services</description>
	<lastBuildDate>Fri, 18 May 2012 13:02:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Twitter Bootstrap CSS Libraries now available in WordPress Admin</title>
		<link>http://www.hostliketoast.com/2012/04/twitter-bootstrap-css-libraries-now-available-in-wordpress-admin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=twitter-bootstrap-css-libraries-now-available-in-wordpress-admin</link>
		<comments>http://www.hostliketoast.com/2012/04/twitter-bootstrap-css-libraries-now-available-in-wordpress-admin/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 09:55:02 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Code, Development, PHP & Free Giveaways]]></category>
		<category><![CDATA[Wordpress & Web Hosting Guides]]></category>

		<guid isPermaLink="false">http://www.hostliketoast.com/?p=1953</guid>
		<description><![CDATA[WordPress Administration Interface can now use Twitter Bootstrap CSS for plugin and theme styling options and configurations pages.]]></description>
			<content:encoded><![CDATA[<p></p><p>We believe one of the coolest additions we&#8217;ve made to our WordPress Twitter Bootstrap plugin is one that was released with version 2.0.2.1 of the plugin.</p>
<span class="label label-success">New</span>: You can now use Twitter Bootstrap CSS <em>within</em> the WordPress Admin interface!</p>
<p>Why is this a big deal?</p>
<p>Because while WordPress is a fantastic platform in many respects, there is as-yet no standardised options interface for WordPress themes and plugins in the backend.</p>
<p>I&#8217;m not a huge fan of the boxy WordPress admin interface components. It works in some areas, like on the Dashboard, but for many plugins that use these dull grey boxes, it just doesn&#8217;t work.</p>
<p>So, we decided to put our money where our mouth is and use Twitter Bootstrap styling in the admin interface for the plugin itself.</p>
<p>And if we can make it available to ourselves, why not make it available to all?</p>
<p>There was just one little problem with that&#8230;</p>
<p><span id="more-1953"></span></p>
<h2>How to use Twitter Bootstrap CSS on the WordPress admin backend</h2>
<p>If we were to include the Twitter Bootstrap CSS library in the WordPress backend, we&#8217;d quickly screw-up the styles for the <strong>whole admin interface</strong>.</p>
<p>Clearly this is not an option.</p>
<p>The only way around this is to make the Twitter Bootstrap CSS apply only to targeted areas, or &#8216;<code>divs</code>&#8216;.</p>
<p>Our solution: we took the latest Twitter Bootstrap CSS library and prefixed all defined styles with our own custom class name, namely:</p>
<pre>.bootstrap-wpadmin</pre>
<p>So simply put, if you want to apply Twitter Bootstrap styles to your admin interface, you need to wrap it all up in a single <code>&lt;div&gt;</code> with the class detailed above.</p>
<p>For example:</p>
<pre>&lt;div class="bootstrap-wpadmin"&gt;
 All my original WordPress Admin plugin/theme interface code
&lt;/div&gt;</pre>
<p>This allows you to be specific about the sections of your admin interface that take on the bootstrap styles while protecting the rest of the WordPress admin interface.</p>
<h2>2 important points to note for those with concerns/questions:</h2>
<ol>
<li>The backend bootstrap library is the latest bootstrap library<em> available when the plugin version you&#8217;re currently using was released</em>.  This library doesn&#8217;t automatically update as it is a custom library that we created based off the original. Don&#8217;t worry, it is exactly the same as the original, but as outlined already, we just prefixed all the elements with our custom class.</li>
<li>If you look at the source code of your WordPress Administration pages, you&#8217;ll find a CSS link called &#8220;<code>bootstrap-wpadmin-fixes.css</code>&#8220;. This is because the CSS styles in the WordPress admin section contain some funky definitions that break the Twitter Bootstrap &#8211; we created a few manual fixes for this in a separate file.</li>
</ol>
<p>And that&#8217;s it.</p>
<p>With version 2.0.2.1+ of the WordPress Twitter Bootstrap CSS plugin, you can now (as a plugin or theme developer) include the Bootstrap library in the WordPress backend and take full advantage of it to create a nice options/configuration interface for the users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hostliketoast.com/2012/04/twitter-bootstrap-css-libraries-now-available-in-wordpress-admin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Bootstrap for WordPress updated with Twitter Bootstrap Badges Shortcode: TBS_BADGE</title>
		<link>http://www.hostliketoast.com/2012/04/twitter-bootstrap-for-wordpress-updated-with-twitter-bootstrap-badges-shortcode-tbs_badge/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=twitter-bootstrap-for-wordpress-updated-with-twitter-bootstrap-badges-shortcode-tbs_badge</link>
		<comments>http://www.hostliketoast.com/2012/04/twitter-bootstrap-for-wordpress-updated-with-twitter-bootstrap-badges-shortcode-tbs_badge/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 12:19:17 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Code, Development, PHP & Free Giveaways]]></category>
		<category><![CDATA[Wordpress & Web Hosting Guides]]></category>

		<guid isPermaLink="false">http://www.hostliketoast.com/?p=1941</guid>
		<description><![CDATA[Twitter Bootstrap plugin for WordPress updated to include new WordPress Shortcode for Twitter Bootstrap Badges. Here's how to use them!]]></description>
			<content:encoded><![CDATA[<p></p><p>We hope you got hold of the update we released last week for the Twitter Bootstrap plugin for WordPress v2.0.2</p>
<p>This week we&#8217;re introducing quite a few changes to the plugin, the first of which I&#8217;ll address in the post.</p>
<p>Before you look at that however, if you have a few minutes, we think you should consider taking a quick look at <a rel="nofollow" title="WorpDrive: WordPress Backup" href="http://bit.ly/Ho30iC" target="_blank">our new WordPress backup solution</a> &#8211; it&#8217;s going to change the world of WordPress website backup and recovery protection. Check it out&#8230;</p>
<span class="label label-success">new</span> shortcode: <span>[TBS_BADGE]</span></p>
<p>You can learn more about the <a rel="nofollow" title="Twitter Bootstrap Badges" href="http://bit.ly/HqqY8J">bootstrap badges here</a>. They&#8217;re a simple concept and one that you can use quite easily on your site.</p>
<p><span id="more-1941"></span></p>
<h2>How to use the Twitter Bootstrap Badge shortcode for WordPress</h2>
<p>To use the badges, the process is much the same as with buttons and labels. Let&#8217;s take the following simple example:</p>
<pre><span>[TBS_BADGE]my 1st twitter bootstrap badge[/TBS_BADGE]</span></pre>
<p>will result in the following badge with default styling and colouring etc:</p>
<p style="text-align: center;"><span class="badge ">my 1st twitter bootstrap badge</span>
<p>As with all our Twitter Bootstrap shortcodes for WordPress, provided with this plugin, you can add the following fields for the corresponding HTML parameters:</p>
<ul>
<li>id</li>
<li>class</li>
<li>style</li>
</ul>
<h2>Twitter Bootstrap Badge Options</h2>
<p>Similar to bootstrap labels, you can style the badges with different colours using the classes provided. Here is a breakdown of all the classes, the names of which you must use with the &#8220;class&#8221; parameter</p>
<ul>
<li><span class="badge badge-success">class=&#8221;success&#8221;</span></li>
<li><span class="badge badge-warning">class=&#8221;warning&#8221;</span></li>
<li><span class="badge badge-error">class=&#8221;error&#8221;</span></li>
<li><span class="badge badge-info">class=&#8221;info&#8221;</span></li>
<li><span class="badge badge-inverse">class=&#8221;inverse&#8221;</span></li>
</ul>
<p>The following is one example where I also add some custom CSS styling (small-caps) into the badge text:</p>
<pre><span>[TBS_BADGE class="info" style="font-variant: small-caps;"]custom styled badge[/TBS_BADGE]</span></pre>
<p>will give you:</p>
<p style="text-align: center;"><span class="badge badge-info" style="font-variant: small-caps;">custom styled badge</span>
<p>As you can see, with the TBS_BADGE shortcode, it&#8217;s easy to add bootstrap badges to your WordPress posts and your theme.</p>
<p>If you have any questions or feedback on this or any other aspect of our Twitter Bootstrap plugin, please don&#8217;t hesitate to contact us, or post a comment below.</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hostliketoast.com/2012/04/twitter-bootstrap-for-wordpress-updated-with-twitter-bootstrap-badges-shortcode-tbs_badge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Bootstrap plugin for WordPress updated to version 2.0.2</title>
		<link>http://www.hostliketoast.com/2012/03/twitter-bootstrap-plugin-wordpress-updated-2-0-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=twitter-bootstrap-plugin-wordpress-updated-2-0-2</link>
		<comments>http://www.hostliketoast.com/2012/03/twitter-bootstrap-plugin-wordpress-updated-2-0-2/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 13:40:30 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Host Like Toast News, Updates & Blog]]></category>
		<category><![CDATA[Wordpress & Web Hosting Guides]]></category>
		<category><![CDATA[Twitter Bootstrap]]></category>
		<category><![CDATA[updated]]></category>
		<category><![CDATA[Wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.hostliketoast.com/?p=1912</guid>
		<description><![CDATA[Twitter Bootstrap plugin for WordPress released and updated to version 2.0.2.]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft size-medium wp-image-1514" title="WordPress, Twitter Bootstrap and Host Like Toast" src="http://www.hostliketoast.com/wp/wp-content/uploads/2012/02/banner-772x250-300x97.jpg" alt="WordPress, Twitter Bootstrap and Host Like Toast" width="300" height="97" />A couple of weeks back, Twitter Bootstrap was updated to version 2.0.2.</p>
<p>To reflect this update on the Twitter Bootstrap library we&#8217;ve recently released an update to our WordPress plugin: <a rel="nofollow" title="WordPress Twitter Bootstrap Plugin" href="http://bit.ly/qRVL1i" target="_blank">WordPress Twitter Bootstrap CSS</a></p>
<p>To see what&#8217;s new with Twitter Bootstrap v2.0.2, you can check out the <a rel="nofollow" title="Twitter Bootstrap Changelog" href="http://bit.ly/GYEHYO">changelog here</a>.</p>
<p>As for the plugin, the following changes have been made:</p>
<ul>
<li>UPDATED: Updated Twitter Bootstrap library to v2.0.2</li>
<li>ADDED: Ability to include Responsive CSS stylesheet that comes with Twitter Bootstrap version 2.0+</li>
<li>ADDED: Reorg&#8217;d some of the interface to be a little more logical</li>
<li>FIXED: serious oversight with including individual Javascript libraries.</li>
</ul>
<p>So as you can see the plugin hasn&#8217;t changed a lot, but one important addition is the ability to include the responsive CSS stylesheet that ships with Twitter Bootstrap v2.0+</p>
<p>We hope you&#8217;re all finding this plugin useful and it&#8217;s helping you make the most of Twitter Bootstrap. Feedback has been great so far, thank you!</p>
<p>If you have any questions or comments, please feel free to post them below or <a title="Contact Host Like Toast" href="http://www.hostliketoast.com/help-support/contact-host-like-toast/">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hostliketoast.com/2012/03/twitter-bootstrap-plugin-wordpress-updated-2-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Bootstrap Button Groups with the WordPress Shortcode: TBS_BUTTONGROUP</title>
		<link>http://www.hostliketoast.com/2012/03/twitter-bootstrap-button-groups-wordpress-shortcode-tbs_buttongroup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=twitter-bootstrap-button-groups-wordpress-shortcode-tbs_buttongroup</link>
		<comments>http://www.hostliketoast.com/2012/03/twitter-bootstrap-button-groups-wordpress-shortcode-tbs_buttongroup/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 12:09:26 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Wordpress & Web Hosting Guides]]></category>

		<guid isPermaLink="false">http://www.hostliketoast.com/?p=1852</guid>
		<description><![CDATA[Twitter Bootstrap Button Groups are easy with the WordPress Twitter Bootstrap CSS plugin and our WordPress Shortcode]]></description>
			<content:encoded><![CDATA[<p></p><p>A few days ago I outlined how to make full use of the WordPress shortcode provided for making full use of <a title="How-To: Twitter Bootstrap Button Shortcode for WordPress using TBS_BUTTON" href="http://www.hostliketoast.com/2012/03/how-to-twitter-bootstrap-button-shortcode-wordpress-using-tbs_button/">Twitter Bootstrap Buttons</a>.</p>
<p>Today, I&#8217;m going to outline how you can use our new shortcode for creating Twitter Bootstrap Button Groups.</p>
<p>Button Groups are easy! Here&#8217;s goes&#8230;</p>
<p><span id="more-1852"></span></p>
<h2>What are Twitter Bootstrap Button Groups?</h2>
<p>Button groups are collections of Buttons that are related in some way and you want to illustrate this relationship visually to the user.</p>
<p>It doesn&#8217;t matter why you think they&#8217;re related, if they&#8217;re related you can display this by using the Button Group feature provided in Twitter Bootstrap.</p>
<p>The WordPress shortcode to use in this case is:</p>
<p style="text-align: center;"><code>[TBS_BUTTONGROUP]</code></p>
<p>This shortcode alone has no use. It needs to be used in conjunction with buttons.</p>
<p>So to do this you simply place Twitter buttons within the Button Group shortcode as shown in the following example:</p>
<p style="text-align: center;"><code style="font-size: 11px">[TBS_BUTTONGROUP] .. [TBS_BUTTON] .. [TBS_BUTTON].. [TBS_BUTTON]..[/TBS_BUTTONGROUP] </code></p>
<h2>Some Twitter Bootstrap Button Group Examples</h2>
<p>Let&#8217;s try some examples.</p>
<p>First, if you&#8217;re not too familiar the buttons, check out our <a title="How-To: Twitter Bootstrap Button Shortcode for WordPress using TBS_BUTTON" href="http://www.hostliketoast.com/2012/03/how-to-twitter-bootstrap-button-shortcode-wordpress-using-tbs_button/">complete guide on using Twitter Bootstrap Buttons here</a>.</p>
<p>With the following code:</p>
<pre style="text-align: center;"><span>[TBS_BUTTONGROUP style="margin:20px"][TBS_BUTTON text="button 1"/][TBS_BUTTON text="button 2"/][TBS_BUTTON text="button 3"/][/TBS_BUTTONGROUP]</span></pre>
<p>you will get the 3 buttons grouped together as seen below:</p>
<div class="btn-group " style="margin:20px auto"><button type="button" class="btn" value="0">button 1</button><button type="button" class="btn" value="0">button 2</button><button type="button" class="btn" value="0">button 3</button></div>
<p>There are 2 things to note from this example.</p>
<ol>
<li>As with all our components, we offer the option to include in-line CSS styling either through &#8220;style&#8221;, and also with &#8220;class&#8221; and &#8220;id&#8221; definitions. Here I added a margin of 20px to the DIV that will hold the button group so it looks ok on the page.</li>
<li>the <code>[TBS_BUTTONGROUP]</code> shortcode <strong>must</strong> have a corresponding closing tag (<code>[/TBS_BUTTONGROUP]</code>) to indicate the completion of the button group definition.</li>
</ol>
<h2>Twitter Bootstrap Button Groups Toggle Functionality</h2>
<p>With Twitter Bootstrap version 2.0, a new <a rel="nofollow" title="Twitter Bootstrap Buttons Toggle Functionality" href="http://bit.ly/yz7YBv">toggle functionality</a> has been included with the Buttons components.</p>
<p>For button groups, there are currently 2 types of toggle functions:</p>
<ol>
<li>Checkbox</li>
<li>Radio</li>
</ol>
<p>Specifying these options on the shortcode is easy using the toggle parameter. Currently the ways to specify the type of toggle button group you want are as follows:</p>
<ol>
<li>For Checkbox button group: <code>toggle="buttons-checkbox"</code></li>
<li>For Radio button group: <code>toggle="buttons-radio"</code></li>
</ol>
<p>And it&#8217;s as easy as that.</p>
<p>As outlined in the TBS_BUTTON how-to article, currently our plugin does not supply the necessary javascript to activate the toggle buttons because we haven&#8217;t yet been able to create it. We hope with a bit more time this will be over come soon.</p>
<p>Taking the above example button group, this is how you would create a checkbox toggle group:</p>
<pre style="text-align: center;"><span>[TBS_BUTTONGROUP toggle="buttons-checkbox" style="margin:20px"][TBS_BUTTON text="button 1"/][TBS_BUTTON text="button 2"/][TBS_BUTTON text="button 3"/][/TBS_BUTTONGROUP]</span></pre>
<p>And with the right Javascript to activate it, you&#8217;ll have a nice toggle button group.</p>
<p>As you can see, Twitter Bootstrap Buttons Groups are easy with the <a rel="nofollow" title="WordPress Twitter Bootstrap CSS plugin" href="http://bit.ly/qRVL1i">WordPress Twitter Bootstrap CSS</a> plugin.</p>
<p>Any questions or feedback, please drop them to us in the comments section below.</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hostliketoast.com/2012/03/twitter-bootstrap-button-groups-wordpress-shortcode-tbs_buttongroup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To: Twitter Bootstrap Button Shortcode for WordPress using TBS_BUTTON</title>
		<link>http://www.hostliketoast.com/2012/03/how-to-twitter-bootstrap-button-shortcode-wordpress-using-tbs_button/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-twitter-bootstrap-button-shortcode-wordpress-using-tbs_button</link>
		<comments>http://www.hostliketoast.com/2012/03/how-to-twitter-bootstrap-button-shortcode-wordpress-using-tbs_button/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 13:00:14 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Wordpress & Web Hosting Guides]]></category>

		<guid isPermaLink="false">http://www.hostliketoast.com/?p=1763</guid>
		<description><![CDATA[How-To use the Twitter Bootstrap Button Shortcode for WordPress using the Twitter Bootstrap CSS plugin .]]></description>
			<content:encoded><![CDATA[<p></p><button style="width: 200px; height:100px; float:left; margin-right: 15px; font-size:20px" type="button" class="btn btn-info" value="0">Twitter Bootstrap Buttons are easy!</button>At the beginning of the week we released an update to our WordPress Twitter Bootstrap plugin with fixes and improvements to our shortcodes for using Twitter Bootstrap components.</p>
<p>We&#8217;ve talked already about the <span><a title="WordPress Twitter Bootstrap plugin update: New Shortcode [TBS_ICON]" href="http://www.hostliketoast.com/2012/02/wordpress-twitter-bootstrap-plugin-update-new-shortcode-tbs_icon/">[TBS_ICON] shortcode</a></span> that came with the latest release (v2.0.1b).</p>
<p>In this article I&#8217;m going to break down all the options available to you with our <span>[TBS_BUTTON]</span> shortcode.</p>
<p>Some of the uses of these buttons are to simply create slightly more elaborate links within your posts.</p>
<p><span id="more-1763"></span></p>
<h2>Twitter Bootstrap Button Basics</h2>
<p>Buttons are primarily of 2 types:</p>
<ol>
<li>(Hyper)Links</li>
<li>Actions</li>
</ol>
<p>Their respective HTML elements are:</p>
<ol>
<li>a</li>
<li>button</li>
</ol>
<p>In general, you should use links for objects, such as links to image, videos, or other web pages. Buttons are typically actions.</p>
<p>So let&#8217;s say I want to create a link to a web page; let&#8217;s call it Google (http://www.google.com)</p>
<p>I can create a link button to Google using the following code:</p>
<pre><span>[TBS_BUTTON element="a" link="http://www.google.com" title="Google Search Engine"]The text in my button[/TBS_BUTTON]</span></pre>
<p>Here is how the button would look: <a class="btn" href="http://www.google.com" title="Google Search Engine">The text in my button</a>
<h3>Important TBS_BUTTON shorcode notes:</h3>
<ul>
<li>You don&#8217;t have to use a closing tag. I.e. You don&#8217;t need both <span>[TBS_BUTTON] &amp; [/TBS_BUTTON]</span>. Instead you can pass the parameter <code>text</code> as in the following example which will give you <em>exactly</em> the same button as that above. &#8220;text&#8221; parameter takes priority for button text so don&#8217;t specify it if you want to use the alternative method.</li>
</ul>
<pre><span>[TBS_BUTTON element="a" link="http://www.google.com" title="Google Search Engine" text="The text in my button"]</span></pre>
<ul>
<li>If you use multiple buttons on the one page, and you do not use the closing tag, then you should indicate this by using a forward slash <code>/</code> at the end of the shortcode, as follows: <span>[TBS_BUTTON ..my parameters..<strong> /]</strong></span></li>
<li>In previous versions of the shortcode, the parameter to add a title to a link was &#8220;<code>link_title</code>&#8220;. Now it&#8217;s just &#8220;<code>title</code>&#8220;.</li>
<li>If you don&#8217;t include the &#8220;<code>element</code>&#8221; parameter, it defaults to a hyper-link button and outputs an anchor tag &lt;a&gt;.  But if you <em>also</em> don&#8217;t specify a &#8220;<code>link</code>&#8220;, it defaults to a &lt;button&gt;</li>
<li>There is a &#8220;<code>type</code>&#8221; parameter which by default is unused in the case of &lt;a&gt; elements, and defaults to &#8220;button&#8221; for all other elements. Of course you can set what you want for type at any time</li>
<li>If you create a &#8220;button&#8221; and don&#8217;t specify the <code>value</code> parameter, value defaults to 0.</li>
<li>As with all our shortcodes, you have the options to specify component <code>class</code>, <code>id</code>, and <code>style</code> parameters to the buttons. Simply use them exactly as you would when specifying them on normal HTML components &#8211; see below for more on available Twitter Bootstrap button classes.</li>
</ul>
<h2>Twitter Bootstrap Button Styles</h2>
<p>Twitter Bootstrap comes with a number of default buttons styles which are accessed within the shortcode using the &#8220;<code>class</code>&#8221; paramenter.</p>
<p>Here are most of the classes you can include in their respective groups (i.e. you cannot use 2 codes from the same group). The class name to use for each style is the text within each button shown below&#8230;</p>
<h3>Twitter Bootstrap Button Sizes</h3>
<ul>
<li><button style="margin-bottom:3px;" type="button" class="btn btn-large" value="0">btn-large</button></li>
<li><button style="margin-bottom:3px;" type="button" class="btn" value="0">default size- when you don't specify one</button></li>
<li><button type="button" class="btn btn-small" value="0">btn-small</button></li>
<li><button type="button" class="btn btn-mini" value="0">btn-mini</button></li>
</ul>
<h3>Twitter Bootstrap Button Colours</h3>
<ul>
<li><button style="margin-bottom:3px;" type="button" class="btn" value="0">default: when you don't specify a class</button></li>
<li><button style="margin-bottom:3px;" type="button" class="btn btn-primary" value="0">btn-primary</button></li>
<li><button style="margin-bottom:3px;" type="button" class="btn btn-info" value="0">btn-info</button></li>
<li><button style="margin-bottom:3px;" type="button" class="btn btn-small btn-success" value="0">btn-success</button></li>
<li><button style="margin-bottom:3px;" type="button" class="btn btn-warning" value="0">btn-warning</button></li>
<li><button style="margin-bottom:3px;" type="button" class="btn btn-danger" value="0">btn-danger</button></li>
<li><button style="margin-bottom:3px;" type="button" class="btn btn-inverse" value="0">btn-inverse</button></li>
</ul>
<p>It shouldn&#8217;t come as too much of a surprise that you can mix these two groups of classes just by specifying more than 1 class, separated by a space.</p>
<p>For example, with the following shortcode specified:</p>
<pre><span>[TBS_BUTTON class="btn-large btn-danger" text="My large danger button"/]</span></pre>
<p>You will get this button:</p>
<p style="text-align: center;"><button type="button" class="btn btn-large btn-danger" value="0">My large danger button</button>
<h2>Twitter Bootstrap Button options: Toggle and Disabled</h2>
<p>You have the option to load a disabled button or create a &#8220;toggle&#8221; button.</p>
<p>Currently our plugin doesn&#8217;t supply the JavaScript necessary to activate Twitter toggle buttons, but we hope to in a later release. For now, the code simply adds the necessary toggle data parameter to the button.</p>
<p>Here is an example of a disabled twitter button:</p>
<pre><span>[TBS_BUTTON class="btn-large btn-info" <strong>disabled="y"</strong> id="my-lovely-button" style="color: yellow; font-family:monospace;" text="My monospace, yellow-text, disabled info Twitter Button"/]</span></pre>
<p>providing the following button</p>
<p style="text-align: center;"><button style="color: yellow; font-family:monospace;" id="my-lovely-button" type="button" class="btn btn-large btn-info disabled" value="0" disabled="disabled">My monospace, yellow-text, disabled info Twitter Button</button>
<p>producing the following HTML code:</p>
<pre>&lt;button style="color: yellow; font-family:monospace;" id="my-lovely-button" type="button" class="btn btn-large btn-info disabled" value="0" disabled="disabled"&gt;My monospace, yellow-text, disabled info Twitter Button&lt;/button&gt;</pre>
<h2>How to get Twitter Bootstrap for your WordPress site</h2>
<p>If you haven&#8217;t installed it already, you can do so by going to your &#8220;Add New&#8221; Plugins page in the admin section of your WordPress site and search for &#8220;WordPress Twitter Bootstrap&#8221;.</p>
<p>Simply install and activate the plugin and then go to the &#8220;Bootstrap CSS&#8221; page under the new menu &#8220;Host Like Toast&#8221; that appears on the WordPress Admin screen.</p>
<p>Select to add Twitter Bootstrap, and then in order to use shortcodes make sure to check to option to enable them. We provide this option as a performance optimization for those who have no wish to use the shortcodes.</p>
<p>In writing this guide I discovered a bug with the button shortcode code and have released an update to address this. The plugin at the time of writing is v2.0.1c.</p>
<p>Please let us know how you get on with the plugin and of course if you have any suggestions or feedback for us.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hostliketoast.com/2012/03/how-to-twitter-bootstrap-button-shortcode-wordpress-using-tbs_button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Twitter Bootstrap plugin update: New Shortcode TBS_ICON</title>
		<link>http://www.hostliketoast.com/2012/02/wordpress-twitter-bootstrap-plugin-update-new-shortcode-tbs_icon/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-twitter-bootstrap-plugin-update-new-shortcode-tbs_icon</link>
		<comments>http://www.hostliketoast.com/2012/02/wordpress-twitter-bootstrap-plugin-update-new-shortcode-tbs_icon/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 16:24:58 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Host Like Toast News, Updates & Blog]]></category>
		<category><![CDATA[Wordpress & Web Hosting Guides]]></category>

		<guid isPermaLink="false">http://www.hostliketoast.com/?p=1656</guid>
		<description><![CDATA[WordPress Twitter Bootstrap plugin updated with a new WordPress shortcode for the Glyphicon library.]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignright size-medium wp-image-1514" title="WordPress, Twitter Bootstrap and Host Like Toast" src="http://www.hostliketoast.com/wp/wp-content/uploads/2012/02/banner-772x250-300x97.jpg" alt="WordPress, Twitter Bootstrap and Host Like Toast" width="300" height="97" />We released WordPress Twitter Boostrap CSS plugin today, at version <strong>2.0.1b</strong></p>
<p>This release saw a whole heap of internal changes and improvement, most of which I&#8217;ll cover in the coming week so you can take full advantage of the features on offer.</p>
<p>In this article I&#8217;m going to explain quickly how to start using the <a rel="nofollow" title="Twitter Bootstrap Glyphicons" href="http://bit.ly/AxCdQj" target="_blank">Glyphicons</a> to spruce up your posts, pages and your whole WordPress website.</p>
<p>Before you look at that however, if you have a few minutes, we think you should consider taking a quick look at <a rel="nofollow" title="WorpDrive: WordPress Backup" href="http://bit.ly/Ho2S2w" target="_blank">our new WordPress backup solution</a> &#8211; it&#8217;s going to change the world of WordPress website backup and recovery protection. Check it out&#8230;</p>
<p><span id="more-1656"></span></p>
<h2>New Twitter Bootstrap WordPress Shortcode: <span>[TBS_ICON]</span></h2>
<p>First take a look at the <a rel="nofollow" title="Twitter Bootstrap Glyphicons" href="http://bit.ly/AxCdQj" target="_blank">Glyphicons available</a> from the Twitter Bootstrap library.</p>
<p>As you&#8217;ll see, there are many icons available in the library and each icon has its unique name.</p>
<p>To put any one of these icons in your WordPress posts, you simply need to enter the following text anywhere in your WordPress post/page editor:</p>
<pre style="text-align: center;"><span>[TBS_ICON class="icon-my-lovely-horse"]</span></pre>
<p>You then replace the text &#8220;<code>icon-my-lovely-horse</code>&#8221; with the name of the icon you want (use the Glyphicons section on the Twitter Bootstrap site as a reference).</p>
<h2>Twitter Bootstrap Glyphicons WordPress Shortcode Examples</h2>
<p>I had to choose a default icon to show in case you didn&#8217;t specify the &#8220;class&#8221;. I decided upon &#8220;<code>icon-star-empty</code>&#8221; but please, if you want to use this icon specify it explicitly as I may change or remove the default in future releases for whatever reason.</p>
<h3>Example 1: Default</h3>
<p>So, the following shortcode :</p>
<pre style="text-align: center;"><code>[TBS_ICON]</code></pre>
<p>will give you:</p>
<p style="text-align: center;"><i class="icon-star-empty"></i>
<h3>Example 2: Zoom In and Zoom out Glyphicons</h3>
<p>The following shortcodes text:</p>
<pre style="text-align: center;"><span>[TBS_ICON class="icon-zoom-in"] and [TBS_ICON class="icon-zoom-out"]</span></pre>
<p>will give you:</p>
<p style="text-align: center;"><i class="icon-zoom-in"></i> and <i class="icon-zoom-out"></i>
<h3>Example 3: Custom Glyphicon Styling</h3>
<p>With all our shortcodes we offer full support for adding custom CSS styles and element IDs so you can style them directly.</p>
<p>You use the parameters &#8220;style&#8221; and &#8220;id&#8221; to achieve this and enter values exactly as you would in HTML.</p>
<p>The following shortcode:</p>
<pre style="text-align: center;"><span>[TBS_ICON class="icon-off" style="border: 1px solid green; background-color: yellow" id="my-icon"]</span></pre>
<p>will yield:</p>
<p style="text-align: center;"><i class="icon-star-empty" style="border: 1px solid green; background-color: yellow" id="my-icon"></i>
<p>with an HTML element ID of &#8220;<code>my-icon</code>&#8221; so you can refer to it anywhere in your CSS/Javascript definitions.</p>
<h3>Example 4: Combining with other Bootstrap elements, e.g. Twitter Buttons</h3>
<p>In this example, I&#8217;ll create a Twitter Bootstrap Button and embed a Twitter Glyphicon within it using our shortcodes.</p>
<p>The following shortcodes:</p>
<pre style="text-align: center;"><span>[TBS_BUTTON][TBS_ICON class="icon-trash" style="margin-right: 5px"]This is a rubbish button[/TBS_BUTTON]</span></pre>
<p>will give you:</p>
<p style="text-align: center;"><button type="button" class="btn" value="0"><i class="icon-trash" style="margin-right: 5px"></i>This is a rubbish button</button>
<p>If you look closely at the code, I included a style of &#8220;<code>margin-right: 5px</code>&#8221; making the layout inside the button nicer. Without it the image and the text wouldn&#8217;t be as neat.</p>
<p>This highlights the power of customization that is available to you with our Twitter Bootstrap WordPress shortcodes. With only a little effort you can spice up your links, add funky icons to your text, and if you&#8217;re feeling bold start modifying whole sections of your WordPress theme.</p>
<h2>Instant access to the power of Twitter Bootstrap in WordPress</h2>
<p>Our <a rel="nofollow" title="WordPress Twitter Bootstrap Plugin" href="http://wordpress.org/extend/plugins/wordpress-bootstrap-css/" target="_blank">WordPress Twitter Bootstrap CSS plugin</a> gives you instant access to the power made available to us all with the Twitter Bootstrap library.</p>
<p>We hope that this new shortcode helps and you find it useful.</p>
<p>As always, <a title="Contact Host Like Toast" href="http://www.hostliketoast.com/help-support/contact-host-like-toast/" target="_blank">we welcome feedback and suggestions</a> about this and anything else that may be on your mind concerning our hosting and Managed WordPress Hosting service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hostliketoast.com/2012/02/wordpress-twitter-bootstrap-plugin-update-new-shortcode-tbs_icon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Twitter Bootstrap CSS plugin v2.0 (Final) &#8211; Notes on important changes</title>
		<link>http://www.hostliketoast.com/2012/02/wordpress-twitter-bootstrap-css-plugin-v2-0-final/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-twitter-bootstrap-css-plugin-v2-0-final</link>
		<comments>http://www.hostliketoast.com/2012/02/wordpress-twitter-bootstrap-css-plugin-v2-0-final/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 22:13:31 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Host Like Toast News, Updates & Blog]]></category>
		<category><![CDATA[Wordpress & Web Hosting Guides]]></category>

		<guid isPermaLink="false">http://www.hostliketoast.com/?p=1574</guid>
		<description><![CDATA[We reported last week that Twitter Bootstrap version 2.0 was released. This was a huge update that brought many changes and required extensive work on the WordPress Bootstrap CSS plugin. We released an updated version of the plugin into beta a week ago and we&#8217;re quite happy that in its existing state, it&#8217;s good for [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignright size-medium wp-image-1514" title="WordPress, Twitter Bootstrap and Host Like Toast" src="http://www.hostliketoast.com/wp/wp-content/uploads/2012/02/banner-772x250-300x97.jpg" alt="WordPress, Twitter Bootstrap and Host Like Toast" width="300" height="97" />We reported last week that <a title="Twitter Bootstrap 2.0 is released to public" href="http://www.hostliketoast.com/2012/02/twitter-bootstrap-2-0-released/">Twitter Bootstrap version 2.0 was released</a>.</p>
<p>This was a huge update that brought many changes and required extensive work on the <a rel="nofollow" title="WordPress Twitter Bootstrap CSS plugin" href="http://wordpress.org/extend/plugins/wordpress-bootstrap-css/" target="_blank">WordPress Bootstrap CSS plugin</a>.</p>
<p>We released an <a title="WordPress Bootstrap CSS Plugin updated for Twitter Bootstrap 2.0" href="http://www.hostliketoast.com/2012/02/wordpress-bootstrap-css-plugin-updated-twitter-bootstrap-2-0/">updated version of the plugin into beta</a> a week ago and we&#8217;re quite happy that in its existing state, it&#8217;s good for prime time.</p>
<p>That said though, there are a few things you need to take into consideration before upgrading.</p>
<p><span id="more-1574"></span></p>
<h2>Upgrading from pre-2.0.0 WordPress Twitter Bootstrap plugin</h2>
<p>You should know there are 2 versions of the Twitter Bootstrap libraries now available within the admin section of the WordPress plugin:</p>
<ol>
<li>Twitter Legacy</li>
<li>Twitter</li>
</ol>
<h3>1. Twitter Legacy</h3>
<p>This is the original version (1.4.x) of Twitter Bootstrap. We appreciate that people need time to migrate when there are big changes in a library such as this.</p>
<p>If you want the option to stay up to date with the plugin&#8217;s latest features, while giving you time to migrate your site to Twitter Bootstrap version 2.0, you&#8217;re covered!</p>
<p>If, when you upgrade to version 2.0 of the WordPress Twitter Bootstrap CSS plugin, you&#8217;re configured to us &#8220;Twitter&#8221; bootstrap, you will automatically be converted to &#8220;Twitter Legacy&#8221;.</p>
<p>Bugs notwithstanding, there should be absolutely no change in your website appearance and functionality &#8211; you can upgrade this plugin with confidence!</p>
<h3>2. Twitter</h3>
<p>&#8220;Twitter&#8221; represents the latest public, stable version of Twitter Bootstrap. At the time of writing that&#8217;s version 2.0.0.</p>
<p>Certain features and libraries are only available with &#8220;Twitter&#8221; that are not available with &#8220;Twitter Legacy&#8221;.</p>
<p>We have been diligent in making the admin interface reflect these differences so there should be minimal confusion.</p>
<h3>Hot-Linking option is removed (permanently) from version 2.0.0 onwards</h3>
<p>Hot-linking resources on your website comes with its own issues, and maintaining the plugin to support hot-linking was proving more work that the possible benefits.</p>
<p>Apologies to anyone who prefers hot-linking. The migration/upgrade from previous versions will be seamless and shouldn&#8217;t present any problems.</p>
<h2>WordPress shortcodes support for Twitter Bootstrap elements</h2>
<p>Since there were serious changes to the Twitter Bootstrap elements, the plugin shortcodes have changed a lot also.</p>
<p>Where possible we&#8217;ve tried to maintain backward compatibility with the &#8220;Twitter Legacy&#8221; configuration, but this wasn&#8217;t always possible.</p>
<p>And, as Twitter Bootstrap continues to evolve, we cannot guarantee long-term support for legacy users. So, please upgrade your site to use the latest version as soon as you can.</p>
<p>The following is a short list of the most important notes to take on the shortcodes system:</p>
<div class="alert alert-info">The following are notable <strong>changes</strong> to the shortcode system from v1.4.0</div>
<ul>
<li><span>[<a title="How-To: Twitter Bootstrap Button Shortcode for WordPress using TBS_BUTTON" href="http://www.hostliketoast.com/2012/03/how-to-twitter-bootstrap-button-shortcode-wordpress-using-tbs_button/" target="_blank">TBS_BUTTON</a>]</span> supports the classes: <code>default</code> | <code>primary</code> | <code>info</code> | <code>success</code> | <code>danger</code>. But, whichever you choose, this <strong>must be the first class</strong> defined in the &#8220;class&#8221; parameter.</li>
<li><span>[<a title="Master Twitter Bootstrap using WordPress Shortcodes. Part 2: Labels" href="http://www.hostliketoast.com/2011/12/master-twitter-bootstrap-using-wordpress-shortcodes-part-2-labels/" target="_blank">TBS_LABEL</a>]</span> supports the classes: <code>default</code> | <code>warning</code> | <code>info</code> | <code>success</code> | <code>important</code>. But, whichever you choose, this <strong>must be the first class</strong> defined in the &#8220;class&#8221; parameter.</li>
<li><span>[<a title="Master Twitter Bootstrap using WordPress Shortcodes, Part 4: Alerts and Block Messages" href="http://www.hostliketoast.com/2011/12/master-twitter-bootstrap-using-wordpress-shortcodes-part-4-alerts-and-block-messages/" target="_blank">TBS_BLOCK</a>]</span> <strong>is no longer supported</strong>. Twitter Bootstrap 2.0+ does not have &#8220;blocks&#8221; and instead uses &#8220;alerts&#8221; with specific classes. If you use <span>[TBS_BLOCK]</span> with &#8220;Twitter Legacy&#8221; you should still get blocks, but they are actually alerts with a legacy class defined. You should change all your <span>[TBS_BLOCK]</span> instances to<span> [TBS_ALERT]</span> and use the <code>alert-block</code> class.</li>
<li><span>[<a title="Master Twitter Bootstrap using WordPress Shortcodes, Part 4: Alerts and Block Messages" href="http://www.hostliketoast.com/2011/12/master-twitter-bootstrap-using-wordpress-shortcodes-part-4-alerts-and-block-messages/" target="_blank">TBS_ALERT</a>]</span> shortcode has a &#8220;class&#8221; parameter which can remain undefined (for the default setting), or can use: <code>alert-block</code> with <code>alert-success</code> | <code>alert-info</code> | <code>alert-error</code>. To use <code>alert-block</code> with <code>alert-success</code>, for example, just separate them in the parameter with space, e.g.: <code>class="alert-block alert-success"</code></li>
<li><span>[<a title="Master Twitter Bootstrap using WordPress Shortcodes, Part 5: Twipsy Rollovers" href="http://www.hostliketoast.com/2011/12/master-twitter-bootstrap-using-wordpress-shortcodes-part-5-twipsy-rollovers/" target="_blank">TBS_TWIPSY</a>]</span> is no longer supported. Please use <span>[TBS_TOOLTIP]</span> going forward with the same parameters as twipsy. For now, in version 2.0.0 the old shortcode should still work, but we will not be guaranteeing this as versions progress.</li>
<li><span>[TBS_TOOLTIP]</span> is unlike TWIPSY with regards the &#8220;placement&#8221; parameter. The options are now: <code>top</code> | <code>bottom</code> | <code>left</code> | <code>right</code></li>
<li><span>[<a title="Master Twitter Bootstrap using WordPress Shortcodes, Part 6: Popovers" href="http://www.hostliketoast.com/2011/12/master-twitter-bootstrap-using-wordpress-shortcodes-part-6-popovers/">TBS_POPOVER</a>]</span> is unchanged and works as with Twitter Legacy 1.4.0</li>
</ul>
<div class="alert alert-success"><h4 class="alert-heading">Update: 5th March 2012</h4>The following are notable <strong>additions</strong> to the shortcode system</div>
<ul>
<li><span>[<a title="WordPress Twitter Bootstrap plugin update: New Shortcode TBS_ICON" href="http://www.hostliketoast.com/2012/02/wordpress-twitter-bootstrap-plugin-update-new-shortcode-tbs_icon/" target="_blank">TBS_ICON</a>]</span> allows you to add Twitter Bootstrap Glyphicons to your WordPress site.</li>
<li><span>[<a title="Twitter Bootstrap Button Groups with the WordPress Shortcode: TBS_BUTTONGROUP" href="http://www.hostliketoast.com/2012/03/twitter-bootstrap-button-groups-wordpress-shortcode-tbs_buttongroup/" target="_blank">TBS_BUTTONGROUP</a>]</span> allows you to create Twitter Bootstrap Button Groups</li>
</ul>
<p>At the time of writing, the other shortcodes are currently untested with version 2.0 and are unlikely to work. If you really need them, stick with Twitter Legacy for now.</p>
<p>In the future, I&#8217;ll be posting more detailed how-to on the site to use the newest and latest Twitter Bootstrap shortcodes as they become available and updated.</p>
<p>Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hostliketoast.com/2012/02/wordpress-twitter-bootstrap-css-plugin-v2-0-final/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Thesis Theme 1.8.3 and how it affects Thesis WordPress Child Themes</title>
		<link>http://www.hostliketoast.com/2012/02/thesis-theme-1-8-3-how-it-affects-thesis-wordpress-child-themes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=thesis-theme-1-8-3-how-it-affects-thesis-wordpress-child-themes</link>
		<comments>http://www.hostliketoast.com/2012/02/thesis-theme-1-8-3-how-it-affects-thesis-wordpress-child-themes/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 14:06:28 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Wordpress & Web Hosting Guides]]></category>

		<guid isPermaLink="false">http://www.hostliketoast.com/?p=1545</guid>
		<description><![CDATA[Last week DIY Themes released Thesis Framework 1.8.3. Fun. Not really. I wrote a guide some time ago about creating Thesis Child Themes. One of the advantages I tout about child themes is the smooth upgrade path from one version of the parent theme to the next. Unfortunately this latest release of Thesis 1.8.3 caused me [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Last week DIY Themes released <a rel="nofollow" title="Thesis Theme Framework for WordPress" href="http://bit.ly/hNOITJ" target="_blank">Thesis Framework 1.8.3</a>.</p>
<p>Fun. Not really.</p>
<p>I wrote a guide some time ago about creating <a title="How-to: Easily create a child-theme for WordPress (using Thesis Theme as an example)" href="http://www.hostliketoast.com/2011/07/how-create-child-theme-thesis-wordpress/">Thesis Child Themes</a>. One of the advantages I tout about child themes is the smooth upgrade path from one version of the parent theme to the next.</p>
<p>Unfortunately this latest release of Thesis 1.8.3 caused me a little bit of a headache because he changed the way he includes the theme&#8217;s CSS stylesheets.</p>
<p>In this quick post I&#8217;m going to show you what you can do to quickly offset any problems associated with Thesis Child Themes and stylesheets.</p>
<p><span id="more-1545"></span></p>
<h2>What changed in Thesis 1.8.3 with regards CSS stylesheets?</h2>
<p>Honestly, I don&#8217;t know the exact answer to that because I haven&#8217;t delved into the code too deeply.</p>
<p>But, we know he changed things because he tells us he did, and also because I&#8217;ve reviewed a little bit of the code enough to see some significant changes for myself.</p>
<p>The best thing I can do is describe the problem as I see it, and how I went about fixing it.</p>
<p>Before we even download Thesis 1.8.3, let&#8217;s start with the child theme you have already created and are presumably running on your site.</p>
<p>If you&#8217;ll remember from the <a title="How-to: Easily create a child-theme for WordPress (using Thesis Theme as an example)" href="http://www.hostliketoast.com/2011/07/how-create-child-theme-thesis-wordpress/">how to article on Thesis child themes</a>, we created the critical <code>styles.css</code> in the root of the child theme folder.</p>
<p>This <code>styles.css</code> should have a single import line and will look something like this:</p>
<pre>@import url("../thesis/style.css");</pre>
<p>Pretty innocent huh? Well it is this line that fried my site.</p>
<p>You see it uses a <em>relative path</em> to find the parent Thesis theme &#8211; the &#8220;../&#8221; means &#8220;go <em>up</em> 1 directory level&#8221;.</p>
<p>However, with Thesis 1.8.3, with the way it is being included into the site, this relative path is failing and it&#8217;s not finding the parent thesis theme folder.</p>
<p>Not good.</p>
<p>The simple solution here is to create a full path to the CSS stylesheet file. The following line now replaces the line above:</p>
<pre>@import url("//www.hostliketoast.com/wp/wp-content/themes/thesis/style.css");</pre>
<p>As you can see, not too complicated. You just have to replace it with your URL and if you have WordPress files in a sub-folder, as I do with (&#8216;<code>wp/</code>&#8216;), then you need to include that also.</p>
<p>This wont break your Thesis 1.8.2 and prepares you nicely for Thesis 1.8.3.</p>
<p>Remember, when performing upgrades of your site, you should always create a <a rel="nofollow" title="worpit: faster, more centralized WordPress admin" href="http://worpit.com" target="_blank">backup of your website files</a> in case you toast them.</p>
<h2>Upgrading to Thesis Framework 1.8.3 for your WordPress child theme</h2>
<p>Assuming you&#8217;ve created the backup of your theme files and WordPress database, download the new Thesis 1.8.3 and copy them into your parent thesis theme folder, overwriting all files when prompted.</p>
<p>Navigate to the thesis admin section of your WordPress site and run the database upgrade when you&#8217;re prompted.</p>
<p>All being well, your website should be seamlessly upgraded to run Thesis Framework 1.8.3.</p>
<p>If you hit a glitch, and your WordPress site isn&#8217;t showing the styles as you would expect, the only suggestion I have is to &#8220;rebuild&#8221; your CSS files.</p>
<p>Thesis 1.8.3 has a new &#8220;Design Mode&#8221; &#8211; I don&#8217;t care much for it because I use other means of optimizing my websites.</p>
<p>But it&#8217;s there and we have to work with it&#8230;</p>
<ul>
<li>Go to Thesis &#8216;Site Options&#8217;</li>
<li>Expand the &#8216;Stylesheet Options&#8217; section</li>
<li>Uncheck the box &#8216;Use Design Mode&#8217;</li>
<li>Save.</li>
<li>Re-Check the box &#8216;Use Design Mode&#8217;</li>
<li>Save</li>
</ul>
<p>Now try reloading the site.</p>
<h2>Other issues with Thesis Framework 1.8.3</h2>
<p>I&#8217;m not the only person that has experienced problems with the latest Thesis upgrade, but I was able to work my way through it eventually. It was nothing too serious in the end.</p>
<p>If you do have more serious issues, you&#8217;re best to go back to 1.8.2 and sit tight. Or go to the Thesis Forums and ask for help from the great number of superb folks out there.</p>
<p>Or, you can write to me in the comments sections below, or <a title="Contact Host Like Toast" href="http://www.hostliketoast.com/help-support/contact-host-like-toast/" target="_blank">contact us directly</a> and I&#8217;ll see what I can do to assist you.</p>
<p><strong>Remember to completely clear any website caches, and your browser cache if the site doesn&#8217;t look as you expected.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hostliketoast.com/2012/02/thesis-theme-1-8-3-how-it-affects-thesis-wordpress-child-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free CPanel FTP Backup supports secure SCP file transfer</title>
		<link>http://www.hostliketoast.com/2012/02/free-cpanel-ftp-backup-supports-secure-scp-file-transfer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=free-cpanel-ftp-backup-supports-secure-scp-file-transfer</link>
		<comments>http://www.hostliketoast.com/2012/02/free-cpanel-ftp-backup-supports-secure-scp-file-transfer/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 12:22:31 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Code, Development, PHP & Free Giveaways]]></category>

		<guid isPermaLink="false">http://www.hostliketoast.com/?p=1526</guid>
		<description><![CDATA[If you host your website using CPanel, we have provided a free, fully customizable script for backing up your full web hosting site. We have received a couple of questions about security recently so we decided to simply highlight clearly that you can configure the CPanel backup script to transfer your backup files over SCP. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you host your website using CPanel, we have provided a free, fully customizable script for backing up your full web hosting site.</p>
<p>We have received a couple of questions about security recently so we decided to simply highlight clearly that you can configure the CPanel backup script to transfer your backup files over SCP.</p>
<p>SCP is not SFTP, though it is often confused. The backup script uses native CPanel API calls and is therefore only as powerful or as limited as the base-CPanel implementation.</p>
<p><span id="more-1526"></span></p>
<h2>How to enable Secure SCP transfer of CPanel backup files</h2>
<p>To see the demonstration on how to backup your web hosting using our CPanel script, please see our original <a title="How-To: Schedule Full Automatic cPanel Backups for MySQL Databases and Files using the Cron" href="http://www.hostliketoast.com/2011/09/how-to-schedule-full-automatic-cpanel-backups-mysql-databases-files-cron/">article and video on automating CPanel backups</a>.</p>
<p>If you want to see where to enable SCP, look at the 1:20 mark on the video. The item you need to edit is</p>
<pre>ftp_method</pre>
<p>where it reads</p>
<pre>passiveftp</pre>
<p>change this to</p>
<pre>scp</pre>
<p>Next, change the item:</p>
<pre>ftp_port</pre>
<p>from 21, to</p>
<pre>22</pre>
<p>Now it should be noted at this stage that 22 is the default port normally used for SCP. You must check with your server which port SCP services are configured to use &#8211; <strong>and of course that your server even supports SCP</strong>!</p>
<p>If in doubt, check with the service provider.</p>
<h2>Now all that is left is to download the CPanel backup script</h2>
<p>If you&#8217;re not already a member of the Host Like Toast Developer Channel, you can do so for free today using the form below.</p>
<p>If you&#8217;re a reseller hosting provider and you need a script to backup all your clients hosting, you can <a title="Full WHM / CPanel Reseller Server Backup Script" href="http://www.hostliketoast.com/2011/11/full-whmcpanel-reseller-account-server-backup-script/">purchase our premium reseller backup script here</a>.</p>
<p>If you have any questions or comments, please feel free to drop them in the area below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hostliketoast.com/2012/02/free-cpanel-ftp-backup-supports-secure-scp-file-transfer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Twitter Bootstrap Plugin updated for Twitter Bootstrap 2.0</title>
		<link>http://www.hostliketoast.com/2012/02/wordpress-bootstrap-css-plugin-updated-twitter-bootstrap-2-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-bootstrap-css-plugin-updated-twitter-bootstrap-2-0</link>
		<comments>http://www.hostliketoast.com/2012/02/wordpress-bootstrap-css-plugin-updated-twitter-bootstrap-2-0/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 16:27:54 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Host Like Toast News, Updates & Blog]]></category>

		<guid isPermaLink="false">http://www.hostliketoast.com/?p=1505</guid>
		<description><![CDATA[WordPress Twitter Bootstrap 2.0 plugin is released as beta. Now you can take advantage of the Twitter Bootstrap 2.0 library. Get it here.]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: center;"><img class="alignleft size-medium wp-image-1514" title="WordPress, Twitter Bootstrap and Host Like Toast" src="http://www.hostliketoast.com/wp/wp-content/uploads/2012/02/banner-772x250-300x97.jpg" alt="WordPress, Twitter Bootstrap and Host Like Toast" width="300" height="97" /></p>
<p style="text-align: left;">We wrote yesterday that <a title="Twitter Bootstrap 2.0 is released to public" href="http://www.hostliketoast.com/2012/02/twitter-bootstrap-2-0-released/">Twitter Bootstrap 2.0 was released to public</a>.</p>
<p>We&#8217;ve been hard at work preparing our <a rel="nofollow" title="WordPress Twitter Bootstrap CSS plugin" href="http://wordpress.org/extend/plugins/wordpress-bootstrap-css/" target="_blank">WordPress Twitter Bootstrap CSS plugin</a> so that you can take advantage of the latest Twitter Bootstrap as soon as possible.</p>
<p>Today we&#8217;ve released the first beta of the plugin for those that want it now.</p>
<p><span id="more-1505"></span></p>
<p>95% of the implementation and testing has been done, but there are a couple of outstanding issues that still need to be addressed.</p>
<h2>Outstanding issues for WordPress Twitter Bootstrap v2.0 beta</h2>
<p>As with any new major release, there will be a couple of issues.</p>
<p>We have finalised the code necessary for you to include all the new v2.0 Twitter Bootstrap features. However, some functionality available in v1.4.0 of the Twitter Bootstrap library may not function correctly in v2.0.0.</p>
<p>It is for this reason we have released it as v2.0.0-beta1 and the following are some points you should note before upgrading:</p>
<ul>
<li>There are 2 versions of Twitter on the plugin now: &#8220;Twitter&#8221; and &#8220;Twitter Legacy&#8221;</li>
<li>With &#8220;Twitter Legacy&#8221; selected, you run on Twitter Bootstrap version 1.4.0</li>
<li>With &#8220;Twitter&#8221; selected, you run on Twitter Bootstrap version 2.0.0</li>
<li>WordPress Twitter Bootstrap CSS plugin versions number: are now aligned with the latest stable release of Twitter Bootstrap, starting with version 2.0.0</li>
<li>If you&#8217;re upgrading from pre-2.0 version of the plugin, and you were using &#8220;Twitter&#8221;, you will automatically be switched to &#8220;Twitter Legacy&#8221; so as to retain your existing configuration.</li>
<li><a title="Master Twitter Bootstrap using WordPress Shortcodes. Part 1: Buttons" href="http://www.hostliketoast.com/2011/12/master-twitter-bootstrap-using-wordpress-shortcodes-part-1-buttons/">Twitter Bootstrap shortcodes</a> that were released with version 0.8+ of the plugin <strong>may not work</strong> with &#8220;Twitter&#8221; version 2.0.0 on the plugin</li>
<li>It should be noted that because of a change of wording on Twitter Bootstrap, &#8220;twipsy&#8221; has been replaced by &#8220;tooltip&#8221; throughout</li>
<li>Shortcode <span>[TBS_TWIPSY]</span> only works with &#8220;Twitter Legacy&#8221; and has been replaced with &#8220;<span>[TBS_TOOLTIP]</span>&#8221; when using &#8220;Twitter&#8221;</li>
<li>Support for hotlinking CSS and Javascript files from Github (the Twitter Bootstrap repository) has been removed with this version.</li>
</ul>
<h2>Get the WordPress Twitter Bootstrap CSS plugin today!</h2>
<p>The plugin is of course free, and you can grab it from the <a rel="nofollow" title="WordPress Twitter Bootstrap Plugin" href="http://wordpress.org/extend/plugins/wordpress-bootstrap-css/" target="_blank">WordPress.org repository here</a>.</p>
<p>Your best bet is to add it from within your WordPress website by searching for &#8220;WordPress Twitter Bootstrap CSS&#8221;. Of course, if you already have it installed your website will notify you of the latest update in the next 24hrs.</p>
<p>Please feel free to offer feedback on our contact page, or better yet comment below so everyone can follow along.</p>
<p>Hope you love it! <img src='http://www.hostliketoast.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.hostliketoast.com/2012/02/wordpress-bootstrap-css-plugin-updated-twitter-bootstrap-2-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 65/79 queries in 0.067 seconds using disk: basic

Served from: www.hostliketoast.com @ 2012-05-19 10:09:54 -->
