<?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>ThemeFortress</title> <atom:link href="/feed/index.html" rel="self" type="application/rss+xml" /><link>http://themefortress.com</link> <description>WordPress, Blogging and Life</description> <lastBuildDate>Wed, 30 Apr 2014 00:36:48 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=4.1</generator> <item><title>Reverie Child Theme on Github Now</title><link>http://themefortress.com/reverie-child-theme-github/</link> <comments>http://themefortress.com/reverie-child-theme-github/#comments</comments> <pubDate>Sun, 12 Jan 2014 05:46:36 +0000</pubDate> <dc:creator><![CDATA[Zhen]]></dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Reverie]]></category> <guid
isPermaLink="false">http://themefortress.com/?p=296</guid> <description><![CDATA[<p>I know there are lots of users want to have an easier way to create a child theme without all the hassles, so here we go. As promised, I’ve made a simple child theme based on the latest version of Reverie, and uploaded it to Github. You can get quick access to the code through this link, download it or fork to your own repo.</p><p>This post <a
rel="nofollow" href="#topofpage">Reverie Child Theme on Github Now</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p> ]]></description> <content:encoded><![CDATA[<p>I know there are lots of users want to have an easier way to create a child theme without all the hassles, so here we go. As promised, I’ve made a simple child theme based on the latest version of Reverie, and uploaded it to Github. You can get quick access to the code through <a
href="https://github.com/milohuang/reverie-child">this link</a>, download it or fork to your own repo.</p> <figure><img
class="alignnone" alt="Reverie Child Theme on Github Now" src="/assets/reverie-child.jpg" /></figure><p>The package contains only a few files, while the Foundation package is not included. Foundation files including JavaScripts and Scss are located in the <code>bower_components/</code> folder, you should be familiar with it if you are using Scss. However, we are not including this folder (which has 3.1 MB) in our child theme, and you will need to edit the path to direct Compass to the correct folder in Reverie parent theme. Follow a simple step below achieve the goal.</p><p>If you want to write vanilla CSS, you can get quick start right away. However, if you are going to use Sass/Scss, you will need to define the path to the Foundation folder (aka, the <code>bower_components/</code> where all the Foundation goodies are stored) where all the Scss files locate. Normally, it will be either <code>reverie-master/</code> or <code>reverie/</code>. If you haven&#8217;t changed the folder name, you don&#8217;t need to change anything. However if you have changed Reverie’s folder name, make sure to change it accordingly in the <code>config.rb</code> file in the child theme package.</p><p>Last but not least, download the latest version of <a
href="/reverie/index.html">Reverie</a> from Github. Some slight changes were applied to make child theme work better. If you encounter any problems, feel free to post them on the <a
href="https://github.com/milohuang/reverie-child">repo</a>.</p><p><span
class="radius label">January 30, 2014</span> In response to some requests, a new version of the child theme package was just released. Please also download the latest version of Reverie in order to use the child theme since some changes were made and allowed child theme to load its own Foundation stylesheets. With this new version, you will be able to edit <code>_settings.scss</code> in the child theme&#8217;s Scss/ folder and do more customizations.</p><p>This post <a
rel="nofollow" href="#topofpage">Reverie Child Theme on Github Now</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p><div
class='yarpp-related-rss'><p>Related posts:</p><ol><li><a
href="#topofpage" rel="bookmark" title="Create a Child Theme of Reverie 4">Create a Child Theme of Reverie 4 </a></li><li><a
href="#topofpage" rel="bookmark" title="Reverie Framework 4 Now Available">Reverie Framework 4 Now Available </a></li><li><a
href="#topofpage" rel="bookmark" title="Set Up Compass and Sass for Reverie">Set Up Compass and Sass for Reverie </a></li></ol></div> ]]></content:encoded> <wfw:commentRss>http://themefortress.com/reverie-child-theme-github/feed/</wfw:commentRss> <slash:comments>36</slash:comments> </item> <item><title>Reverie 5 is here</title><link>http://themefortress.com/reverie-5/</link> <comments>http://themefortress.com/reverie-5/#comments</comments> <pubDate>Tue, 10 Dec 2013 06:38:08 +0000</pubDate> <dc:creator><![CDATA[Zhen]]></dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Reverie]]></category> <guid
isPermaLink="false">http://themefortress.com/?p=282</guid> <description><![CDATA[<p>After a couple of weeks after the release of Foundation, today I am happy to announce the release of Reverie 5, the WordPress framework based on ZURB's Foundation. The layout of Reverie hasn’t changed a lot since the first release. We continue to see the flat design trend and even iOS 7 has a colorful look, guess it is time to rethink a bit. So in this version, a new design is presented and how you will like it.</p><p>This post <a
rel="nofollow" href="#topofpage">Reverie 5 is here</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p> ]]></description> <content:encoded><![CDATA[<p>After a couple of weeks after the release of Foundation, today I am happy to announce the release of Reverie 5, the WordPress framework based on ZURB&#8217;s Foundation. The layout of Reverie hasn’t changed a lot since the first release. We continue to see the flat design trend and even iOS 7 has a colorful look, guess it is time to rethink a bit. So in this version, a new design is presented and how you will like it.</p><p>Foundation 5 has a detailed documentation to explain how to use every feature. As usual, you can implement every feature of Foundation 5 in Reverie 5 and the method of implementation is the same and all you need to do is follow the official instructions.</p><p>In previous version, I haven’t touched the <code>_settings.scss</code> file since some of the users might not be Sass pioneers. It did help folks with limited knowledge in Sass but at the same time reduced the productivity. So in Reverie 5, I started to use Sass (Scss) from the beginning, which means I edited the <code>_settings.scss</code> to present all the changes instead of overwrite them in <code>style.css</code> as the old way.</p><p>If you are a Sass lover, then you can start right away and if you are not, no worry, you can still use CSS to overwrite the changes we made in <code>_settings.scss</code>, or simply download the vanilla CSS of Foundation 5.</p><p>Further in this version, we no longer offer choices of Sass and CSS enqueues to users. The Foundation stylesheet (app.css) is loaded by default, with changes applied through <code>_settings.scss</code> and Sass, you can start edit the stylesheet locates in <code>css/style.css</code> or go for the Sass version in <code>scss/style.scss</code>.</p><h2>Upgrade from Reverie 4</h2><p>There are no significant changes from Foundation 4 to 5 in terms of markups, thus it is possible to simply replace the CSS and JS files with the new one if all you need is a simple framework. However, if you wish to take advantage of Reverie 5’s new design, you might need to take a close look into changes in several files or check out the <a
href="https://github.com/milohuang/reverie/tree/7d3b3dc970ab22827d2d6de94398143c86a49d51">latest commit</a> on Github (it can freeze your browser&#8230;). Will try to get a list of changed files this week.</p><h2>Getting Started</h2><p>There are few ways to obtain the latest version of Foundation 5 and to be most efficient, I choose to do it via bower, the <a
href="http://foundation.zurb.com/docs/sass.html">recommended</a> way by ZURB. To do it, you need to install several things first including Git, Ruby 1.9+ and Node.js. Node.js looks like a monster to me but the install process is fairly simple, just a few clicks away if you are on Mac.</p><p>Note if you are like me who are using Mac and just upgraded to Mavericks, you might need to reinstall Xcode Command Line (it will automatically popup when needed). The process should be simple and straightforward and just follow the instruction on Zurb.</p><p><a
href="/reverie/index.html" class="button">Download Reverie 5</a> &#8211; <a
href="http://github.com/milohuang/reverie" class="button">View on Github</a></p><h2>jQuery</h2><p>Foundation 5 uses jQuery 2 while the latest version of WordPress is still on 1.10.2. During the test, the version comes with WordPress works pretty well with Foundation 5 and we are going to keep on using the default version instead of doing the dirty way again. However, if you happened to find some part of the Foundation JS not working, please report to us in the comment, <a
href="/forum/index.html">forum</a> or on <a
href="http://github.com/milohuang/reverie">Github</a>.</p><h2>Top Bar</h2><p>Foundation’s top bar is getting more and more powerful, and it’s more and more challenging to create customized menu using just WordPress functions, that’s why Reverie has only one simple menu align to the left in all previous versions. Maybe we can do more. So in this version, in additional to the regular menu on the left, another menu was added to the top bar area, align to the right. This new menu (Additional Navigation) location was created but the menu is still not activated. You need to go down to header.php to uncommon line 68 to 82 to activate the right menu. See the <a
href="/demo/index.html">demo</a> if you are interested how it will look like. Search bar was removed from the top bar in this version, you can bring it back in the widget area.</p><h2>No Interchange, Yet</h2><p>Interchange is probably the most exciting feature Foundation 5 has brought us and of course, we are plan to integrate it into Reverie. Reverie 5 introduced a commonly used feature in modern themes which is featured thumbnail, and we are going to apply Interchange to those images in the following weeks.</p><p>Due to limitation, we still haven’t implemented Interchange to in-post images, and we probably need to use a Shortcode Plugin to achieve our objective which can be redundant especially if you have a large library. We will continue look into the issue and see if we can find a more elegant way to apply Interchange. If you have any suggestions, let us know.</p><h2>Other JS features</h2><p>Well, even though I use Foundation for most web design, I am not using features like Orbit and Clearing on any of them, and I doubt people will use those features. Orbit is not the most powerful slider and Clearing is never the most beautiful lightbox (if you may call it a lightbox). Even though these features are not integrated with Reverie 5, you can still use any one of them by applying the Foundation 5 markups in the <a
href="http://foundation.zurb.com/docs/">docs</a>. Reverie 5 has everything Foundation 5 offers.</p><p>On ThemeFortress, I use <a
href="http://dimsemenov.com/plugins/magnific-popup/">Magnific Popup</a>, an elegant and fast lightbox script developed by Dmitry Semenov. There is no WordPress plugin for this script yet but if you are interested in the implementation (which is easy), we can talk about it some other day.</p><h2>Missing Reverie 4?</h2><p>You can still download Reverie 4 on <a
href="#topofpage">Github</a> or view the code on the <a
href="https://github.com/milohuang/reverie/tree/7aaa62562e96b19ace742d7fa9cc4a4d3221d9ca">repo</a>.</p><p>This post <a
rel="nofollow" href="#topofpage">Reverie 5 is here</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p><div
class='yarpp-related-rss'><p>Related posts:</p><ol><li><a
href="#topofpage" rel="bookmark" title="Reverie Child Theme on Github Now">Reverie Child Theme on Github Now </a></li><li><a
href="#topofpage" rel="bookmark" title="Reverie Framework 4 Now Available">Reverie Framework 4 Now Available </a></li><li><a
href="#topofpage" rel="bookmark" title="Reverie Framework 3">Reverie Framework 3 </a></li></ol></div> ]]></content:encoded> <wfw:commentRss>http://themefortress.com/reverie-5/feed/</wfw:commentRss> <slash:comments>27</slash:comments> </item> <item><title>Set Up Compass and Sass for Reverie</title><link>http://themefortress.com/compass-sass-reverie/</link> <comments>http://themefortress.com/compass-sass-reverie/#comments</comments> <pubDate>Mon, 09 Sep 2013 14:14:30 +0000</pubDate> <dc:creator><![CDATA[Zhen]]></dc:creator> <category><![CDATA[Tutorials]]></category> <category><![CDATA[Reverie]]></category> <guid
isPermaLink="false">http://themefortress.com/?p=258</guid> <description><![CDATA[<p>Foundation first introduced Sass version in its third version and Reverie only has the Sass stylesheet packed in its forth edition. In this tutorial, we will go through the process of setting up Compass and Sass for creating your Foundation/Reverie theme, as well as child themes.</p><p>This post <a
rel="nofollow" href="#topofpage">Set Up Compass and Sass for Reverie</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p> ]]></description> <content:encoded><![CDATA[<p>Foundation first introduced Sass version in its third version and Reverie only has the Sass stylesheet packed in its forth edition. In this tutorial, we will go through the process of setting up Compass and Sass for creating your Foundation/Reverie theme, as well as child themes.</p><h2>Setting up the Environment</h2><p>First you need to have <a
href="http://compass-style.org/">Compass</a> installed. There are already good tutorials on the web, check them below for detailed instructions whether you are on Windows, Linux or Mac.</p><ul><li><a
href="http://compass-style.org/install/">Install Compass</a></li><li><a
href="http://thesassway.com/beginner/getting-started-with-sass-and-compass">Getting started with Sass and Compass</a></li></ul><p>And also instead, you can install softwares like <a
href="http://livereload.com/">LiveReload</a> which has a nice UI to help you get started (though sadly the Foundation updates within the bundle are not so frequent).</p> <figure><a
href="/assets/reverie-compass.jpg" class="magic"><img
src="/assets/reverie-compass.jpg" alt="Set Up Compass and Sass for Reverie" class="alignnone" /></a></figure><h2>Install Foundation Gem</h2><p>The <a
href="http://foundation.zurb.com/docs/sass.html">official documentation</a> of Foundation has a detailed guide on how to obtain the latest Foundation via Ruby Gem.</p> <script src="https://gist.github.com/6495270.js"></script><noscript><pre><code class="language-text text">// install foundation
[sudo] gem install zurb-foundation
// update foundation
[sudo] gem update zurb-foundation
// install release candidates
[sudo] gem install zurb-foundation --pre</code></pre></noscript><h2>Creating Your First Project of Foundation</h2><p>Now you have both Compass and Foundation gem installed, it&#8217;s time to create your first project using Foundation. First in terminal (Windows users may use alternative applications) on Mac, use <code>cd</code> to navigate to your project folder and enter the following.</p> <script src="https://gist.github.com/6495897.js"></script><noscript><pre><code class="language-text text">compass create &lt;project-name&gt; -r zurb-foundation --using foundation</code></pre></noscript><p>Then you should have a folder with all the necessary foundation files in place. However, this is not a necessary step for using Sass with Reverie but a general one if you want to create a Foundation project.</p><h2>Using Sass with Reverie</h2><p>Now you&#8217;ve downloaded the <a
href="/reverie/index.html">latest version of Reverie</a>, unarchive it and move to your desired location, probably the local development theme directory of WordPress. Reverie contains the <code>config.rb</code> file which calls Foundation and sets proper directories of output of CSS files. To start using Sass with Reverie, what you need to do is simply enter the following command in terminal.</p> <script src="https://gist.github.com/6495821.js"></script><noscript><pre><code class="language-text text">compass watch /Applications/MAMP/htdocs/wp-content/themes/reverie-master</code></pre></noscript><p>I personally use MAMP on my Mac to run the localhost for all the development and the directory you see above is within the application. Of course, you need to change the folder and directory into yours. Since all the setting files are already in place, the above command should give you a clear go sign and you can get started right away.</p><h2>Using Sass with Reverie Child Theme</h2><p>Some folks asked questions about how to use Sass with the child theme of Reverie. It is quite similar to the process above but there is few things to note.</p><p>First, Reverie comes with a complete CSS file of all the Foundation styles, so in the child theme, you don&#8217;t need to compile those CSS files again and instead, just use the Foundation mixins and Sass to quickly create your child theme.</p><p>Follow our previous instruction to <a
href="#topofpage">create the child theme</a>. Then copy the <code>config.rb</code> to your child theme&#8217;s directory. Depending on your preference, you can change the <code>css_dir</code> and <code>sass_dir</code>, for example, to the root directory for a simpler structure. Now you just need to run the terminal command as the previous step (of course, with the folder name you created for your child theme) to start Compass.</p><p>Also in order to use Mixins of Foundation, you will also need to import foundation gem to your new Sass file in your child theme. Simply add <code>@import "foundation";</code> to the head of the Sass file will do the job.</p><h2>Other Troubles?</h2><p>Still having problems running Compass and Sass with Reverie? Let me know in the comment below or open a new thread in the <a
href="/forum/index.html">forum</a>.</p><p>This post <a
rel="nofollow" href="#topofpage">Set Up Compass and Sass for Reverie</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p><div
class='yarpp-related-rss'><p>Related posts:</p><ol><li><a
href="#topofpage" rel="bookmark" title="Create a Child Theme of Reverie 4">Create a Child Theme of Reverie 4 </a></li><li><a
href="#topofpage" rel="bookmark" title="Reverie Child Theme on Github Now">Reverie Child Theme on Github Now </a></li><li><a
href="#topofpage" rel="bookmark" title="Use Foundation Icon Fonts in Reverie">Use Foundation Icon Fonts in Reverie </a></li></ol></div> ]]></content:encoded> <wfw:commentRss>http://themefortress.com/compass-sass-reverie/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>Use Foundation Icon Fonts in Reverie</title><link>http://themefortress.com/foundation-icon-fonts-reverie/</link> <comments>http://themefortress.com/foundation-icon-fonts-reverie/#comments</comments> <pubDate>Sat, 24 Aug 2013 14:01:54 +0000</pubDate> <dc:creator><![CDATA[Zhen]]></dc:creator> <category><![CDATA[Themes]]></category> <category><![CDATA[Foundation]]></category> <category><![CDATA[Reverie]]></category> <guid
isPermaLink="false">http://themefortress.com/?p=263</guid> <description><![CDATA[<p>ZURB just released the third version of their Foundation Icon Font today. During the redesign of the blog, Foundation Icon Font was not used due to the limitation of fonts in its second version. Instead, I use Fontello to search and assemble the necessary fonts from across the web which is basically what the service provides. There are also other icon fonts on the web if you don't like Foundation's. Foundation Icon Fonts version 3 provides a better integration with Foundation framework (and of course Reverie) so you don't need to worry about the size or padding problems when you use services like Fontello or IcoMoon.</p><p>This post <a
rel="nofollow" href="#topofpage">Use Foundation Icon Fonts in Reverie</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p> ]]></description> <content:encoded><![CDATA[<p>ZURB just released the third version of their <a
href="http://zurb.com/article/1247/the-new-and-improved-foundation-icon-font">Foundation Icon Font</a> today. During the redesign of the blog, Foundation Icon Font was not used due to the limitation of fonts in its second version. Instead, I use <a
href="http://fontello.com">Fontello</a> to search and assemble the necessary fonts from across the web which is basically what the service provides.</p><p>There are also other icon fonts on the web if you don&#8217;t like Foundation&#8217;s. Foundation Icon Fonts version 3 provides a better integration with Foundation framework (and of course <a
href="/reverie/index.html">Reverie</a>) so you don&#8217;t need to worry about the size or padding problems when you use services like <a
href="http://fontello.com">Fontello</a> or <a
href="http://icomoon.io">IcoMoon</a>. But apparently, you are limited to 283 fonts in the set, which is a lot more than you can ever use.</p><p>The implementation is simply, and the documentation is already provided on <a
href="http://zurb.com/playground/foundation-icon-fonts-3">ZURB&#8217;s playground</a>. Download the file and place them in your CSS folder, link to the CSS in your HTML and you are all set. If you are using Reverie, the process is similar but to keep the file organized, you may want to apply the follow procedures.</p><p>After download the package, all font and CSS files are in the single folder, and we could do better than that. Open <code>foundation-icons.css</code> and change the first 16 lines to below. This helps to relocate the font files.</p> <script src="https://gist.github.com/6328245.js"></script><noscript><pre><code class="language-css css">/*
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: &quot;foundation-icons&quot;;
  src: url(#topofpage);
  src: url(#topofpage) format(&quot;embedded-opentype&quot;),
       url(#topofpage) format(&quot;woff&quot;),
       url(#topofpage) format(&quot;truetype&quot;),
       url(#topofpage) format(&quot;svg&quot;);
  font-weight: normal;
  font-style: normal;
}</code></pre></noscript><ul><li>Move the <code>foundation-icons.css</code> to <code>css</code> folder under Reverie.</li><li>Create a folder named <code>font</code> and move the font files <code>foundation-icons.[eot/ttf/svg/woff]</code> to the folder.</li><li>Enqueue the CSS using the below code. Place the code in <code>lib/enqueue-css.php</code> if you use CSS or <code>lib/enqueue-sass.php</code> if you use Sass.</li></ul> <script src="https://gist.github.com/6328193.js"></script><noscript><pre><code class="language-php php">wp_register_style( 'reverie-icon-font', get_template_directory_uri() . '/css/foundation-icons.css', array(), '', 'all' );
wp_enqueue_style( 'reverie-icon-font' );</code></pre></noscript><p>Then use the following code in the template to call the icon fonts.</p> <script src="https://gist.github.com/6328268.js"></script><noscript><pre><code class="language-html html">&lt;i class=&quot;fi-[icon]&quot;&gt;&lt;/i&gt;</code></pre></noscript><p>This post <a
rel="nofollow" href="#topofpage">Use Foundation Icon Fonts in Reverie</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p><div
class='yarpp-related-rss'><p>Related posts:</p><ol><li><a
href="#topofpage" rel="bookmark" title="Set Up Compass and Sass for Reverie">Set Up Compass and Sass for Reverie </a></li><li><a
href="#topofpage" rel="bookmark" title="Create a Child Theme of Reverie 4">Create a Child Theme of Reverie 4 </a></li><li><a
href="#topofpage" rel="bookmark" title="Box.com Menu Bar Icon for Your Mac">Box.com Menu Bar Icon for Your Mac </a></li></ol></div> ]]></content:encoded> <wfw:commentRss>http://themefortress.com/foundation-icon-fonts-reverie/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Introducing New Forum</title><link>http://themefortress.com/introducing-new-forum/</link> <comments>http://themefortress.com/introducing-new-forum/#comments</comments> <pubDate>Fri, 02 Aug 2013 22:23:29 +0000</pubDate> <dc:creator><![CDATA[Zhen]]></dc:creator> <category><![CDATA[Blog]]></category> <guid
isPermaLink="false">http://themefortress.com/?p=213</guid> <description><![CDATA[<p>After revamping the blog last week, I thought I could do something more. When ThemeFortress was launched, we had a small forum for the support of Reverie framework, and later the development was moved entirely to Github. While Github is good for tracking all kinds of issues, it is generally difficult to post questions other than bugs or feature requests on the platform. To deal with the needs of users who want to customize the framework, which is more or less the main purpose of why you are actually using it, we created a Google Group. Now I would like to bring back the forum to support Reverie framework and other future new themes right here on ThemeFortress. We have Github deal with all the development needs, and thus the new forum will be used for customization and general support purpose.</p><p>This post <a
rel="nofollow" href="#topofpage">Introducing New Forum</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p> ]]></description> <content:encoded><![CDATA[<p>After revamping the blog last week, I thought I could do something more. When ThemeFortress was launched, we had a small forum for the support of <a
href="/reverie/index.html">Reverie framework</a>, and later the development was moved entirely to <a
href="https://github.com/milohuang/reverie">Github</a>. While Github is good for tracking all kinds of issues, it is generally difficult to post questions other than bugs or feature requests on the platform. To deal with the needs of users who want to customize the framework, which is more or less the main purpose of why you are actually using it, we created a Google Group. Now I would like to <a
href="/forum/index.html">bring back the forum</a> to support Reverie framework and other future new themes right here on ThemeFortress. We have Github deal with all the development needs, and thus the new forum will be used for customization and general support purpose.</p><h2>Why not bbPress?</h2><p>We had a forum running on <a
title="7 Plugins to Super Charge Your bbPress 2.0 Forum" href="#topofpage">bbPress</a>. It integrates well with WordPress but that&#8217;s the end of the story. It certainly won&#8217;t compete with other commercial packages out there due to the limit time and resources the developers can put in the project. bbPress is a simple forum which needs a lot of plugins to get started and managing the forum from WordPress backend feels like writing another post.</p><h2>So we are running on Vanilla</h2><p>So we are running on <a
href="http://vanillaforums.org">Vanilla</a> forum, a lightweight yet powerful package. Instead of using the stable version which has been around for a year, we are actually running on the latest beta 2.1b. It&#8217;s a production-ready version despite the beta sign and was dramatically improved over the stable version.</p><p>Vanilla also has a WordPress plugin for integration of comments and profiles, which we are not going to use at this point. For friends who posted on Google Group, will see if I can move those threads to the new forum for archive purpose.</p><p><a
class="button" href="/forum/index.html">Go to Forum</a></p><p>This post <a
rel="nofollow" href="#topofpage">Introducing New Forum</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p><div
class='yarpp-related-rss'><p>Related posts:</p><ol><li><a
href="#topofpage" rel="bookmark" title="7 Plugins to Super Charge Your bbPress 2.0 Forum">7 Plugins to Super Charge Your bbPress 2.0 Forum </a></li><li><a
href="#topofpage" rel="bookmark" title="Create a Child Theme of Reverie 4">Create a Child Theme of Reverie 4 </a></li><li><a
href="#topofpage" rel="bookmark" title="Reverie Framework 2.0 Released, Now Compatible with BuddyPress">Reverie Framework 2.0 Released, Now Compatible with BuddyPress </a></li></ol></div> ]]></content:encoded> <wfw:commentRss>http://themefortress.com/introducing-new-forum/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>FeedPress Feed for Your Blog</title><link>http://themefortress.com/uri-lv-feed/</link> <comments>http://themefortress.com/uri-lv-feed/#comments</comments> <pubDate>Fri, 22 Mar 2013 13:31:50 +0000</pubDate> <dc:creator><![CDATA[Zhen]]></dc:creator> <category><![CDATA[Plugins]]></category> <guid
isPermaLink="false">http://themefortress.com/?p=136</guid> <description><![CDATA[<p>How many of you are sad about the demise of Google Reader, and how many even more afraid of losing something that is more important to your daily feeds, your subscribers. Even before the close of Reader, we've heard that Google is also dropping Feedburner, like the rest of the services that they acquired, poor Sparrow. Alternative way is to revert back to your WordPress default feed which somehow losing the ability to track stats. Today I'd like to talk a bit about a new feed service URI.LV, which may be considered as an alternative to Feedburner.</p><p>This post <a
rel="nofollow" href="#topofpage">FeedPress Feed for Your Blog</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p> ]]></description> <content:encoded><![CDATA[<p>How many of you are sad about the <a
title="Looking for the Next Google Reader" href="#topofpage">demise of Google Reader</a>, and how many even more afraid of losing something that is more important to your daily feeds, your subscribers. Even before the close of Reader, we&#8217;ve heard that Google is also dropping Feedburner, like the rest of the services that they acquired, poor Sparrow. Alternative way is to revert back to your WordPress default feed which somehow losing the ability to track stats. Today I&#8217;d like to talk a bit about a new feed service <a
href="http://URI.LV/">URI.LV</a> (now <a
href="http://feedpress.it/">FeedPress</a>) which may be considered as an alternative to Feedburner.</p> <figure><a
href="/assets/urilv.jpg" class="magic"><img
class="alignnone" alt="URI.LV Feed for Your Blog" src="/assets/urilv.jpg" width="1025" height="753" /></a></figure><p>Once you create an account, you can start off to add your feeds, or even the <a
href="http://uri.lv/feeds/migrate">Feedburner migration</a>. It provides some basic features including a counter, as well as daily Email newsletter. <a
href="http://URI.LV/">URI.LV</a> even has a <a
href="http://wordpress.org/extend/plugins/urilv-feed/">WordPress plugin</a> and once installed, you will be able to access to the stats right in the dashboard. Well, that&#8217;s the theory. At the time of testing, I found myself ending up at the create feed screen which never proceed. It may be just the error on my side and will check back later to see if it work.</p><p>This post <a
rel="nofollow" href="#topofpage">FeedPress Feed for Your Blog</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p><div
class='yarpp-related-rss'><p>Related posts:</p><ol><li><a
href="#topofpage" rel="bookmark" title="Looking for the Next Google Reader">Looking for the Next Google Reader </a></li><li><a
href="#topofpage" rel="bookmark" title="4 Plugins to Create MailChimp Signup Form">4 Plugins to Create MailChimp Signup Form </a></li><li><a
href="#topofpage" rel="bookmark" title="How I Use Google Reader, Flipboard and Zite">How I Use Google Reader, Flipboard and Zite </a></li></ol></div> ]]></content:encoded> <wfw:commentRss>http://themefortress.com/uri-lv-feed/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Looking for the Next Google Reader</title><link>http://themefortress.com/next-google-reader/</link> <comments>http://themefortress.com/next-google-reader/#comments</comments> <pubDate>Thu, 14 Mar 2013 01:17:18 +0000</pubDate> <dc:creator><![CDATA[Zhen]]></dc:creator> <category><![CDATA[Blog]]></category> <guid
isPermaLink="false">http://themefortress.com/?p=202</guid> <description><![CDATA[<p>The best thing of the week is that I received my second Mac, the Macbook Air 13 (2012) after using a Macbook Pro 13 since around three and a half years ago. While the bad thing, which is really bad, is the Google is shutting down Google Reader, the best service that Google has ever created, at least to me. This is really bad. It basically kills my daily reading in a single strike, leaving me to search for an alternative which literally doesn't exist.</p><p>This post <a
rel="nofollow" href="#topofpage">Looking for the Next Google Reader</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p> ]]></description> <content:encoded><![CDATA[<p>The best thing of the week is that I received my second Mac, the Macbook Air 13 (2012) after using a Macbook Pro 13 since around three and a half years ago. While the bad thing, which is really bad, is the Google is shutting down Google Reader, the best service that Google has ever created, at least to me. This is really bad. It basically kills <a
title="How I Use Google Reader, Flipboard and Zite" href="#topofpage">my daily reading</a> in a single strike, leaving me to search for an alternative which literally doesn&#8217;t exist. It happens before, like the rest of my favorite servies Timely.is. The reason Google official pointed out is the usage is declining, guess that is because average people don&#8217;t really know what RSS Feed is and by interviewing friends around me validate the assumption. Average users will go for something like <a
href="http://feedly.com/">Feedly</a>, <a
title="How I Use Google Reader, Flipboard and Zite" href="#topofpage">Flipboard</a> and so forth. Well, those are just fancy sport cars that I cannot drive through the desert. Keep the Reader alive won&#8217;t cost Google a lot, and being not average is the reason lead to the death. Totally unacceptable, but without paying a dime for the service, I cannot ask Google to keep the Reader, and have to move on.</p><p>Alternatives are plenty, but as not being an average user, I have few hundred of feeds including all my daily readings like news, WordPress related, design stuffs and hundreds of others, I simply cannot move to Feedly, which simply display a few items in some fancy ways, together with a lagging interface slowing down everything on my old MBP.</p><h2>What are the Options?</h2> <figure><a
href="/assets/theoldreader.jpg" class="magic"><img
class="alignnone" alt="theoldreader" src="/assets/theoldreader.jpg" width="1024" height="753" /></a></figure><h2>The Old Reader</h2><p><a
href="http://theoldreader.com/">The Old Reader</a> is, probably the best alternative out there. It has a vintage design, like its name, and somehow (will) remind you of what Google Reader used to be like in the future. The migration is simple, login using your Google account, import your subscriptions by entering your password, or simply use Takeout to download your feeds and upload. It takes a while to import everything in the background, so be patient. However, the service is still under beta and is a bit unstable, and slow from time to time during the test.</p><h2>Feedly</h2><p>I don&#8217;t personally use <a
href="http://www.feedly.com/">Feedly</a>, but have to mention, at least at the point that the company is smart enough to  <a
href="http://blog.feedly.com/2013/03/14/google-reader/">encourage</a> users to make the move from Google Reader right after Google&#8217;s announce. At the time of visiting, the speed is slow, and guess it may be the reason that everybody else is looking for alternative and busy moving their feeds before the sky falls on them. Feedly, how smart.</p><h2>Still Looking</h2><p>There are lots of websites recommending a similar list so I will just stop here now, but will keep on searching, and will update when I find a good one that I can actually use. Luckily, I am on Mac and use Reeder in additional to Google Reader, and the developer seems to have a new plan in mind and let Reeder run without Google, similar to Feedly.</p> <figure
class="tweet"><blockquote
class="twitter-tweet" width="500"><p>Don&#39;t worry, Reeder won&#39;t die with Google Reader.</p><p>&mdash; Reeder (@reederapp) <a
href="https://twitter.com/reederapp/statuses/311995748482945025">March 14, 2013</a></p></blockquote><p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></figure><p>It is a nightmare to some users but at the same time, a great opportunities to developers who already establish a reputation, to reinforce what has been diminished which might somehow lead to price reduce or whatsoever. Now it&#8217;s the time. Last but not lesast, Reader will gone, and what&#8217;s next? It occurs to me that I cannot trust Google anymore to put everything on their platform, and probably the most obvious one, Feedburner, it&#8217;s time to change before it&#8217;s too late. And what if the next is Gmail, Chrome? Well, guess it&#8217;s time to change your Email address now.</p><p>This post <a
rel="nofollow" href="#topofpage">Looking for the Next Google Reader</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p><div
class='yarpp-related-rss'><p>Related posts:</p><ol><li><a
href="#topofpage" rel="bookmark" title="How I Use Google Reader, Flipboard and Zite">How I Use Google Reader, Flipboard and Zite </a></li><li><a
href="#topofpage" rel="bookmark" title="FeedPress Feed for Your Blog">FeedPress Feed for Your Blog </a></li><li><a
href="#topofpage" rel="bookmark" title="How to Make more Use out of Box.com">How to Make more Use out of Box.com </a></li></ol></div> ]]></content:encoded> <wfw:commentRss>http://themefortress.com/next-google-reader/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Create a Child Theme of Reverie 4</title><link>http://themefortress.com/child-theme-reverie-4/</link> <comments>http://themefortress.com/child-theme-reverie-4/#comments</comments> <pubDate>Mon, 04 Mar 2013 00:13:24 +0000</pubDate> <dc:creator><![CDATA[Zhen]]></dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Reverie]]></category> <guid
isPermaLink="false">http://themefortress.com/?p=198</guid> <description><![CDATA[<p>The latest update of Reverie brings several new features and hope you like it. So far in previous versions of Reverie, I basically ignored child theme support since I personally prefer doing all the work by editing the original files. So in this post, I will go through some necessary steps to enable the child theme support for Reverie.</p><p>This post <a
rel="nofollow" href="#topofpage">Create a Child Theme of Reverie 4</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p> ]]></description> <content:encoded><![CDATA[<p>The latest update of <a
href="#topofpage">Reverie</a> brings several new features and hope you like it. So far in previous versions of Reverie, I basically ignored child theme support since I personally prefer doing all the work by editing the original files. So in this post, I will go through some necessary steps to enable the child theme support for Reverie.</p><p>First, make sure you are using the <a
href="/reverie/index.html">latest version of Reverie</a>, I&#8217;ve just made some tweaks today to better support child theme and you are better off download again if you are not sure. By default, Reverie 4 is in favor of Compass and Sass, whose CSS output locates under <code>css/</code> directory and will be loaded directly by Reverie for main stylesheet. If you start to create a child theme right away, you will encounter problems that your child theme&#8217;s CSS is not working. That is because Reverie loads Sass&#8217;s output CSS using template directory instead of stylesheet directory. Thus in this case, your child theme&#8217;s CSS will not be loaded. However, there is a quick way to fix it, by switching to the vanilla CSS mode. I wrote the instruction in yesterday&#8217;s post so just copy and paste below.</p><p><span
class="radius label">September 9, 2013</span> For folks who want to use Sass for child theme, check out the <a
href="#topofpage" title="Set Up Compass and Sass for Reverie">latest tutorial</a>.</p><p>Go to the <code>functions.php</code> and find the following section:</p> <script src="https://gist.github.com/5073573.js"></script><noscript><pre><code class="language-php php">/*
2. lib/enqueue-sass.php or enqueue-css.php
    - enqueueing scripts &amp; styles for Sass OR CSS
    - please use either Sass OR CSS, having two enabled will ruin your weekend
*/
require_once('#topofpage'); // do all the cleaning and enqueue if you Sass to customize Reverie
//require_once('#topofpage'); // to use CSS for customization, uncomment this line and comment the above Sass line
/*</code></pre></noscript><p>Change it into</p> <script src="https://gist.github.com/5073581.js"></script><noscript><pre><code class="language-php php">/*
2. lib/enqueue-sass.php or enqueue-css.php
    - enqueueing scripts &amp; styles for Sass OR CSS
    - please use either Sass OR CSS, having two enabled will ruin your weekend
*/
//require_once('#topofpage'); // do all the cleaning and enqueue if you Sass to customize Reverie
require_once('#topofpage'); // to use CSS for customization, uncomment this line and comment the above Sass line
/*</code></pre></noscript><p>Once done, Reverie will properly enqueue the default Foundation CSS from ZURB for you. The includes the following files in a standard Foundation package.</p> <script src="https://gist.github.com/5073584.js"></script><noscript><pre><code class="language-text text">css/foundation.min.css
css/normalize.css
style.css // the CSS in root directory will be loaded, customize it</code></pre></noscript><p>Once this is done, Reverie will automatically load the vanilla <code>style.css</code> under the root directory (the best practice of stylesheet directory instead of template directory), and when you create a child theme, it will properly load your child theme&#8217;s CSS instead of Reverie&#8217;s.</p><p>To create a child theme, you can follow instructions on <a
href="http://codex.wordpress.org/Child_Themes">WordPress Codex</a>. I&#8217;ve made the template below, copy and paste into your child theme&#8217;s <code>style.css</code>.</p> <script src="https://gist.github.com/5078976.js"></script><noscript><pre><code class="language-css css">/*
Theme Name: Reverie Child Theme
Description: Child theme for the Reverie
Author: Your Name
Template: reverie
*/
@import url(#topofpage);
/* Start child theme customization below */</code></pre></noscript><p>If you still have problems, let me know in the comment below.</p><p>This post <a
rel="nofollow" href="#topofpage">Create a Child Theme of Reverie 4</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p><div
class='yarpp-related-rss'><p>Related posts:</p><ol><li><a
href="#topofpage" rel="bookmark" title="Reverie Child Theme on Github Now">Reverie Child Theme on Github Now </a></li><li><a
href="#topofpage" rel="bookmark" title="Set Up Compass and Sass for Reverie">Set Up Compass and Sass for Reverie </a></li><li><a
href="#topofpage" rel="bookmark" title="Reverie Framework 2.0 Released, Now Compatible with BuddyPress">Reverie Framework 2.0 Released, Now Compatible with BuddyPress </a></li></ol></div> ]]></content:encoded> <wfw:commentRss>http://themefortress.com/child-theme-reverie-4/feed/</wfw:commentRss> <slash:comments>41</slash:comments> </item> <item><title>Reverie Framework 4 Now Available</title><link>http://themefortress.com/reverie-framework-4/</link> <comments>http://themefortress.com/reverie-framework-4/#comments</comments> <pubDate>Sun, 03 Mar 2013 00:31:14 +0000</pubDate> <dc:creator><![CDATA[Zhen]]></dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Reverie]]></category> <guid
isPermaLink="false">http://themefortress.com/?p=195</guid> <description><![CDATA[<p>Foundation 4 goes mobile first, which means we need to reverse the way and process we construct a design, by starting from a small screen and then adding parts for the large screen. Work for two days and now I would like to announce the release of the new version of Reverie Framework, which also has the same version number 4. Before jump right to the download section or the Github page, you will, or most likely, are required take a look at the below changes otherwise you may end up a terrible weekend. So, let do it now, backup your theme.</p><p>This post <a
rel="nofollow" href="#topofpage">Reverie Framework 4 Now Available</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p> ]]></description> <content:encoded><![CDATA[<p>Foundation 4 was released back on Thursday and guess you may all have something to say about this latest release. Foundation 4 goes mobile first, which means we need to reverse the way and process we construct a design, by starting from a small screen and then adding parts for the large screen. Foundation 4 has only one breakpoint (768), luckily, and with grid already built, we don&#8217;t actually need to take much time to get familiar with it. Work for two days and now I would like to announce the release of the new version of Reverie Framework, which also has the same version number 4. Before jump right to the download section or the Github page, you will, or most likely, are required take a look at the below changes otherwise you may end up a terrible weekend. So, let do it now, backup your theme.</p> <figure><img
class="alignnone" alt="Reverie Framework 4" src="/assets/reverie4.jpg" /></figure><h2>What&#8217;s Changed in Reverie?</h2><p>The new mobile first way has changed the way we think entirely, so as Reverie. Before you heading towards the download, I have to say that Reverie 4 changed so much that I nearly forget what it looks like before. To simply put it, there is no easy way to upgrade to Reverie 4 from prior version. However, for users who are using Reverie 3, you can still follow the official Foundation <a
href="http://foundation.zurb.com/migration.php">migration guide</a> by change several markups but do not download Reverie 4 since it no longer compatible with previous versions.</p><h3>Reverie Goes Mobile First</h3><p>I&#8217;ve written the structure from ground up to better support the mobile first approach and simplify the process. Instead of wrapping each boxes inside like a Russian Matryoshka doll, Reverie now has all the boxes <a
href="http://www.zurb.com/article/1174/chatting-with-lukew-on-mobile-first-and-f">stack into a long list</a>.</p><h3>Reverie Also Goes Sass</h3><p>Guess this is unavoidable path. Just picked up Sass/Scss recently and already fell in love with it. It is better that you start using Sass when customizing Reverie, and if you haven&#8217;t learnt about the CSS preprocessor, it is time. ZURB has a detailed <a
href="http://foundation.zurb.com/docs/sass.html">documentation</a> to set up Foundation Sass environment. <a
href="http://compass-style.org/">Compass</a> is required.</p><p>To non Sass lovers, Reverie also offers default styling that directly downloaded from the official website of Foundation, untouched. You can simply replace them with the latest Foundation. Of course, you will never want to download Foundation 4 and place in prior version of Reverie, they are not going to work since ZURB has written the new Foundation from group up. Take a look at the new file structure section below to learn how to implement.</p><h3>File Structure Changes</h3><p>By default, Reverie is in favor of Sass. The <code>style.css</code> in the root directory of the theme will not be loaded in the front end, it only uses as an identifier for theme selection at the back end (it will be loaded if you choose to use vanilla CSS, see instruction below). The only main CSS the front end loads is located under <code>css/style.css</code>, and the respective Sass under <code>scss/style.scss</code>. All the necessary Foundation Sass are loaded in <code>style.scss</code>, including Normalize. If you are using Sass to customize Reverie, all you need to get started is the <code>style.scss</code> and the rest will be taken care of. Don&#8217;t forget to keep Foundation up to date using Compass when new version releases.</p><p>For folks who haven&#8217;t started using Sass, you can still use the vanilla CSS to customize Reverie. However, you need to do one more thing to get started. Go to the <code>functions.php</code> and find the following section:</p> <script src="https://gist.github.com/5073573.js"></script><noscript><pre><code class="language-php php">/*
2. lib/enqueue-sass.php or enqueue-css.php
    - enqueueing scripts &amp; styles for Sass OR CSS
    - please use either Sass OR CSS, having two enabled will ruin your weekend
*/
require_once('#topofpage'); // do all the cleaning and enqueue if you Sass to customize Reverie
//require_once('#topofpage'); // to use CSS for customization, uncomment this line and comment the above Sass line
/*</code></pre></noscript><p>Change it into</p> <script src="https://gist.github.com/5073581.js"></script><noscript><pre><code class="language-php php">/*
2. lib/enqueue-sass.php or enqueue-css.php
    - enqueueing scripts &amp; styles for Sass OR CSS
    - please use either Sass OR CSS, having two enabled will ruin your weekend
*/
//require_once('#topofpage'); // do all the cleaning and enqueue if you Sass to customize Reverie
require_once('#topofpage'); // to use CSS for customization, uncomment this line and comment the above Sass line
/*</code></pre></noscript><p>Once done, Reverie will properly enqueue the default Foundation CSS from ZURB for you. The includes the following files in a standard Foundation package.</p> <script src="https://gist.github.com/5073584.js"></script><noscript><pre><code class="language-text text">css/foundation.min.css
css/normalize.css
style.css // the CSS in root directory will be loaded, customize it</code></pre></noscript><p>Of course, this is a bit dirty and if you want to have only <code>style.css</code> loaded, you can copy and paste all the Foundation codes into the file.</p><h2>What&#8217;s New in Reverie?</h2><p>Now let&#8217;s look at what&#8217;s new in the latest release of Reverie. With the latest version of Foundation, we are able to incorporate elements like <a
href="http://foundation.zurb.com/docs/components/orbit.html">Orbit</a> slideshow quite easily. By default, Reverie loads all the Foundation script and initiate them before the end of <code>body</code> tag. Just follow the Foundation docs and implement the markup to construct your elements in your design.</p><h3>Top Navigation</h3><p>Reverie no longer has off-canvas loaded, instead, it now uses top-bar, a one-stop way to be compatible for both small and large screen. Off-canvas is fancy but quite lagging on my iPhone 4, and probably other devices. The new top bar supports unlimited levels so you can create lots of drop downs as you like. The top bar can have fixed position and other options, check out the <a
href="http://foundation.zurb.com/docs/components/top-bar.html">docs</a> on ZURB. For the old dropdown menu, it appears to be nowhere in the latest Foundation.</p><h3>Post Formats Support</h3><p>In this version, support for post formats was added. In this case, several templates as well as filenames were changed. The changes somehow make the whole structure more clear, at least to me. <a
href="http://make.wordpress.org/core/2013/01/07/wordpress-3-6-the-post-formats-ui-feature/">WordPress 3.6</a> also plans to add the UI for post formats, guess it is time. But still don&#8217;t know how the UI will be, may add more tweaks in the future. And at this point, to create a post format, for instance, image, just duplicate <code>content.php</code> and change the filename to <code>content-image.php</code> and start editing the template. Note you may end up seeing an error when using a certain post format if the related template not exists.</p><h3>Pagination</h3><p>WordPress doesn&#8217;t have a helpful filter (or I am not aware of) to tweak the output of the <code>paginate_links</code> to work with Foundation. Thus I ended up writing some duplicated Sass for the respective classes. Point me out if I got wrong or if you can help with the pagination, let me know.</p><h3>JQuery</h3><p>WordPress&#8217;s built in JQuery is too old for Foundation 4 and when you find something is not working, it might be this issue. Thus I deregistered and registered with 1.9.1 from Google. Currently the library loads in the header required by WordPress. You may install plugins to place the library in the footer or cache it however you like. Please note that you make sure place the library before Foundation&#8217;s script when using plugins.</p><h3>Comment Section Revamp</h3><p>Consider the fact that many people are using Reverie as a finished theme, so I also add some basic styling to the comment section. Nowadays everybody starts to use round avatar, why not Reverie? Have taken into consideration of the comment presentation in Smashing Magazine which turns out to be simple and elegant.</p><h3>Some Other New Features</h3><p>I&#8217;ve also added the default Custom Background Image and Color support for Reverie and tweaked the style a bit to make it looks better. Check out the demo for what I mean.</p><h3>Other Minor Changes and Fixes</h3><p>Better way to enqueue <code>comment-reply.js</code>.<br
/> Better support for <a
title="Create a Child Theme of Reverie 4" href="#topofpage">child theme</a>.</p><h3>Special Thanks and Credits</h3><p>Bones: This is an awesome framework (though the author prefers another name) for WordPress. Bones was used as the major source for restructuring the <code>functions.php</code>, which is now much tidy.</p><p>Twenty-Twelve: I use the default WordPress theme as a standard to develop the new Reverie, and stole some really nice codes.</p><p>Folks on Github: Thanks to those who helped me out on Github with the project, Reverie won&#8217;t be this awesome without you. Cheers! What? Not awesome yet?</p><h2>One more Thing</h2><p>Last but not least, if you like Reverie, help me spread the love by using the sharing buttons below. Also I am working on a new theme, not a framework this time, and it will (may) be based on the new Reverie and of course, with a completely new name.</p><p><a
class="button" href="/reverie/index.html">Download</a> &#8211; <a
class="button" href="https://github.com/milohuang/reverie">Github</a> &#8211; <a
class="button" href="/demo/index.html">Demo</a></p><p>This post <a
rel="nofollow" href="#topofpage">Reverie Framework 4 Now Available</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p><div
class='yarpp-related-rss'><p>Related posts:</p><ol><li><a
href="#topofpage" rel="bookmark" title="Create a Child Theme of Reverie 4">Create a Child Theme of Reverie 4 </a></li><li><a
href="#topofpage" rel="bookmark" title="Reverie Child Theme on Github Now">Reverie Child Theme on Github Now </a></li><li><a
href="#topofpage" rel="bookmark" title="Reverie Framework 3">Reverie Framework 3 </a></li></ol></div> ]]></content:encoded> <wfw:commentRss>http://themefortress.com/reverie-framework-4/feed/</wfw:commentRss> <slash:comments>31</slash:comments> </item> <item><title>Box.com Menu Bar Icon for Your Mac</title><link>http://themefortress.com/box-menu-bar-icon/</link> <comments>http://themefortress.com/box-menu-bar-icon/#comments</comments> <pubDate>Sat, 02 Feb 2013 02:45:14 +0000</pubDate> <dc:creator><![CDATA[Zhen]]></dc:creator> <category><![CDATA[Freebie]]></category> <category><![CDATA[Box]]></category> <guid
isPermaLink="false">http://themefortress.com/?p=189</guid> <description><![CDATA[<p>Not a big fan of Box.com and you might read my complaint for not having a sync tool on Mac. While indeed there is one that is made for enterprise users but Box.com kindly made it available to individual users for free a white ago. If you haven't got it, you can download it on the official website. The tool works well and sitting on your Mac's Preference Panel. However, one thing left to complaint is the menu bar icon being a bit not well designed. The color icon looks like a resize of the big icon while the black one not being polished.</p><p>This post <a
rel="nofollow" href="#topofpage">Box.com Menu Bar Icon for Your Mac</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p> ]]></description> <content:encoded><![CDATA[<p>Not a big fan of Box.com and you might read my <a
title="How to Make more Use out of Box.com" href="#topofpage">complaint</a> for not having a sync tool on Mac. While indeed there is one that is made for enterprise users but Box.com kindly made it available to individual users for free a white ago. If you haven&#8217;t got it, you can <a
href="https://www.box.com/download-box-sync/">download</a> it on the official website. The tool works well and sitting on your Mac&#8217;s Preference Panel. However, one thing left to complaint is the menu bar icon being a bit not well designed. The color icon looks like a resize of the big icon while the black one not being polished. While looking for ways to replace the icon, I found a simple but nice looking icon though not made for Box. It looks quite similar to the original icon but being in a better vertical align. Took some time to made several different version and replace them with the old icon.</p> <figure><img
class="alignnone" alt="Freebie: New Box.com Menu Bar Icon for Your Mac" src="/assets/box-menu-bar-icon.jpg" /></figure><p>To replace the icons, navigate to the below address and drop the icons.</p><p><code>/Library/PreferencePanes/Box Sync.prefPane/Contents/MacOS/BoxSyncHelper.app/Contents/Resources/</code></p><p>Original black icon credit to <a
href="http://medamayaki.deviantart.com/art/Brother-ControlCenter-125752700">medamayaki</a>.</p><p>Download the icon set <a
href="http://cl.ly/1d0p120Q0H3o">here</a>.</p><p>This post <a
rel="nofollow" href="#topofpage">Box.com Menu Bar Icon for Your Mac</a> was written originally at <a
rel="nofollow" href="/index.html">ThemeFortress</a>.</p><div
class='yarpp-related-rss'><p>Related posts:</p><ol><li><a
href="#topofpage" rel="bookmark" title="Use Foundation Icon Fonts in Reverie">Use Foundation Icon Fonts in Reverie </a></li><li><a
href="#topofpage" rel="bookmark" title="4 Plugins to Create MailChimp Signup Form">4 Plugins to Create MailChimp Signup Form </a></li><li><a
href="#topofpage" rel="bookmark" title="How to Make more Use out of Box.com">How to Make more Use out of Box.com </a></li></ol></div> ]]></content:encoded> <wfw:commentRss>http://themefortress.com/box-menu-bar-icon/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss></html>