preview child theme        Download Byty Child Theme Version 0.4

This is my first Free to Download Child Theme. It was built for a friend of mine and we decided to release it for free in hope of some extra publicity :) .

In order to install it you have to download the Thematic Theme (from which this child theme inherits all of the functionality), upload both themes (Byty and Thematic) to your server in the themes folder AND THEN ACTIVATE the Byty theme.

To make matters short here is a screen shot:

Over the next week I’ll post small tips and tutorials about how to customize this theme in order to remove/change the top ad, style plugins that are not normally supported, etc.

If you have questions don’t hesitate to ask!

Blogs that are using this theme

If you are using this Child Theme leave a comment and I’ll add you to this list

Byty has been updated to the latest version of Thematic (0.9) and will not work with older versions!
By CristianThis entry was posted in Recomended Reading, Theme Design, Wordpress and tagged , , , , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.
  • The sooner the better: You should follow me on twitter here.

63 Comments

  1. Adrian byty.ro
    Posted October 26, 2008 at 12:13 pm | Permalink

    The theme is for my web site ;) It is a great theme

  2. Craig catskillswebdesign.com
    Posted October 27, 2008 at 4:00 pm | Permalink

    I really like it. I never miss any Thematic Child theme. Just decided today to base my blog on it after playing with it on and off the for last 6 months. I had been using Ian’s MNML but now Thematic is the new sandbox of modern WordPress theme development.

    So very nice I am downloading it and exploring child theme dev with thematic. I have been spending so much time learning child themes from Justin Tadlock’s site themehybrid that I needed to break a bit and work with a new wordpress theme framework.

    thanks again Ian

  3. Craig catskillswebdesign.com
    Posted October 27, 2008 at 4:21 pm | Permalink

    Ok I really really like it and set it as my default theme. It does change, but booyah very nice job…

  4. Cristi cozmoslabs.com
    Posted October 27, 2008 at 4:32 pm | Permalink

    Hi Craig!

    That looks great! I’ve just added you to the list of blogs that are using it!

    There are still a few quirks to solve with the theme (I didn’t design it for Categories or archives with the number of posts in it ).

    Also please send me a list of plugins that you are using and aren’t displaying perfectly (from what I can see the Related Posts plugin and the rsswidget could use some improvements) so I can update the theme’s css for those as well.

    I do have one question: Do you think the design for wordpress pages should be the same as the one for wordpress posts? (currently the posts are contained inside a gray area)

    Thanks for your feedback!

  5. Craig catskillswebdesign.com
    Posted October 27, 2008 at 4:51 pm | Permalink

    Well I think theme developers who wish to extend Wordpress as a CMS which I am All in on should have like Justin Tadlock have at least a full width page option for a page template. He also allows one to customize the sidebar for a page (familiar). I have been a big big fan of a 3 col widget footer; best thing since sliced bread. To be able to compose a page using various styles kinda like wpremix might be popular.

    Ian has taken it many steps further by putting widgets everywhere and has taken WordPress to a level that few have. Which is where the Drupal and Joomla people (I threw up in my mouth a little sorry lol) always can’t see wordpress as a CMS.

    I have and live it…

  6. dinu offlineblog.net
    Posted October 27, 2008 at 11:21 pm | Permalink

    the best themtaic child theme ever :) need to give it a try

  7. Codrut gamers-lab.com
    Posted November 1, 2008 at 6:01 pm | Permalink

    Love the theme! Great Job!

  8. Posted November 21, 2008 at 7:44 am | Permalink

    Hi Cristi, love your work!

    I seem to have some problems with this Child theme. When I activate it, I got these errors:
    ——–
    Warning: require_once(/home/xxxxe/public_html/xxxx/wordpress/wp-content/themes/thematic/library/extensions/theme-options.php) [function.require-once]: failed to open stream: No such file or directory in /home/xxxx/public_html/xxxx/wordpress/wp-content/themes/thematic/functions.php on line 10

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/xxxx/public_html/xxxx/wordpress/wp-content/themes/thematic/library/extensions/theme-options.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/xxxx/public_html/xxxx/wordpress/wp-content/themes/thematic/functions.php on line 10
    ——
    This seems to happen also when I try to activate the Thematic theme itself.

    Any pointers? Much appreciated.

  9. Cristi cozmoslabs.com
    Posted November 21, 2008 at 8:42 am | Permalink

    @Stan – This seams to be a problem with the Thematic framework. What I think happened is that Thematic didn’t get uploaded correctly to the server. Delete Thematic and re-upload it and try again. If this fails go over to the http://themeshaper.com/forums/ and post this problem there since that is the official support forum for thematic.

  10. Posted November 22, 2008 at 9:59 am | Permalink

    Hi Cristi, got it working now. Turns out that my FTP (Filezilla) failed to upload the 2nd level files. Thanks.

  11. JohnB thingsiread.org
    Posted November 30, 2008 at 3:16 am | Permalink

    Cristi – I really love it!

    I have used it with a blog for a retired minister friend virtually unchanged (see url as supplied).

    I also plan to use it as the basis for a larger blog for someone else but it has problems with a widget I wish to use. It does not work properly with the widget ‘collapsing categories’ ( http://wordpress.org/extend/plugins/collapsing-categories/ ) .

    You will see what it looks like at http://sdaresources.org/test_wp/ whereas it should (and does loke if Thematic itself is used ) look like the author’s screenshot at http://wordpress.org/extend/plugins/collapsing-categories/screenshots/ .
    It should have the + sign and the number of posts – (1) and (3) – all be on the same line with the category name not spread over 3 lines. Since the widget works with Thematic OK I presume it is the css of BYTE that needs tweeking.

    Any ideas please??

  12. Cristi cozmoslabs.com
    Posted November 30, 2008 at 3:57 am | Permalink

    @JonnB – Glad you like the child theme. As you suspected the reason why that plugin doesn’t work it’s because the way how the css for the Byty theme was created.

    Try to add the following code to the extra.css file:
    #collapsCatList a{
    display:inline;
    background:none;
    border:none;
    }

    I haven’t tested it but it should work.

  13. JohnB thingsiread.org
    Posted November 30, 2008 at 5:30 am | Permalink

    Brilliant, it works!! Thanks very much.

    I had got guilty about not trying more myself (especially as your css file was so well annotated) and found by trial & error that the style.css entry that appeared to cause problems was

    .aside ul.xoxo li ul li a{
    background:#f1f1f1;
    display:block;
    padding:2px 2px 2px 10px;
    /*
    border-top:1px solid #fff;
    border-bottom:1px solid #e6e5e5;
    */
    text-decoration:none;
    }

    but not how to cure it.

    Thanks again.

  14. Office Furniture officefurniture.eu
    Posted December 21, 2008 at 2:25 am | Permalink

    Simple blue design, Just the way I like it.

  15. Posted December 23, 2008 at 5:56 pm | Permalink

    Wonderful child theme – thx for sharing!

    I was playing around with and noticed that the numbers of numbered lists don’t show up in postings with IE 7 browser. Firefox works fine.

    Anybody an idea how to get around this IE bad behavior?

  16. Cristi cozmoslabs.com
    Posted December 23, 2008 at 6:54 pm | Permalink

    This must be a bug if I’m not mistaking. I’ll have a look but I don’t think I’ll be able to make an updated version of it until next year :) . Sorry.

  17. Cristi cozmoslabs.com
    Posted December 24, 2008 at 5:29 pm | Permalink

    @Arno.

    I’ve updated the Byty download with a bug fix (please clear your cache if upon download it’s the same)!

    Happy Holloway!

  18. Posted December 27, 2008 at 9:33 am | Permalink

    Great! Thanks for the quick byty theme update.

  19. Joe workingathomeinternet.com
    Posted January 3, 2009 at 9:48 am | Permalink

    Hey Christi,
    Nice kid ya got here. If tested it using WampServer before going live on my site. Want to get it just right.
    One little snag, I uploaded an image for background in the header, expanded it to size, looks nice (I think) and the Title shows over the image as it should in IE7 BUT, the Title disappears when I access the site using FireFox.
    Any Ideas?
    Thanks
    Joe

  20. Cristi cozmoslabs.com
    Posted January 3, 2009 at 1:22 pm | Permalink

    @Joe, glad you like the Theme. I’m not exactly sure what your problem is! I would need to see a live test of it to be able to see what’s going on.

    Regards.

  21. Joe workingathomeinternet.com
    Posted January 3, 2009 at 2:21 pm | Permalink

    Christi,
    I had the opacity UN commented out & it worked for IE7.
    I put back in the /* to comment out the opacity code & now it works on both (and hopefully all) browsers.
    Thanks.

  22. Joe workingathomeinternet.com
    Posted January 3, 2009 at 2:30 pm | Permalink

    Oh yea, the display was “block” originally and I had to change it to “inline”
    Works well now.
    Check my site next week and see what it looks like (I have to upgrade to WP 2.7 first)

  23. Cristi cozmoslabs.com
    Posted January 3, 2009 at 3:04 pm | Permalink

    Glad you solved it! Can’t way to see it live!

  24. Imran Hussain ithinkdiff.com
    Posted January 8, 2009 at 5:16 am | Permalink

    How do I add widgets to the right most sidebar??

  25. Cristi cozmoslabs.com
    Posted January 8, 2009 at 6:40 am | Permalink

    @Imran Hussain – you just have to go to widgets, and select Secondary Aside widget and add what you need.

  26. Imran Hussain ithinkdiff.com
    Posted January 8, 2009 at 6:59 am | Permalink

    I’m doing that, but doesn’t show anything for me.

  27. Matt matttrostle.com
    Posted January 8, 2009 at 7:04 am | Permalink

    Thanks Cristi, I love the theme. It was easy to customize and looks great! I hope to master Thematic the way you have. ;)

  28. Imran Hussain ithinkdiff.com
    Posted January 8, 2009 at 2:17 pm | Permalink

    I fixed the issue i had. I re installed Thematic and it works great now. Do check it out!

  29. Cristi cozmoslabs.com
    Posted January 9, 2009 at 12:06 pm | Permalink

    @Matt – The Byty theme looks great in purple :) . Really like it!
    @Imran Hussain – The logo looks great. Really blends in with the rest of the theme! To be honest I can’t wait for Windows 7. Keep up the good work!

  30. Joe workingathomeinternet.com
    Posted January 10, 2009 at 6:57 pm | Permalink

    Hey Cristi,
    It’s Alive!
    Pretty much the way things will look, just a few tweaks here and there now.
    Thanks for such a great child theme to start off with.

  31. Imran Hussain ithinkdiff.com
    Posted January 16, 2009 at 8:08 am | Permalink

    @Cristi thanks for the compliment. I have an issue where all my comments are appearing with the permalink
    http://www.ithinkdiff.com/{post title}/comments-page-1/#comment-xx
    Can u help me out on why that comments-page-1 bit is appearing in between? I don’t rmmbr it happening before installing byty.

  32. Cristi cozmoslabs.com
    Posted January 16, 2009 at 1:36 pm | Permalink

    @Imran Hussain – I’m not sure why that is happening. I’ve looked over the permalinks for comments on your site and they appear without “/comments-page-1/”. Have you experimented with paginated comments?

  33. Terrence Brannon livingcosmos.org
    Posted January 26, 2009 at 1:03 pm | Permalink

    Hello, I have hierarchical menus for my categories… but the sub-categories are not indented…

    This is a very clean-looking theme. Thank you.

  34. Cristi cozmoslabs.com
    Posted January 26, 2009 at 2:44 pm | Permalink

    @Terrence Brannon I’m glad you like the theme. I didn’t like how indented categories looked like and that is why I didn’t implement them, but if you like/need them indented add the following code to the end of style.css file inside Byty theme:

    .aside ul.xoxo li ul li ul li.cat-item a{
    background:url(images/folder-ico.gif) 7px 3px no-repeat #f1f1f1;
    padding-left:42px;
    }
    .aside ul.xoxo li ul li ul li ul li.cat-item a{
    background:url(images/folder-ico.gif) 14px 3px no-repeat #f1f1f1;
    padding-left:49px;
    }
    .aside ul.xoxo li ul li ul li.cat-item a:hover{
    background:url(images/folder-ico.gif) 7px 3px no-repeat #d2d2d2;
    padding-left:42px;
    }
    .aside ul.xoxo li ul li ul li ul li.cat-item a:hover{
    background:url(images/folder-ico.gif) 14px 3px no-repeat #d2d2d2;
    padding-left:49px;
    }

    I hope this helps!

  35. Imran Hussain ithinkdiff.com
    Posted February 1, 2009 at 1:31 pm | Permalink

    Yes, I turned off paginated comments which fixed that issue. Although it was weird for it to appear in the first place.
    I’m loving the theme as well as my readers :) thanks so much!
    p.s. can u add comment reply notifications/subscribe to comments to this post?

  36. Buster Sporrong cerasus.se
    Posted February 28, 2009 at 10:35 am | Permalink

    Hi!

    Using your exelent child theme form my t-shirt blog. It’s not gone live just yet, but it will soon. One little problem though. I can’t seem to change the color on the links in the side panels exept for categories. How do I do that?

  37. Mascali mascali.net
    Posted March 23, 2009 at 10:13 am | Permalink

    I love this theme: thank you for your nice work!
    Greetings from Italy

  38. Gilles van der Have chillez.com
    Posted March 25, 2009 at 3:27 pm | Permalink

    Hi Cristi,

    Sofar your theme is one of the most beautiful seen (and tried) sofar. I will gradualy start customising it but for now it is up and running practically unchanged on my site. Thanks for the good work!

    PS in the above comments you mentioned the style of the RSS widget could use some work to match the rest of the theme, any idea when you will have the time to update this? Or perhaps you can direct me in the right direction where to adjust the theme to resolve this.

    Regards, Gilles

  39. Cristi cozmoslabs.com
    Posted March 26, 2009 at 6:59 am | Permalink

    @Gilles van der Have – The standard RSS widgets work just fine. I was referring to a different rss plugin if I’m not mistaking.

  40. Gilles van der Have chillez.com
    Posted March 26, 2009 at 3:34 pm | Permalink

    Cristi,

    I was referring to the difference between the default WP rss widget containing the rss links to de blog posts and/or comments and the default WP rss widget that allows you to show any rss feed in your sidebar.

    The logos and title colors differ between the two widgets.

    Regards, Gilles

  41. Cristi cozmoslabs.com
    Posted March 27, 2009 at 2:51 am | Permalink

    @Gilles van der Have – I now see what you mean! :) The thing is that the icons are different because the WP rss widget that allows you to show any rss feed uses an image next to the header that also is a link (hence the blue color), while the default WP rss widget for posts and comments uses a background image that is used by it alone and no other widget!

    To fix this add this code at the end of style.css of the childtheme:

    .aside ul.xoxo li.widget_rss h3{
    padding-left: 25px;
    background-image: url(images/rss_bg.gif);
    }
    .aside ul.xoxo li.widget_rss h3 a{
    color: #da7f13;
    }
    .aside ul.xoxo li.widget_rss h3 a img{
    display:none;
    }

    This should pretty much do the trick! Let me know if this worked for you (I haven’t tested it :) ). I think I’ll include this in a future versions of the theme, just that I don’t know when that will happen because I’m really busy at the moment!

  42. Gilles van der Have chillez.com
    Posted March 27, 2009 at 8:58 am | Permalink

    It works! It looks more balanced now, thanks for the code! I will definitely keep using your Child Theme. Regards, G.

    • Posted June 1, 2009 at 5:48 pm | Permalink

      Hi,

      I really like your child theme.

      I just had one question: how to I remove the “2d” column (blogroll/meta/feed) ?

      I tried to tweak stuff under thematic and took a look at your files, but can not find anything (I am still new to css and php)!

      Thanks

      S.

      • Cristi cozmoslabs.com
        Posted June 1, 2009 at 6:24 pm | Permalink

        They are setup as defaults in the Widget Panel “Secondary Aside”. Just select that widget area and add an empty text widget. That will overwrite the defaults! Let me know if that did the trick for you. Also you can post a link to your site so I can see what exactly it’s going on there!

        • Posted June 3, 2009 at 5:14 pm | Permalink

          Thanks Cristi.

          I am testing locally for now (using xampp).
          I did, but there is still an empty space. I also updated to thematic 0.95, and removed blogroll ….

          I am trying to get the same widget space on the righta s with the Commune child theme (http://www.cozmoslabs.com/2009/04/07/green-anyone-try-commune-thematic-child-theme/).

          I like yours and the Commune one (but yours has better color, no indetended post/category and the blog description is neatly placed!)

          Any idea ?

          I am really new to css. Lots of trial and error but am learning!

          I am also trying to have a custom and fixed menu side on top (that I input myself). Any idea for that ?

        • Cristi cozmoslabs.com
          Posted June 4, 2009 at 9:02 pm | Permalink

          To be honest you’ll have to make quite a few CSS modifications.

          I would start by changing @import url(‘../thematic/library/layouts/3c-r-fixed.css’); with @import url(‘../thematic/library/layouts/2c-r-fixed.css’);

          After that remove inside the css the width for the #content div, #primary and #secondary and see how that goes.

          Let me know how that worked for you!

          Cheers.

  43. Posted June 11, 2009 at 4:10 pm | Permalink

    Thanks for the useful info. It’s so interesting

  44. Jim Bertucci wpobsessions.com
    Posted June 29, 2009 at 3:22 am | Permalink

    Cristi,

    I thought I wrote you but may be wrong. I want to child them Byty. Can that be done in the usual way. will your style import the thematic stuff also??

    JIM

  45. Navjot Singh nspeaks.com
    Posted July 2, 2009 at 6:18 am | Permalink

    Demo Link of the theme is not working but redirecting to this post. Pls fix it.

    • Cristi cozmoslabs.com
      Posted July 2, 2009 at 12:01 pm | Permalink

      Thanks for the heads up. Forgot about that! :)

  46. Posted July 6, 2009 at 3:32 pm | Permalink

    Great theme! Thanks a lot. I was just editing some parts of the style.css to try and learn more about php and css and I want to keep the blog title within the h1 tags for search engine benefits, but I’m trying to place the logo.jpg OVER my blog title; however, because it’s a background command the logo displays under it. I know this must be a stupid question but how do I alter the codes so my logo.jpg can cover the blog title?

    • Posted July 6, 2009 at 3:37 pm | Permalink

      Sorry. I solved it. Thanks a lot again. Your designs are awesome. :D

  47. Marcus ectonym.com
    Posted July 7, 2009 at 6:00 pm | Permalink

    Making “Pages” act like “Categories” **Help needed, been staring at the screen forever confused. Here’s the page I’m editing: http://ecologicmall.com/main/

    The links listed across the top are “pages” but I have named them to reflect the nine categories I’d like displayed there. The “Stores” link in the sidebar are “true” Wordpress Categories and will be deleted from the sidebar once the menu bar works correctly. When you click on “Baby” in the sidebar categories ( http://ecologicmall.com/main/archives/category/baby ) , recent Baby posts are displayed (Example Baby Post) but no article image. When you click on “Baby” in the menu bar across the top of the page ( http://ecologicmall.com/main/baby ) , a is displayed showing the titles of some recent Baby posts.

    What I’d like to do is have the menu bar across the top to display information like the categories currently do, as post “previews” rather than an of recent posts, and with an addition of the preview article image after the post title but before the post preview text.

    When you click on Baby in the menu bar across the top, it should have a similar look to the main blog page, ( http://ecologicmall.com/main/ ) in that previews of posts are displayed WITH an image (Post Title, a main Post article image, and about 8 lines of preview text before the “Read More” link is displayed.

    Right now I’m having some problems getting the posts’ preview images to show up on the Categories pages, which preview the articles in that category. Can I get the Categories to display the Title, Article Image, and Article Text Preview, and then can I also set up the menu bar to accept those Wordpress categories as links?

    ***Redundant, but I wanna be thorough in all that I mentioned above: Is there a way to set up the current menu bar to display the Category titles instead of Page titles and then link to a listing of all recent posts within that category, in the style of the main page, which includes the Post Title, the Article’s main image, and 8-10 lines of preview article text before the “Read More” bump. Even moreso, can I limit the number of recent posts displayed on those Pages (like 10 recent posts snippets are shown with an article image, and the end of the page “read older articles” or something similar is displayed to read older posts.)

  48. Marcus ectonym.com
    Posted August 25, 2009 at 7:17 am | Permalink

    Hi again. I have two problems, here’s one:

    http://ectonym.com/temporary/wp_help.jpg

    Do you see how one category page “starts” higher than the other? I’ve identified a foreign tag I have no idea where it comes from. Anyone have this problem? I’m having the strangest little quirks vex me since starting my wordpress project. Thank you, anyone, for clues / help.

    -Marcus

    • Cristi cozmoslabs.com
      Posted August 25, 2009 at 8:10 am | Permalink

      Hi Marcus,

      That

      comes from the title of the category you’re on. Also the templates of the category and index are taken from inside thematic. If you want to modify them just copy paste those files inside your theme! Then make the needed modifications!

  49. Greg Falken gregfalken.com
    Posted September 20, 2009 at 12:13 am | Permalink

    I recently launched my own personal soapbox blog at http://www.gregfalken.com using the Byty theme pretty much straight out of the box. I very pleased with it and have gotten positive feedback. Thanks for making this theme available.

  50. Posted November 13, 2009 at 8:47 am | Permalink

    Hey i have just downloaded the theme but i want to know how to replace the blog title with a logo.

    Thanks

    • Posted November 13, 2009 at 9:05 am | Permalink

      I have tried setting blog-title display to none but it affects both the blog title and the menu.so how can i only replace the title without affecting the menu.any help is highly appreciated.

      Thanks

12 Trackbacks

  1. By Slightly Upgraded on December 18, 2008 at 12:33 am

    [...] using ByTy right now, another child theme of Thematic. I’m really getting hooked on the child theme [...]

  2. [...] Byty [...]

  3. [...] released his amazing looking Thematic Child Theme, Byty. It’s free, it’s awesome, go download it now and let Cristian know what you think [...]

  4. [...] the really good response I’ve got from the community regarding the Byty Child Theme and the CatDrop Child Theme over at cozmoslabs.com I wanted to develop more Child Themes and [...]

  5. [...] Byty [...]

  6. By recover on February 8, 2009 at 6:52 am

    [...] အ​ခု​ theme က​တော့​ thematic wordpress theme framework နဲ့​ byty child theme ကို​ သုံး​ [...]

  7. [...] autore di Byty Child Theme e CatDrop Child Theme , due grandi child theme per Thematic, un nuovo bellissimo tema: Crystalline [...]

  8. By Byty: A Thematic Child Theme on May 3, 2009 at 9:31 am

    [...] Byty is a quality Thematic child theme, released by Cozmoslabs. [...]

  9. [...] Byty [...]

  10. [...] Byty [...]

  11. [...] Byty [...]

  12. By Темы Wordpress | WordPress on January 16, 2010 at 10:46 am

    [...] Bysy Child Theme ( Превью | Скачать ) [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting

  • Featured Theme

    Smarter Wordpress Theme

    Smarter is a Wordpress theme for small and medium sized companies. It's meant to build a presentation site in a minimum amount of time without touching a single line of code.

  • subscribe

    through RSS

    Or, subscribe via email:

    Enter your email address:

    Follow me on Twitter