HeadsetOptions // promotes individuals and businesses launch, grow or reinvent themselves by leveraging the power of web design, SEO and WordPress to create brand
identities and gain market share

WordPress Theme Crystalx Released

crystalx

Crystal X: Download | Demo

A sleek new WordPress template with a Bright Blue header and rounded corners by Headsetoptions.org and Mandarin Musing based on design by Nuvio and released for free under a Creative Commons Attribution 2.5 License.

Here’s a few words from the people who have made this post possible: The basics of search engine marketing include paying significant attention to the web server. Because sometimes, purchasing cheap hosting makes you regret your decision later. Please visit WordPress Support or WordPress Themes for support and downloads. For queries or customized web design projects, visit web design.

Please do spread the word if you like our themes, make a donation if you love it!

// Tagged 2 column, Blue, SEO, WP Theme Viewer, Web Design, Widget, best wordpress themes, blogging, business blog, crystalx, free css templates, free wp theme, mandarinmusing, nuvio, tech blog, web 2.0, web sites, white, wordpress, wordpress skins, wordpress templates, wordpress themes // 03.12.2007 at 8:34 pm //

43 Responses to “WordPress Theme Crystalx Released”
// Trackback // RSS 2.0

  1. Weblog Tools Collection » Blog Archive » WordPress Theme Releases for 3/13 says:

    [...] crystalx is a sleek new WordPress template with a Bright Blue header and rounded corners by headsetoptions.org and Mandarin Musing based on design by Nuvio. (No Ratings Yet)  Loading … [...]

  2. WeblogToolsCollection DE » Blog Archive » WordPress Theme Veröffentlichungen am 13.3. says:

    [...] crystalx von headsetoptions.org und MandarinMusing ist ein schönes WordPress Template mit einem hellblauen Header und abgerundeten Ecken, basierend auf einem Design von Nuvio. (No Ratings Yet)  Loading … [...]

  3. Wordpress Theme - Crystalx | Wordpress Tutorials And Blogging Tips says:

    [...] For more in info and support just visit the author’s site. Tags:wordpress themesBookmark This:These icons link to social bookmarking sites where readers can share and discover new web pages. [...]

  4. WeblogToolsCollection Español » Blog Archive » Temas de WordPress publicados 13/3 says:

    [...] crystalx es un nuevo tema para WordPress de líneas elegantes con una cabecera azul brillante y esquinas redondeadas hecho por headsetoptions.org and Mandarin Musing basándose en un diseño de Nuvio. (No Ratings Yet)  Loading … [...]

  5. Wordpress Theme - CrystalX at WPThemesPlugin.com - Wordpress Themes | Plugins | Blogs says:

    [...] Visit & Download [...]

  6. L’urlo del coniglio » Blog Archive » links for 2007-03-14 says:

    [...] Headsetoptions.org › WordPress, Web Design, Blog, Etcetera » Blog Archive » WordPress Theme Crystalx Released [...]

  7. Sean says:

    Just downloaded Crystalx and love it. I have to admit that I’m not a serious or experienced blogger. I have been looking for something clean and appear to have found it.

    My one question, how can I modify this so that the tagline appears in the header?

  8. headsetop says:

    @ Sean

    I would open header.php and look for a h3 tag for bloginfo, this calls the blog name. Right below that, I would add these lines of code, each one within a < and >:

    p
    ?php bloginfo(’description’); ?
    /p

    That should show the tag line. Let me know if it worked!

  9. Sean says:

    Thanks for taking the time to help.

    Unfortunately, it didn’t really work for me. The description is showing up but at the very top of the page…not inside the title bar.

  10. trainwrecka says:

    great themes! question:

    how can i get the links to not be underlined? having each post underlined doesn’t look right to me.

    site here

  11. jen says:

    Hi guys I have another question on another blog i’m running…

    I want the archive category search to show more than 10 post titles… I’ve looked and looked and can’t find the magic button in the code or php files, but then I’m not the brightest bulb.
    I’d like like 50 or even all (I don’t have many posts on this one so it’s not a big deal)

  12. headsetop says:

    @ Jen

    Actually, that number is set based on the number of posts you have in the first/index/home page. So if you have 10 posts in the main page, you will get 10 search results, 10 archive results and so forth. This setting can be found/changed at WP Admin > Options > Reading

  13. jen says:

    Okay then, anyway to have it show whole posts then instead of just titles?

  14. hso says:

    @ Jen

    Email me your copy of the archive.php at headsetop [at] yahoo [dot] com

  15. jen says:

    will be sending you the archive page (I haven’t edited it though), totally slipped my mind, bu one other question…

    can’t hand add v/hspace to images in the entries. What css img class am I looking for to add it in css?

  16. hso says:

    @ Jen

    You can make one for the content area alone by adding this code in the content section of style.css:

    #content img {border:X; margin:Y; padding:Z;}

    Replace X,Y, and Z with some valid number with px, like 5px, 3px, whatever!

  17. Pali Dhar says:

    I’d like to inform you that I ported the template to plosxom: http://palidhar.nonlogic.org/index.php/plosxom/crystalx

    Of course it retains the GPL and mentions the credits. Thanks for this great template.

  18. alberta says:

    hi
    where can i download the theme from please ? thanks
    al

  19. hso says:

    @ alberta

    Just added a download link to this post below the thumbnail image.

  20. Heikki says:

    # jen Says:
    April 8th, 2007 at 9:12 pm

    Okay then, anyway to have it show whole posts then instead of just titles?

    ————————

    I wanted to do the same with this template but as I am new in wordpress I dont know where to change it…
    Especially when one clicks on category I wanted that category posts are displayed the same way as the main page displays them… any helps??

    thanks

  21. hso says:

    @ Heikki

    If you need all archive and categories to display as full posts instead of lists, all you will need to do is remove the archive.php file from the theme folder. What this will do is default all such posts to index.php format.

  22. Heikki says:

    Hi hso.. thanks a lot. u r genious.. it worked..

    Now i have another question: how can I make category list in sidebar also show the total number of posts ..like if we say category list in sidebar is like this:

    News(12)
    Downloads(23)
    Tutorias(3)

    etc…

    thanks a lot

  23. palestars » Blog Archive » The Notables Organ Club says:

    [...] palestars …a tumblin’ tumblelog… « prev post ≡ August 12th, 2007 » The Notables Organ Club I just recently revamped the Notables site, a webpage I originally set up and have been running since 1998 for my mother’s Lowrey organ club. This is the ninth site redesign since then, this time using the CrystalX theme, albeit tweaked, and the latest version of WordPress. [...]

  24. hso says:

    @ Heikki

    Open sidebar.php (or Sidebar from WP Admin) and look for this:

    <?php wp_list_cats(); ?>

    Replace the line with this code:

    <?php wp_list_cats("sort_column=name&optioncount=$c&hierarchical=$h"); ?>

    That should do it.

  25. Heikki says:

    Hso,

    I tried that but it didnt work…it is like this now in my template sidebar.php:

  26. Heikki says:

  27. Heikki says:

    <?php _e('Categories:'); ?></h2>
    <ul>
    <?php wp_list_cats("sort_column=name&optioncount=$c&hierarchical=$h"); ?>
    </ul>

  28. hso says:

    @ Heikki

    Can you send me your site URL either via this comment or email it to me and I can take a look.

  29. Heikki says:

    Hso, site is http://www.ilmsoft.com

    thanks

  30. hso says:

    @ Heikki

    You are using WordPress version 2.2.1 and the code I pasted above is deprecated for 2.1 and above. Instead, use this:

    <?php
    wp_list_categories('orderby=name&show_count=1'); ?>

  31. Heikki says:

    Hso,

    thanks a lot.. now this one works but number is shown under not next to category name…

    u can see it here http://www.ilmsoft.com

  32. hso says:

    @ Heikki

    Open style.css and find this:

    #col ul li a {display:block; padding:3px 0 3px 22px; background:url(”design/ico_archive.gif”) 5px 6px no-repeat; text-decoration:none;}

    Change the display from block to inline, you code should look like this:

    #col ul li a {display:inline; padding:3px 0 3px 22px; background:url(”design/ico_archive.gif”) 5px 6px no-repeat; text-decoration:none;}

    That will fix it.

  33. Heikki says:

    Great,, thanks a lot that was perfect

  34. Heikki says:

    Sorry one last question.. what is the way to get rid of second word category.. after that now I have 2 word “categories” coming up…

  35. hso says:

    @ Heikki

    Just change the category tag from what you have to this:

    <?php _e('Categories:'); ?></h2>
    <ul>
    <?php wp_list_cats("sort_column=name&title_li=&optioncount=$c&hierarchical=$h"); ?>
    </ul>

    Adding the

    title_li=

    hides the list heading.

  36. Laurie says:

    I love this theme and have managed to change a few things, like the font size for the article titles even though I am completely clueless about editing templates. This one is so close to what I want, the only thing I would like to change is the font size of the article content. Is there a way to make it larger? Considering the audience for my blog is targeted at middle aged folks, I’d like people to read it without looking for their reading glasses.
    Any help would be greatly appreciated.
    Thanks

  37. Juergen says:

    Sorry guys, that was a very nice template, designed by NUVIO, which you fucked up… Sorry, no commendation… :(

  38. Jami says:

    Hi!
    I love this template, but i’m experiencing difficulties in IE 7 —
    the image in the header disappears!

    It works fine in IE 6 and Firefox.

    Any thoughts? the site in question is at the following URL: http://www.washoe.lib.nv.us/librarianschoice

  39. hso says:

    @ Jami
    It looks fine in IE7 on my computer, what is your screen resolution?

  40. D.J. says:

    Hello,

    Probably a simple question, but I don’t where to look nor how to fix it. I did look around the css stylesheet, but nothing leaped out at me.

    I want to move the sidebar to the left side of the pages/posts.

    Thanks !

  41. hso says:

    @ D.J.

    First off, the large images in your post are breaking the theme even in FF!

    With that said, to answer your question-

    The CSS has both the #content and #col (right sidebar) float left, which means, to make the sidebar go to the left, all you need to do it structurally place it ahead of the content. To do so, open index.php (and all other files with same structure like archive, page search, single) and move the < ? php get_sidebar(); ? > over (before) the < div id="content" >

    This should work and if you run into some issues, check the paddings and margins on each #content and #col style and make sure they are not in conflict.

  42. Michelle Ayers says:

    Hello:

    We have this nice theme on an in-house blog. I want to add to the horizontal menu in the header which right now contains this in the header.php file:

    <a href=”/”>Home

    I want to add tabs for three previously blog entries so I added the horizonal menu like this for example:

    <a href=”About

    which I added after the ‘home’ code
    and, while the ‘About’ tab appeared just fine, it did not link to the URL noted.

    Any advise on how to fix would be most appreciated!

  43. hso says:

    @ Michelle Ayers

    The codes obviously got eaten up by the comment form. I will try and answer your question in any case with some assumptions:

    To add a URI (no matter what the URI is), you need to do the following.

    Assume you want to create a link to the FAQs page in your header. The first thing you need to have is the post URI, which in this case it is:

    http://www.headsetoptions.org/faqs/

    Next you set the HTML up as follows:

    <a href=”http://www.headsetoptions.org/faqs/” title=”FAQ page”>FAQ</a>

    Note how I used the full URI and not just

    <a href=”/faqs/” title=”FAQ page”>FAQ</a>

    link in the old days with HTML.

    Try this with your full URI and let us know if it works.

Leave a Reply






Use SimpleCode while pasting codes.


« Halliburton Plans Move to Dubai // WordPress Theme ‘Rounded’ by Headsetoptions + MandarinMusing »