<?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>widgets &#8211; Thesis Docs</title>
	<atom:link href="https://diythemes.com/thesis/rtfm/tag/widgets/feed/" rel="self" type="application/rss+xml" />
	<link>https://diythemes.com/thesis/rtfm</link>
	<description>Documentation, How-tos, and Best Practices for the Thesis WordPress Theme System</description>
	<lastBuildDate>Thu, 18 Jan 2024 16:58:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>Thesis Subscriptions Widget</title>
		<link>https://diythemes.com/thesis/rtfm/thesis-subscriptions-widget/</link>
		
		<dc:creator><![CDATA[Shelley]]></dc:creator>
		<pubDate>Sat, 05 Dec 2009 15:10:16 +0000</pubDate>
				<category><![CDATA[Thesis 1 Documentation]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[subscription]]></category>
		<category><![CDATA[widgets]]></category>
		<guid isPermaLink="false">https://diythemes.com/answers/?p=567</guid>

					<description><![CDATA[How to display RSS and Email Subscription links in your sidebar.]]></description>
										<content:encoded><![CDATA[<p>Thesis offers a handy Subscription Widget which you can add to your sidebar to display your RSS and Email Subscription links, increasing their visibility to your site&#8217;s visitors.</p>
<p><!--caption id="attachment_94" align="alignright" width="214" caption="Figure 1: Thesis Subscriptions Widget Added to Sidebar"]<img decoding="async" src="http://www.diythemes.com/answers/wp-content/uploads/images/subscription_widget_demo.jpg" alt="Figure 1: Thesis Subscriptions Widget Added to Sidebar" title="subscription_widget_demo" width="214" height="155" class="size-full wp-image-94" />[/caption--></p>
<p>You can use this Widget in addition to, or in place of, the Subscribe Link in your Nav Menu. (See <a href="/thesis/rtfm/customize-style-subscribe-link/">Customize and Style Subscribe Link</a> for more information on adding a Subscribe Link to your Nav Menu.)</p>
<p>To add the widget to your sidebar, go to <strong>Appearance > Widgets</strong>, look for the widget named <em>Subscriptions</em>, and drag it to the desired sidebar on the right. Then, configure your options:</p>
<p><!--caption id="attachment_84" align="alignleft" width="281" caption="Figure 2: Thesis Subscriptions Widget Options"]<img fetchpriority="high" decoding="async" src="http://www.diythemes.com/answers/wp-content/uploads/images/subscription_widget.jpg" alt="Figure 2: Thesis Subscription Widget Options" title="subscription_widget" width="281" height="599" class="size-full wp-image-84" />[/caption--></p>
<ul>
<li><strong>Title</strong>
<p>This is the heading which will appear above the widget in the sidebar.</p>
</li>
<li><strong>Describe your subscription options</strong>
<p>If you&#8217;d like to add some introductory or explanatory text about the subscription options you offer, you can enter it here.</p>
</li>
<li><strong>RSS link text</strong>
<p>Thesis will automatically use the Feed URL you have entered under <strong>Site Options &gt; Document Head &gt; Syndication/Feed URL</strong> for this link, so the only thing you need to enter here is the <strong>text</strong> you want Thesis to use for the link.</p>
<p> (See <a href="/thesis/rtfm/customize-style-subscribe-link/#feed_url">Set Your Feed URL</a> for more information on configuring this option.)</p>
</li>
<li><strong>Email link and text</strong>
<p>If you offer a service where your subscribers can be notified of new posts via Email, you can use this option to display the link for this. Note that you should enter your information in the proper HTML format for creating a link<!--(see example in Figure 2)-->.</p>
</li>
</ul>
<p>If you&#8217;re using <strong>Thesis 1</strong>, small icons should be automatically displayed next to the RSS and Email links. To modify these styles, start with the following code in <code>custom.css</code>:</p>
<pre class="css">
.custom .thesis_widget_subscriptions .sub_rss a {
  padding-left: 20px;
  background: url('../lib/images/icon-rss.gif') 0 50% no-repeat;
}

.custom .thesis_widget_subscriptions .sub_email a {
  padding-left: 20px;
  background: url('../lib/images/icon-email.gif') 0 50% no-repeat;
}
</pre>
<p class="alert"><strong>Attention!</strong> The following instructions are deprecated as of Thesis 2.1.</p>
<p>If you&#8217;re using <strong>Thesis 2</strong>, you&#8217;ll need to deploy your own CSS styles to display the icons. Create a new <em>Single Element Styles</em> CSS Package named <em>Subscriptions</em> (with a <em>Reference</em> of <code>subscriptions</code> and a <em>CSS Selector</em> of <code>.thesis_widget_subscriptions</code>), and then place this code in the <em>Additional CSS</em> tab:</p>
<pre class="css">.thesis_widget_subscriptions .sub_rss a {
  padding-left: 20px;
  background: url('images/icon-rss.gif') 0 50% no-repeat;
}

.thesis_widget_subscriptions .sub_email a {
  padding-left: 20px;
  background: url('images/icon-email.gif') 0 50% no-repeat;
}
</pre>
<p>Save the package; add <strong>&#038;subscriptions</strong> to the Skin CSS; and then click <code>SAVE CSS</code> to compile your changes.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Style Widgets</title>
		<link>https://diythemes.com/thesis/rtfm/style-widgets/</link>
		
		<dc:creator><![CDATA[Shelley]]></dc:creator>
		<pubDate>Tue, 07 Jul 2009 16:55:51 +0000</pubDate>
				<category><![CDATA[Thesis 1 Documentation]]></category>
		<category><![CDATA[h3]]></category>
		<category><![CDATA[headings]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[widgets]]></category>
		<guid isPermaLink="false">https://diythemes.com/answers/?p=447</guid>

					<description><![CDATA[<ul>
<li>Apply Styles to All Widgets</li>
<li>Apply Styles to Individual Widgets</li>
<li>Style Archive Drop Down Widget</li>
<li>Specify Image as Heading</li>
</ul>]]></description>
										<content:encoded><![CDATA[<h3 id="all_widgets">Apply Styles to All Widgets <a href="#all_widgets" title="Link to this section">∞</a></h3>
<p>Standard Widgets all receive the class of <code>.widget</code> assigned to them, so this can be used whenever you want to apply the same styles to every widget. Here are some examples:</p>
<pre class="css">
/* Make all widget headings red */
.custom .widget h3 {
   color: red;
}

/* Specify bottom padding on all widgets */
.custom li.widget {
   padding-bottom: 15px;
}

/* Specify bottom margin on all widgets */
.custom li.widget {
   margin-bottom: 2.769em;
}
</pre>
<h3 id="individual_widgets">Apply Styles to Individual Widgets <a href="#individual_widgets" title="Link to this section">∞</a></h3>
<p>To style individual widgets, first determine their unique class or ID by viewing the source code of a page on your site (or using FireBug). For example, here&#8217;s the opening code for the Categories widget on the Answers blog:</p>
<pre class="html">
&lt;li class=&quot;widget widget_categories&quot; id=&quot;categories-411758441&quot;&gt;&lt;h3&gt;Categories&lt;/h3&gt;
</pre>
<p>So, to style that specific widget, we can reference it like this in custom.css:</p>
<pre class="css">
.custom li.widget_categories h3 {
   color: green;
}
</pre>
<p>Or, we could alternatively use the unique ID:</p>
<pre class="css">
.custom li#categories-411758441.widget h3 {
   color: green;
}
</pre>
<p>The ID method is particularly useful when you have multiple text widgets on the page, and need to distinguish between each one. Here&#8217;s an example of the opening code for a text widget:</p>
<pre class="html">
&lt;li class=&quot;widget widget_text&quot; id=&quot;text-280006071&quot;&gt;&lt;h3&gt;Random Text Widget&lt;/h3&gt;
</pre>
<p>So, to style that text widget in custom.css, we&#8217;d use this:</p>
<pre class="css">
.custom li#text-280006071.widget h3 {
   color: yellow;
}
</pre>
<h3 id="archive_dropdown">Style Archive Drop Down Widget <a href="#archive_dropdown" title="Link to this section">∞</a></h3>
<p>Place this code in <code>custom.css</code>, and adjust to your requirements:</p>
<pre class="css">
.custom li.widget_archive select {
   border: 1px solid red;
   color: blue;
   font-size: 1.5em;
}
</pre>
<h3 id="image_heading">Specify Image as Heading <a href="#image_heading" title="Link to this section">∞</a></h3>
<p>This is an example using the ID of the Random Text Widget from above:</p>
<pre class="css">
.custom li#text-280006071.widget h3 {
   height: 46px;
   background: url(images/twitter.png) no-repeat;
   text-indent: -9999px;
}
</pre>
<p>Note that the image is being stored in the <code>custom/images/</code> folder.</p>
<p>Also, remember that you&#8217;ll still need to determine the unique class or ID for each widget, as noted under <a href="#individual_widgets" title="Apply Styles to Individual Widgets">Apply Styles to Individual Widgets</a>, and use it in the selector name in your CSS rule.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
