Tarski
  • Blog
  • Documentation & Help
    • Upgrade Guide
    • Localisation
    • Plugin API
  • About
    • Changelog
    • Roadmap

Subscribe to feed

‹ Alternate Styles with Tarski  •  100,000 Pages ›

1.1.1 Release

March 26, 2006 by Benedict Eastaugh | 86 comments

It’s definately evolution rather than revolution with this release. After we launched 1.1 I started tweaking, playing around with various niggles that were bothering me about the theme. You can go through all the details in the changelog.

New Features

Thought Wind

Martin kindly did another header for this release, Thought Wind.

We’ve added another variant style, skyline.css. It’s very much in the same vein as the other styles, but for the official styles and headers I want to create a sense of variations on a theme, rather than radically different looks (you can always make your own if you want to do something completely different, after all).

There’s now also an option to swap the columns, with the sidebar appearing on the right and the content on the left. All the other columnated sections—navigation, comments, the footer—swap over as well if you choose this option. You can find it under ‘Miscellaneous Options’ at the bottom of the Tarski Options page (Presentation > Tarski Options in the WP admin panel, as always).

Chris has also done some excellent work revising the navigation bar. It now gets its links from the list of top-level pages—and you can choose which ones you want to appear. This option too appears on the Tarski Options page. Another advantage of doing it like this is that the links are no longer hardcoded; if you don’t have URL rewriting enabled, or have a different set of page slugs to ours, the links will still find your pages.

This change to the navigation bar does require you to select your desired pages in the Tarski Options page—don’t panic if there’s suddenly only a “Home” link after updating!

Tweaks

None of the tweaks will change anything major about Tarski—they just add a level of polish which was previously missing. Feed links now find your correct feed addresses, rather than just linking to /feed/; titles that are longer than one line of text will space themselves properly; various bits of “under the hood” code have been cleaned up or streamlined.

Just one note: the page.php file is now redundant, so make sure you delete it when you upgrade Tarski.

If you use the Ultimate Tag Warrior plugin, you’ll be glad to hear that Tarski now includes complete support for its features: we’ve added the option to activate the live tag search feature on the tags page. The plugin does a pretty terrible job of separating content and presentation from behaviour, so the way it operates and displays isn’t as elegant as I’d like. C’est la vie.

As always, post any bugs or problems you have in the comments. We really appreciate your response; it makes the job worthwhile.

Tags: 1.1.1, alternate styles, download, features, headers, tags, tweaks

