<?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>WordPress Angel &#187; Semiologic Pro</title>
	<atom:link href="http://www.wordpressangel.com/topics/themes/semiologic-pro/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordpressangel.com</link>
	<description>Bringing WordPress Down to Earth</description>
	<lastBuildDate>Sat, 05 Jun 2010 16:33:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making a CSS Drop Down Menu in Semiologic Pro</title>
		<link>http://www.wordpressangel.com/2008/09/css-drop-down-menu-semiologic-pro-theme/</link>
		<comments>http://www.wordpressangel.com/2008/09/css-drop-down-menu-semiologic-pro-theme/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 17:20:06 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[Semiologic Pro]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=50</guid>
		<description><![CDATA[A question came up about getting a css multi level dropdown type menu on a Wordpress site using the Semiologic Pro theme. If you use Semiologic Pro, you know that it has a nav bar you can use in the header, but it&#8217;s a single level menu, no drop downs, just simple links. Nice, but [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A question came up about getting a css multi level dropdown type menu on a Wordpress site using the <a href="http://www.wordpressangel.com/wordpress-themes/semiologic-pro/">Semiologic Pro theme</a>. If you use Semiologic Pro, you know that it has a nav bar you can use in the header, but it&#8217;s a single level menu, no drop downs, just simple links. Nice, but what if you want something a little fancier, a bit more like a cms or don&#8217;t want to use a sidebar for your navigation?</p>
<p><img class="aligncenter size-full wp-image-441" title="dtab-menu-example" src="http://www.wordpressangel.com/wp-content/uploads/2008/09/dtab-menu-example.gif" alt="" width="360" height="123" /></p>
<p>What if you have pages on your site that have child pages and you want to create a sub-menu for those? You&#8217;d need to use a plugin to handle it and in many cases do a bit of editing to your theme&#8217;s files to get it all to work. Seems like the hard way since those edits would have to be made by hand each time you upgraded&#8230;<span id="more-50"></span></p>
<p>I got to thinking about the problem and thought that a plugin that could be widgetized could easily be added to a site using Semiologic Pro&#8217;s Widget Contexts.</p>
<p>I reviewed a number of plugins that create drop down type css styled menus and the one that I settled on, because it was most flexible and allowed you a lot of control was <a href="http://dynamictangentconceptions.dtcnet.co.uk/downloads/wp-plugins/dtabs-dynamic-tabs-wordpress-plugin/">dTabs</a>.</p>
<p>Here&#8217;s how to make the necessary changes to use it with Semiologic Pro. (Sure you could just edit your theme files, but the way I outline below makes it a widget and you don&#8217;t have to modify your theme, just add a bit of information to the plugin file)</p>
<div>First <a href="http://dynamictangentconceptions.dtcnet.co.uk/downloads/wp-plugins/dtabs-dynamic-tabs-wordpress-plugin/">download the plugin</a> and unzip it&#8217;s folder to your local computer.</div>
<div>Next, open up the dtabs.php file in your favorite text/code editor.</div>
<div>Now, scroll all the way to the bottom of dtabs.php and add the following after endif; and before the closing ?&gt;</div>
<div style="padding-left: 30px;">
<pre># added to make a widget for use in
# semiologic pro theme ~ wordpressangel.com
function init_dtabNav(){
  register_sidebar_widget("DTabNavigation", "dtab_list_tabs");
}
add_action("plugins_loaded", "init_dtabNav");
#</pre>
</div>
<p>It should look something like this:</p>
<p><img class="aligncenter size-full wp-image-438" title="add-to-dtabs-file" src="http://www.wordpressangel.com/wp-content/uploads/2008/09/add-to-dtabs-file.gif" alt="" width="483" height="180" /></p>
<p>This change will allow you to add this to Header under Design &gt; Widgets, it will show up as a widget called DTabNavigation.</p>
<h3>Install the Plugin</h3>
<p>Now you&#8217;re ready to install the plugin, upload the entire dtabs folder to your wp-conten/plugins folder then go activate the plugin.</p>
<h3>Set Up Your Tabs</h3>
<div>
<p>Time to set up your tabs. Here&#8217;s a quick run down of how it works. You&#8217;ll find it under Manage &gt; Tabs.</p>
<p><img class="alignnone size-full wp-image-434" title="dtabs-tab-setup" src="http://www.wordpressangel.com/wp-content/uploads/2008/09/dtabs-tab-setup.gif" alt="" width="500" height="374" /></div>
<ul>
<li>Posts Page: This is your static blog page.</li>
<li>Front Page: Your home page.</li>
<li>Post: link to any post</li>
<li>Page: Add any page on your menu with it&#8217;s children listed in the sub menu:  be sure to check the box &#8220;Show menu on hover?&#8221;</li>
<li>You can also add any Category, Archive, Bookmarks to your menu too.</li>
<li>If you need to link off to a shopping cart or other non wp url &#8211; use other and insert the complete url.</li>
</ul>
<h3>Style Your Menu</h3>
<p>Expand the CSS section and set your styling &#8211; you can use the default to begin with, then tweak it accordingly.</p>
<p>Save your changes.</p>
<h3>Add Your new dTab Widget to your Header</h3>
<p><img class="aligncenter size-full wp-image-436" title="dtabs-widget" src="http://www.wordpressangel.com/wp-content/uploads/2008/09/dtabs-widget.gif" alt="" width="341" height="293" /></p>
<p>Now you&#8217;re ready to add the dTab widget to your Header. To do this, go to Design &gt; Widgets and choose Header as the context you want to work with. Once that&#8217;s displayed on the right, click Add next to DTabNavigation to add it. Save your changes and view your site.</p>
<p>Now all that&#8217;s left is for you to style it to suit your site&#8217;s design. Need help? We love styling menus. <img src='http://www.wordpressangel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  (I&#8217;m planning to play with this menu and it&#8217;s styling, be on the lookout for another post with examples.)</p>
<p><em>This was tested using Wordpress 2.6.2 with Semiologic Pro 5.6.2 and dTabs 1.3</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2008/09/css-drop-down-menu-semiologic-pro-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semiologic Pro &amp; Wordpress 2.6 &#8211; Where are Things?</title>
		<link>http://www.wordpressangel.com/2008/08/emiologic-pro-wordpress-26-where-are-things/</link>
		<comments>http://www.wordpressangel.com/2008/08/emiologic-pro-wordpress-26-where-are-things/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 22:28:56 +0000</pubDate>
		<dc:creator>Lisa Brown</dc:creator>
				<category><![CDATA[Semiologic Pro]]></category>

		<guid isPermaLink="false">http://www.wordpressangel.com/?p=38</guid>
		<description><![CDATA[
With the latest Wordpress and Semiologic Pro updates, a lot of things have moved around, they&#8217;re still there, just not in the same place. Here&#8217;s a quick rundown on some of the frequently used items, where they are found.
Design &#62; Widgets
This is where the most changes have occurred. Lots of the settings that were previously [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="aligncenter size-full wp-image-284" title="sem-pro-dashboard-top1" src="http://www.wordpressangel.com/wp-content/uploads/2008/08/sem-pro-dashboard-top1.jpg" alt="" width="500" height="175" /></p>
<p>With the latest Wordpress and Semiologic Pro updates, a lot of things have moved around, they&#8217;re still there, just not in the same place. Here&#8217;s a quick rundown on some of the frequently used items, where they are found.<span id="more-38"></span></p>
<p><strong>Design &gt; Widgets</strong></p>
<p>This is where the most changes have occurred. Lots of the settings that were previously scattered about and many of the things that used to be handled by custom.php are found here.</p>
<p>When the page loads, you&#8217;ll see a section on the right called Current Widgets. This area will show you what widgets are activated by area. When it loads, it will usually show Left Sidebar.</p>
<p>On the left hand side it will show you the available widgets.</p>
<p>To edit a widget&#8217;s settings, click edit to expand the options. This is also where the Remove button is, if you want to remove a widget. Update your settings and click Change, then be sure to click Save Changes.</p>
<ul>
<li>For the Top Nav Bar: Show Header Widgets, then edit the Nav Menu.</li>
<li>For the Bottom Nav Bar: Show Footer Widgets, then edit the Nav Menu.</li>
</ul>
<h3>Other settings you&#8217;ll be looking for:</h3>
<ul>
<li><strong>Settings &gt; Reading: Front Page Displays</strong> &#8211; this is where you set a static page for your home page and your blog page.</li>
<li><strong>Manage &gt; Pages &gt; Page Order</strong> &#8211; used to reorder the pages, can be used by section.</li>
<li><strong>Settings &gt; Google Analytics</strong></li>
<li><strong>Settings &gt; SEO</strong> &#8211; I like to use the Append the name of the site to the title of each web page. (you set this under Settings &gt; General)</li>
<li><strong>Settings &gt; Permalinks</strong> &#8211; where you set what your links will look like and the get rewrite code you&#8217;ll need for your .htaccess</li>
</ul>
<p><span style="font-size: small;"><strong>Page Editing:</strong></span></p>
<p>When you&#8217;re editing a page, to change the page&#8217;s name you used to look for slug on the right hand sidebar &#8211; now it&#8217;s at the top under the title, look for Permalink. It will also display what it currently is set to use along with an edit link to change it. Note: this doesn&#8217;t show up if you aren&#8217;t using .htaccess and redirects. Scroll down and you&#8217;ll see all your other page related options.</p>
<p><strong>Page Parent </strong>controls how your pages will display in the Silo Page menu system. Only parent pages show, unless you within a particular section.</p>
<p><strong>This Page in Widgets</strong>: is very useful. Say you don&#8217;t want your home page, blog page, about page to appear in the silo page widget in your sidebar. Edit each of those pages, look for the This Page in Widgets section and click Exclude. This also lets you configure each pages Title and Description that get used in other Widgets.</p>
<p><strong>Page Specific Header</strong>: Want a different header image on a page? This is where you upload it.</p>
<p><strong>SEO </strong>- Here&#8217;s where you can over-ride the entry-specific meta fields. You can specify the Title, Meta Keywords and Meta Description on each page by using this section.</p>
<p>There&#8217;s a lot more to this theme, these are just the items that seem to be frequently used when setting up or managing a site. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressangel.com/2008/08/emiologic-pro-wordpress-26-where-are-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
