This is yet another theme site, created by Sadish Bala. he believes "WordPress Rocks"

FallSeason Theme updated for WP 2.1

fallseason.jpg
All of our themes should work fine with the latest WordPress 2.1 release. but there may be some minor code changes to get it perfect with WP 2.1.
I finally found some time to do that for the “FallSeason” theme and uploaded it today.
Check it out !

17 Responses to “FallSeason Theme updated for WP 2.1”

  1. 1 Michael Klusekon 09 Feb 2007 at 12:42 pm link to this comment

    Sadish,

    Could you tell me which pages where updated. I made mods to this theme so need to be careful with upgrading.
    Thanks

  2. 2 Sadishon 09 Feb 2007 at 1:23 pm link to this comment

    the theme zip, includes a changelog.txt :)

  3. 3 bonyekmanon 14 Feb 2007 at 3:52 am link to this comment

    hi sadish!

    i have a little question about the dashed border-bottom hyperlinks: i want to implement the same technique on my wordpress site, and i intend to keep the linked text, but not for the images. do you have any solution for my problem?
    i’m not so good in css like you are, but i’m willing to learn. is there any way that one can separate the image links(”img” tag between “a” tag) from the regular ones?

  4. 4 Sadishon 14 Feb 2007 at 9:18 am link to this comment

    you already are close to the solution.

    if you say
    a img {
    border-bottom-width:0;
    }
    at the end of style.css, you would be able to achieve what you want.

  5. 5 Davidon 21 Feb 2007 at 2:04 am link to this comment

    hi Sadish,

    Like Michael, I have made some mods,so want to be careful. I looked at changelog.txt. It looks like i would have to update the functions.php file, and the style.css file (incorporating my changes there).

    What I’m not sure about is change 4 - “Pages do not show the category as “uncategorized”. Which file does this involve?

    Thanks.

  6. 6 pilgrimon 01 Mar 2007 at 5:46 am link to this comment

    Hi,
    I really like this theme (thanks for it!) and I would like to use it on my own, but I have one question:

    Is it somehow possible to show the content of intro.php just on the first page of index page? You know, when there are more posts than can be displayed on it the index one is paged and intro is on the top of every part of it. And I would like to see it only once on the first part…

    Thanks.

  7. 7 Sadishon 01 Mar 2007 at 11:21 am link to this comment

    David,

    Change number 4, is done in page.php. I am sorry for not mentioning it before.

    pilgrim,

    if you do not want it to show up if then you should open up header.php index.php and look for

    ?php include_once(TEMPLATEPATH.’/intro.php’);?

    in index.php and change it to

    ?php if (!is_paged()) include_once(TEMPLATEPATH.’/intro.php’); ?

    isn’t it easy ? :)

  8. 8 pilgrimon 01 Mar 2007 at 11:32 am link to this comment

    Sure it is! :-) But I’m not as good at PHP as I would like. Anyway thanks again for your help!

  9. 9 pilgrimon 01 Mar 2007 at 11:58 am link to this comment

    (Though it isn’t in header.php but index.php and of course it is necessary to use the correct quotation marks :-)

  10. 10 bonyekmanon 02 Apr 2007 at 9:58 am link to this comment

    hi sadish! (again)
    the a img {border-bottom-width:0;} doesn’t work for some reason for me. maybe i screwed up the css so badly that it interferes with something. may i send you the file?

  11. 11 Carloson 29 Apr 2007 at 3:41 pm link to this comment

    Great theme. Congratulations.

    The only thing that I would need will be submenus. Is there any way to include them?

  12. 12 xujon inside » Blog Archive » 始動篇。on 01 May 2007 at 11:03 am link to this comment

    [...] 這個blog以WordPress架構,搭配gallery2,再加上一個不錯的留言板外掛TP-Guestbook,還有許多WordPress Plugin,另外花了點時間修改它們的css,以配合我用的theme,我的theme是從WP ThemePark的FallSeason修改來的,修改的靈感還是那一句老話「低調,奢華,小粉紅」。從今天起,我這個blog就以「低調,奢華,小粉紅」為主題,始動。 [...]

  13. 13 cheton 17 May 2007 at 10:58 am link to this comment

    Really like the theme, very easy to use!
    I made a few minor changes to sidebar.css and style.css in order to split the sidebar on either side of the post area. Hopefully you don’t think I murdered your theme:) thanks again!
    chet

  14. 14 sunwarmon 06 Jun 2007 at 7:22 am link to this comment

    Just getting started with this - I like your design, but I’m getting a weird problem at the bottom of the page:
    Parse error: syntax error, unexpected T_STRING in /home/adker3/public_html/wordpress/wp-content/themes/fallseason-10/footer.php on line 5

    Could this just be a problem with uploading? (my ftp program doesn’t work very well.)

  15. 15 sunwarmon 06 Jun 2007 at 12:12 pm link to this comment

    Ok, i figured out that the problem is related to the footer php file. Since I don’t know what is wrong with it, I just deleted the line that called for it on the index page. So, Sadish, you’re not getting credit right now. If you tell me how to fix it, I’ll put it back on.

  16. 16 Pason 29 Dec 2007 at 11:17 am link to this comment

    hi Sadish!

    Great work but I’d like to modify the colors of the theme but I can’t where to change the background color of the sidebar. Could you please help me?

    Thanks a lot!

    Happy new year!
    Pas

  17. 17 Chinoon 18 Sep 2008 at 12:58 pm link to this comment

    Sadish,
    Would it be possible to hide the intro.php on all of the Pages except my homepage?

Trackback URI | Comments RSS

Leave a Reply