86 comments

  1. Trackback from ceejayoz.com on March 26, 2006 at 11:24 pm

  2. Elyse’s avatar

    Elyse on March 26, 2006 at 11:32 pm

    Last night I uploaded and tweaked Tarski 1.1 on my blog. Just five minutes ago I upgraded and am now having a problem with comments.

    Personalize, personalize, personalize

    The posts without comments are fine, but the posts that have been commented all have the same issue as the one referenced above.

  3. ceejayoz’s avatar

    ceejayoz on March 26, 2006 at 11:33 pm

    Yep, we forgot one line. Sorry!

    Re-upload comments.php from a fresh download of the 1.1.1 zip file and you should be good to go. Sorry again!

  4. Elyse’s avatar

    Elyse on March 26, 2006 at 11:39 pm

    That did the trick. Thanks!

  5. Frox’s avatar

    Frox on March 27, 2006 at 12:42 pm

    Great!
    Checking it out now :D

  6. Dale’s avatar

    Dale on March 27, 2006 at 12:59 pm

    really like this clean style and have been playnig about with it for a while. However I have clicked the “centred” option under Tarski options in the dash board but it still left aligns –

    do i need to reload a particular PHP file to reset some hook?

  7. ceejayoz’s avatar

    ceejayoz on March 27, 2006 at 1:35 pm

    Dale, if you could provide us a URL to a site where we can take a look that’d help us diagnose your problem. It might be as simple as a cached CSS in your browser – no way to know until we see it. :-)

  8. ionfish’s avatar

    ionfish on March 27, 2006 at 4:05 pm

    Dale, your problem is that you’re using the 1.0.1 stylesheet, not the 1.1.1 one. You need to delete style.css from /tarski/ and replace it with the version from the latest download. While you’re at it you should make sure that you’ve updated all your Tarski files to the latest version.

  9. El Desviado’s avatar

    El Desviado on March 27, 2006 at 9:44 pm

    Hi again!!

    Thank you for this update.

    I have a doubt with the style.css. Which parameter may i change to delete the frames of an image when is a link? I want the frame when the mouse cross over, but i dont want the frame if the mouse dont cross.

    Sorry for my ignorance.

    Thank you again for all the well done work!!

  10. ionfish’s avatar

    ionfish on March 28, 2006 at 1:23 pm

    I’m going to tweak the image link handling for the next release. To get the effect you’re after, add this code to your stylesheet.

    a img {
    border: 1px solid #fff;
    }
    a:hover img {
    border: 1px solid #a8001c;
    }

    Replace the second colour code with whatever colour you prefer. If you want to reproduce a colour from the theme or one of the alternate styles, just look through the CSS until you find the right one.

  11. El Desviado’s avatar

    El Desviado on March 28, 2006 at 9:51 pm

    Thank you very much ionfish!!

  12. ceejayoz’s avatar

    ceejayoz on March 29, 2006 at 1:54 am

    Do try and do it in a custom stylesheet, too, lest you lose your changes when we next upgrade. :-)

  13. Cori’s avatar

    Cori on March 29, 2006 at 10:57 pm

    how do I upgrade to the version 1.1.1 without losing the changes I have made including my own header and some stylesheet changes?

  14. ionfish’s avatar

    ionfish on March 29, 2006 at 11:11 pm

    You’ll have to try to copy the changes over as best you can. The changes to the stylesheet you can copy into a custom stylesheet fairly easily by following the instructions given in this post. The changes to the header file may be more difficult to do, depending on whether we’ve changed anything relating to the changes you’ve made. My suggestion would be to save a copy of your modified header.php and compare the code with the 1.1.1 version, then change things as appropriate. If the alterations are just inclusions, you could just use Tarski’s theme hooks to add them in, and they’ll be preserved across upgrades.

  15. Douten’s avatar

    Douten on March 29, 2006 at 11:29 pm

    Hello!
    I love this theme, very well made, simple yet nice. With that said a suggestion for a new feature. I’d like it possible to place the comment area right under the post, so if the side bar is long it won’t push the comment area down. I know there’s the disable side bar on other pages, except main page option. But I don’t think that’s what I really want to do. That’s just suggestion though, the theme seems fine the way it is.

  16. ceejayoz’s avatar

    ceejayoz on March 30, 2006 at 2:46 am

    Douten, for the time being we’ve decided the HTML gymnastics we’d need to do that aren’t worth the trouble. We put in the disable sidebar option as a stopgap measure.

    Tarski really does work best with long posts – after all, it was originally designed for ionfish’s website – so we’ve shoehorned in support for small posts as best we can, for now.

  17. Douten’s avatar

    Douten on March 30, 2006 at 11:55 pm

    I see. I suppose the sidebar option could kinda do what I want, not too much lost. Thanks for the reply.

  18. Logan Leger’s avatar

    Logan Leger on March 31, 2006 at 1:16 am

    Are y’all looking into putting WP widgets in the next release?

  19. ceejayoz’s avatar

    ceejayoz on March 31, 2006 at 2:21 am

    Indeed we are, assuming we can make the API do what we want it to do.

  20. Cori’s avatar

    Cori on March 31, 2006 at 4:25 pm

    I had a successful time uploading the new version, only one aspect does not work, and that is the centered version of the theme. It is selected yet it is left aligned…any suggestions?

  21. Cori’s avatar

    Cori on March 31, 2006 at 4:27 pm

    Ah, I apologize! Problem Fixed!

  22. ionfish’s avatar

    ionfish on March 31, 2006 at 4:27 pm

    Chances are your problems are the same as Dale’s, and the fix will be the same: make sure you’re using the new stylesheet, as I moved the centering into style.css for 1.1 (Chris just stuck the centering in as an inline style for the 1.0.1 release).

  23. Ray’s avatar

    Ray on April 1, 2006 at 11:28 pm

    Hi Author, great theme! Everything’s fine except that I cannot figure out how to add plug-ins in the sidebar. I’ll go into the options page and put codes in such as , and only text shows up. I tried with several plugins and none are working. Any pointers please?

  24. Ray’s avatar

    Ray on April 1, 2006 at 11:30 pm

    opps, code didn’t show up last time

    [?php nr_get_movie(); ?]

  25. ceejayoz’s avatar

    ceejayoz on April 2, 2006 at 1:07 am

    Ray, there’s a link to a tutorial on integrating plugins at the top of the theme hooks page. You’ll be wanting the $sidebarTopInclude hook.

    We don’t allow PHP in the Options page as it would be a security risk.

  26. Ray’s avatar

    Ray on April 2, 2006 at 4:24 am

    very cool, working perfectly now, thx for the timely reply

  27. Becky’s avatar

    Becky on April 2, 2006 at 7:08 pm

    Is there an easy way to make comments show up on “pages” like they do in regular entries? I’ve done this to other templates but your template is a bit more involved and I’m a bit afraid to mess with the internal workings of it. Any hints would be greatly appreciated.

  28. ceejayoz’s avatar

    ceejayoz on April 2, 2006 at 9:55 pm

    Becky, you’re in luck!

    Change line #4 in index.php from:

    < ?php if(is_single()) { comments_template(); } ?>

    to:

    < ?php if(is_single() || is_page()) { comments_template(); } ?>

    That should work!

  29. Susanne’s avatar

    Susanne on April 3, 2006 at 10:47 am

    Hi everybody, how can I include the tags into the sidebar. I appreciate the plugin you use, but would like to have a more traditional listing of the tags in the sidebar. Best wishes, Susanne

  30. El Desviado’s avatar

    El Desviado on April 3, 2006 at 12:33 pm

    Hi again!!

    I have an idea lookin’ to a new update. May be good that the theme would include a “permanent link” for each post to let the people do trackbacks without problems with the permalinks.

    It’s just an idea.

    Great theme!

    Thank you!

  31. ceejayoz’s avatar

    ceejayoz on April 3, 2006 at 4:54 pm

    Susanne, you’ll need to use this technique to do that. The tutorial shows how to do it for flickrRSS, and should be easily be adapted to your tagging plugin.

    Tarski does make a standalone tags page for you, of course. If you have a lot of tags, that’ll probably be a less cluttered way of displaying them.

    El Desviado, are you talking about some sort of “the trackback URL for this post is …” display?

  32. Zeerus’s avatar

    Zeerus on April 3, 2006 at 11:35 pm

    this has to be one of the best looking WordPress themes I’ve seen so far. I’ll definitely be using it in the future. some stylesheet modifications and I can see this in use everywhere in no time at all

  33. Frox’s avatar

    Frox on April 4, 2006 at 8:50 am

    Can somebody help me out? For some reason my sidebar ends up under my post. Is it because of the picture?

    http://www.the-frox.com/blog

  34. ceejayoz’s avatar

    ceejayoz on April 4, 2006 at 12:57 pm

    Frox, you’ve got some funky code going on there. Please make sure your site validates on the W3C validator. Looks like you’ve got a

    tag that doesn’t close, among other things.

    Pages

    Not sure why you’ve got post-content divs and that center paragraph in there. If you’re using the

    to center your sidebar, that’s not the best way to do it.

  35. Frox’s avatar

    Frox on April 4, 2006 at 4:06 pm

    Hmm I see now,….all those errors are coming from my -weird- usage of Lightbox……
    Can’t figure out out how to use it properly,….but thanks! I’m one step closer.

  36. Steven Rasnick’s avatar

    Steven Rasnick on April 4, 2006 at 8:03 pm

    This is, quite simply, a kick ass theme. It seems to be getting very popular, too. Congrats on the success.

    Check out my Tarski-Powered blog at stevenrasnick.com.

  37. ceejayoz’s avatar

    ceejayoz on April 4, 2006 at 8:47 pm

    Looks good, and I’m glad to see you using the custom theme option. :-p

  38. CaBe’s avatar

    CaBe on April 4, 2006 at 9:57 pm

    I’ve been here before, but at last I’m live with my own blog – thanks a lot for this great theme and for your help.

    I especially like Tarski’s possibilities to customize (a little …) without editing theme files and thereby keeping customization after an upgrade.

    A few small things (that you might already be aware of):

    - The title of links in the navigation bar is missing (apart from that of Home)

    - I wonder why you use different icons for the site feed and the comments feed – and may I suggest using this standard feed icon in stead of the Silk feed-icon?

    :-)

  39. ionfish’s avatar

    ionfish on April 5, 2006 at 12:05 am

    The feed icons were chosen purely for aesthetic purposes. Mark James has updated the Silk icons to fit the standard; the reason I’ve not changed them is that I prefer these ones. It’s that simple. You can, of course, change the icons yourself; just make sure you don’t overwrite them if you ever upgrade. The reason the site feed and comments feed icons are different is to disambiguate them.

    The titles for links in the navigation bar are missing because we don’t know what links people will put there; it would be rather presumptious of us to give titles to possible links, especially since people of such a variety of languages and interests are using the theme.

  40. Becky’s avatar

    Becky on April 5, 2006 at 1:46 pm

    A small request, if possible, it would be great if there was an option to omitt the links you pick to show up in the horizontal menu (that are also ‘pages’) from the listing of the pages on the sidebar.

    Also, for anyone wishing to put their link collections on a seperate Page go to http://redalt.com/ and look for the LINKSPAGE plugin. This works really nicely with this wonderful Tarski template.

    B

  41. ionfish’s avatar

    ionfish on April 5, 2006 at 4:15 pm

    We’re putting a links page in the next release. We’ll definately take your request with regards to pages into consideration. :)

  42. El Desviado’s avatar

    El Desviado on April 5, 2006 at 9:17 pm

    El Desviado, are you talking about some sort of “the trackback URL for this post is …” display?”

    Yes. Next to “comments feed for this article”, for example. Sorry for my english.

  43. El Desviado’s avatar

    El Desviado on April 5, 2006 at 9:18 pm

    Lol. The last comment was an answer for ceejayoz. Sorry :)

  44. ionfish’s avatar

    ionfish on April 6, 2006 at 12:34 am

    Looks like it’s your HTML you need to worry about, not your English. I’ve fixed it for you…

  45. tom’s avatar

    tom on April 10, 2006 at 9:14 pm

    Loving the new headers guys. Keep up the good work.

  46. Ray’s avatar

    Ray on April 11, 2006 at 12:42 am

    Thanks again for the theme, and your continued timely support. I know it’s been mentioned before, but Widgets please! And more standard out-of-the-box features. More tweaking options in dashboard would be nice too. Looking forward to the next update.

  47. ceejayoz’s avatar

    ceejayoz on April 11, 2006 at 12:46 am

    Widgets are coming in the next release.

    We can’t add out-of-the-box features and tweaking options without knowing which ones people want, plus the theme hooks bit is intended for adding extra plugin support.

  48. Ray’s avatar

    Ray on April 11, 2006 at 2:01 am

    just a few i thought of, enable/disable/move “Subscribe to Feed”, option to add specific time info for posts, enable/disable feedbacks on pages, build in avatar for comments, enable/disable “Recent Posts” on bottom of page, ability to move search field, sizing options for width of blog/sidebar (i happen to use a 1080P monitor at 1920*1080 resolution), ability to change font/bold text, etc., you know, the kind of options that differentiate this theme from others. I think you are already at a great start. how many other themes give you options at all?

  49. ceejayoz’s avatar

    ceejayoz on April 11, 2006 at 2:43 am

    Ray, much of what you’re talking about – moving the feed link around, changing widths, fonts, etc. – is best handled via a custom stylesheet.

    Avatars are best left to a plugin, particularly the Gravatars one you see here.

    Page comments are getting added in for 1.2.

  50. Woordenaar’s avatar

    Woordenaar on April 11, 2006 at 5:27 pm

    I’m running Tarski 1.1.1 and UTW 3.1 but i can’t get me a working tags page, i’m just receiving a nice 404… Any suggestions?

1 · 2 · Next ›

Comments are now closed.

The latest Tarski release is 3.1.3 (?).

Download Tarski 3.1.3

A Git repository is also available.

About Tarski

WordPress 3.2 is required. Legacy downloads are available for users of earlier versions.

Be sure to read the documentation! Support requests should be posted in the forum. Tarski is available in a number of other languages.

Documentation

  • Documentation & Help
    • Alternate Styles
    • Legacy Versions
    • Localisation
    • Sidebar Options
    • Styling Content
      • Image Classes
      • Insert Classes
    • Theme Hooks
      • Hooks Reference
      • Writing Plugins for Tarski
      • Example Plugins
    • Upgrade Guide

Appreciation

If you like Tarski, Ben’s always happy to receive something from his Amazon wishlist.

(Please include your email in any message, otherwise he won’t know who to thank.)

Tarski is a WordPress theme by Ben Eastaugh and Chris Sternal-Johnson.

Tarski’s documentation is full of useful stuff, while the Credits & Thanks page recognises those who’ve helped out with Tarski.

Support queries are only answered in the forum; please don’t post them in comment threads or emails.

Subscribe to feed

Powered by WordPress and Tarski