Jimisola.com - keepin’ on

a nice blend of aviation, computers, music and track
  • rss
  • Blog
  • About Jimisola
  • Track
    • Resume
    • Results
    • Statistics
    • Training Results
  • Music
  • Open Source
    • Downloads
      • Freshy JL Mod
  • Photo Gallery
  • Guestbook
  • About Site
    • Users online
    • Site Stats
  • Contact

Freshy JL Mod

NOTE: I rereleased the version of this mod that works with WP 2.2.x as 1.0-jl-2 instead of 2.0-jl-1 since Jide appearently has a Freshy 2.

NOTE 2: Freshy 2 has been released and would recommend that you use that one instead of my mod (which is based on Freshy 1).

I have made a mod of the Freshy theme made by Julien De Luca (Jide). The modified theme is used on my site.

Some of the changes are:

  1. Changed post timestamp (I feel that it easier to read)
  2. Changed post header
  3. Changed sidebar title, title background and content background
  4. and more (I actually can’t recall, so feel free to remind me)

Latest version (for WP 2.2.x): Freshy-JL 1.0-jl-2

Older version (for WP 2.1 and possibly 2.0): Freshy-JL version 1.0-jl-1 (the missing sideboxbg.gif)

NOTE: I cannot guarantee to provide support for this modified theme due to limited time and also lack of CSS and internal WP knowledge, but will try to help out if possible.

Report problems to the original theme as well as to me if they are not exclusive to my mod as I want to keep my mod just that (a mod).

Comments rss
Comments rss
Trackback
Trackback

32 responses

Aleksandar

i've downloaded this package, but sidebar doesn't look like yours.

AleksandarNo Gravatar | Feb 13, 2007 | 21:19 CET

i’ve downloaded this package, but sidebar doesn’t look like yours. maybe it’s because sideboxbg.gif is missing from images folder…

jimisola

What in the sidebar differs from my one? The background

jimisolaNo Gravatar | Feb 16, 2007 | 00:48 CET

What in the sidebar differs from my one? The background color? The header? I don’t think that I’m using a file named sideboxbg.gif, so please be a bit more precise.

Chris

I'm using the original freshy theme as my blog, and

ChrisNo Gravatar | Feb 21, 2007 | 13:09 CET

I’m using the original freshy theme as my blog, and was just wondering how you edited your header text? I’m a total amateur when it comes to wordpress and html etc. Was also wondering if you knew if there is a way to increase the size of the image in the header? Any help would be appreciated!

jimisola

@Chris: I assume that you're asking how I changed the

jimisolaNo Gravatar | Feb 23, 2007 | 00:42 CET

@Chris: I assume that you’re asking how I changed the size and location for the header text “Jimisola.com - keepin’ on”?

I would suggest that you compare my style.css with the one that comes with Freshy. It also helps a lot to use the following Firefox extensions:

1. Web Developer
2. FireBug
3. View Source Chart

You’ll find them at https://addons.mozilla.org/firefox.

Good luck!

Nikki

Hi! Thanks for this mod! Your mod does reference a sideboxbg.gif in

NikkiNo Gravatar | Feb 24, 2007 | 19:27 CET

Hi!
Thanks for this mod!
Your mod does reference a sideboxbg.gif in the stylesheet in the Sidebar section. I cant find the image anywhere.
Any thoughts?

Thanks

jimisola

@Nikki & Co I notice now that I do reference sideboxbg.gif

jimisolaNo Gravatar | Feb 24, 2007 | 20:44 CET

@Nikki & Co

I notice now that I do reference sideboxbg.gif in the stylesheet. I removed that file (faded from white to lightgray) since I prefered to have the background in a single color (lightgray) only.

Appearently I forgot to remove the reference to it. I will comment it out in the next release. For now the image is available for download via a link above.

Nikki

Thanks for the quick reply! You made my day!

NikkiNo Gravatar | Feb 24, 2007 | 23:32 CET

Thanks for the quick reply! You made my day!

P.S.
I like your song choice for the “Weekly Top-10 Track Chart”

jimisola

@Nikki You're welcome. Glad it helped. PS. What song?

jimisolaNo Gravatar | Feb 26, 2007 | 11:47 CET

@Nikki

You’re welcome. Glad it helped.

PS. What song?

Todd

Hello! Great theme, I'm using it now! Real quick question: Can

ToddNo Gravatar | Mar 1, 2007 | 16:27 CET

Hello! Great theme, I’m using it now!

Real quick question: Can I have rotating headers with this theme? I’m not exactly sure what to change in the stylesheet to point to the rotate.php file.

Thanks!
Todd

jimisola

@Todd The theme is Jide's, my version is merely a

jimisolaNo Gravatar | Mar 1, 2007 | 16:54 CET

@Todd The theme is Jide’s, my version is merely a slight modification of his. I don’t have a clue on rotating headers, so I suggest that you check with Jide. Please come back and let me know if he updates something and I’ll have to update mine (my intention is to stay up-to-date with the original Freshy theme).

Raymond

Hi Jimisola,

RaymondNo Gravatar | Mar 23, 2007 | 20:35 CET

Hi Jimisola,

Thanks for the new theme mods. I am wondering how do I add additional “stuff” to the sidebar? I.e. Recent posts and Calendar?

Thanks,

Raymond

jimisola

@Raymond Thanks. I use the WordPress Widgets. Simply drag-n-drop.

jimisolaNo Gravatar | Mar 23, 2007 | 22:35 CET

@Raymond

Thanks. I use the WordPress Widgets. Simply drag-n-drop.

Raymond

Hi Jimisola, Thanks for the response!

RaymondNo Gravatar | Mar 26, 2007 | 16:47 CEST

Hi Jimisola,

Thanks for the response! I installed the widgets and played around with it a bit. My next question is why on my sidebar, some of the widgets has the nice gray background while others do not? How do I keep the format uniform?

http://deepthoughts.affinityenterprises.com/

Thanks in advance.

Raymond

jimisola

@Raymond The reason that the background differs is because you have

jimisolaNo Gravatar | Mar 26, 2007 | 17:58 CEST

@Raymond

The reason that the background differs is because you have to specify the id of each widget in style.css. I haven’t found another way to work around at least.

In style.css go to the section that lists #meta, #categories etc (see below) and add your different widget ids to the style definition. I can recommend the Firefox plugins Firebug and/or Web Developer for this.

Good luck!


[...]
#meta,
#categories,
#pages,
#yammyamm-menu,
#recent-posts,
#recent-comments,
#peters-date-countdown,
#calendar,
#scrobbler,
#links,
#text-1,
#akismet,
#wpg2-image-block
{
background: #eee url(images/sideboxbg.gif) top left repeat-x;
padding: 25x;
margin: 5px;
border: 1px solid #ddd;
}

Raymond

jimisola, Thank you thank you thank you thank you!

RaymondNo Gravatar | Mar 26, 2007 | 18:25 CEST

jimisola, Thank you thank you thank you thank you! :D

Raymond

So another question... in your Categories section you have RSS

RaymondNo Gravatar | Mar 26, 2007 | 18:57 CEST

So another question… in your Categories section you have RSS feed next to each category, how did you accomplish this?

Cheers.

Raymond

jimisola

See the blog post Category RSS feeds icons with the

jimisolaNo Gravatar | Mar 26, 2007 | 20:07 CEST

See the blog post Category RSS feeds icons with the Category widget (and Freshy) posted on my blog earlier.

Erik

Hej Snygg sida! Jag håller på och försöker modifiera min sida

ErikNo Gravatar | Apr 19, 2007 | 22:16 CEST

Hej

Snygg sida! Jag håller på och försöker modifiera min sida och har tyvärr dålig koll.
Jag såg på jide.fr att du hållit på med yammyamm och lyckats få in den svenska flaggan. Hur gjorde du?
Hur fick du bort rastreringen från bakgrunden på din sidebar?

Tack på förhand!
Erik

jimisola

@Erik Tack! Jag tittade på YammYamm initialt men sedan så bestämde

jimisolaNo Gravatar | Apr 19, 2007 | 22:23 CEST

@Erik

Tack! Jag tittade på YammYamm initialt men sedan så bestämde jag mig för att köra en hel engelsk site (det är givetvis ok att kommentera på svenska). Osäker på var exakt som jag ändrade för att få in den svenska flaggan. Vill minnas att det var style.css men jag är inte helt säker. Titta vad de franska och engelska filerna heter och sök på det i filerna. Sidebar-bakgrunden ändrar du i style.css. Ta en titt på den style.css som följer med min mod så ser du.

Erik

Tack för tipsen! Erik

ErikNo Gravatar | Apr 20, 2007 | 08:03 CEST

Tack för tipsen!
Erik

Serena

Can you tell me what peace of your style.css i

SerenaNo Gravatar | Apr 21, 2007 | 11:30 CEST

Can you tell me what peace of your style.css i have to change tot get the name in the middle???

Thnx already!!!

Greetings Serena

jimisola

@Serena What name is that you want to change? Look at

jimisolaNo Gravatar | Apr 21, 2007 | 12:42 CEST

@Serena

What name is that you want to change? Look at my comment to Chris (February 23) to my list of tools that makes style sheet work a lot easier.

tredinertok

Hello Very interesting information! Thanks! G'night

tredinertokNo Gravatar | Jul 10, 2007 | 11:10 CEST

Hello

Very interesting information! Thanks!

G’night

Perrazoo

Hi Jimi! Great job this mod! It's more elegant!! I

PerrazooNo Gravatar | Aug 21, 2007 | 19:05 CEST

Hi Jimi! Great job this mod! It’s more elegant!! I want you ask some questions. I want to put the backgrund at the sidebar. I have getted putting some widgets but there are another like “Event Calendar” that I can’t. The code of the widget:
register_sidebar_widget(
array(__('Event Calendar','ec3'),'widgets'),
'ec3_widget_cal'
);

I have tried to put “Event Calendar” (in the style.css) but doesn’t work. Also I tried with renaming the widget.php, putting Event_Calendar or something like this and the same. Any idea??

And another, your theme is very clear and beautiful, but i would like to put the “old” date format, like freshy, how can i do?

Thanks a lot! Bye

jimisola

@Perrazoo I currently don't have the time to help you that

jimisolaNo Gravatar | Aug 21, 2007 | 19:36 CEST

@Perrazoo

I currently don’t have the time to help you that much. You have to check the code that the widget generates you add the “id” that is uses for its div (usually div) to the appropriate section in style.css (look for “sidebar” and background).

Regarding the old date format, that was one of the things that I disliked the most and it took me a while to have it my way. Only solution I have is: use the source. Compare my Freshy mod with the original one.

Perrazoo

Thnk you Jimi. Don't worry. The date, it's OK, I

PerrazooNo Gravatar | Aug 21, 2007 | 19:54 CEST

Thnk you Jimi. Don’t worry. The date, it’s OK, I just do the ame that you say me and it works fine!!

Thank you for waste your time ;)
Bye

Perrazoo

referencing to the ID of the div, yes i know,

PerrazooNo Gravatar | Aug 21, 2007 | 19:56 CEST

referencing to the ID of the div, yes i know, but i don’t find the correct one! I will ask to the author.
Bye!

jimisola

If you look at one of my posts above you'll

jimisolaNo Gravatar | Aug 21, 2007 | 20:08 CEST

If you look at one of my posts above you’ll see my recommendation of the Web Developer add-on for Firefox by Chris Pederick. It comes in very handy here as do View Source Chart.

Perrazoo

thanks thanks thanks! I've found the id's!! This addon is

PerrazooNo Gravatar | Aug 21, 2007 | 22:45 CEST

thanks thanks thanks! I’ve found the id’s!! This addon is wonderful!! I’m a novice but playing a few with the addon i can do a lot of things!!

Thanks again ;)

Perrazoo

The key for know what is de div id is

PerrazooNo Gravatar | Aug 21, 2007 | 22:47 CEST

The key for know what is de div id is “Information –> Display Div Order” there is a lot of information ;)

Orobi

Hi, and compliments for your site :) I also use the

OrobiNo Gravatar | Sep 11, 2007 | 10:47 CEST

Hi, and compliments for your site :)
I also use the freshy theme, I’m using some plug in and I’m still working on my site (all u see is dummy content). But I ask you… How can I change the date display on the default theme Freshy?
I don’t want a so big date near the left on the text of the post.
I just want a line at the end of each post like this eg:
“written by XXXXX on XX, january, XXXX”
Thanks again for your help!

jimisola

@Orobi: Check my answer to Perrazoo above. Use to source :) The

jimisolaNo Gravatar | Sep 11, 2007 | 11:43 CEST

@Orobi:

Check my answer to Perrazoo above. Use to source :)

The files that I have changed are seen below. Compare those files to the original Freshy theme. I think the files where the date is output is single.php and index.php - with some CSS in style.css.

freshy/comments.php
freshy/functions.php
freshy/index.php
freshy/sidebar.php
freshy/single.php
freshy/style.css

Leave a comment

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

Countdowns...

  • Graduation at L.U.S.A in 3 months, 25 days

From My Photo Gallery

De-icing equipment (prop and surface de-icing) almost off...

De-icing equipment (prop and surface de-icing) almost off...

Aviation

  • Lund University School of Aviation (L.U.S.A.)

L.U.S.A. 07:1

  • Joel Ring

Music

  • jimisola @ last.fm

Rest In Peace

  • In Remembrance Of Benjamin Dexback

Technorati

  • My Technorati profile

Weekly Top-10 Track Chart

  • Bobby Brown - Get Away (2 plays)
  • Soul for Real - Every Little Thing I Do (2 plays)
  • Basic Black - Nothing But A Party (Extended Version) (2 plays)
  • Intro - Love Thang (1 plays)
  • TLC - Had 2 Do Back (Extented Remix) (1 plays)
  • Essence - Lyrics 2 the Rhythm (1 plays)
  • Bobby Brown - Roni (1 plays)
  • The Gap Band - You Dropped A Bomb on Me (1 plays)
  • Soul for Real - Candy Rain (1 plays)
  • Father MC - Treat Me Right (1 plays)

Tags


Pages

  • About Jimisola
  • About Site
    • Site Stats
    • Users online
  • Contact
  • Guestbook
  • Music
  • Open Source
    • Downloads
      • Freshy JL Mod
  • Photo Gallery
  • Track
    • Results
    • Resume
    • Statistics
    • Training Results

Recent Comments

  • Calle on My Temporary Commercial Pilot License (CPL) with Multi-Engine (ME) and Instrument Rating (IR)
  • Bea on 13 x PASSED! ATPL theory is done!
  • Joost on Yes! Freshy 2 is out!
  • lorkan on My changes to the Freshy WordPress theme
  • Gina on A WordPress 2.2 compatible version of my Freshy WordPress theme mod is now available for download

Recent Posts

  • My Temporary Commercial Pilot License (CPL) with Multi-Engine (ME) and Instrument Rating (IR)
  • Pilot at last - CPL + ME and IR passed!
  • Quick two week update
  • Upgraded blog to WordPress 2.5.1
  • 13 x PASSED! ATPL theory is done!

Categories

  • Aviation
  • English
  • Java
  • L.U.S.A.
  • Music
  • Open Source
  • Svenska
  • Track
  • Training
  • Uncategorized
  • WordPress

Calender

July 2008
M T W T F S S
« Jun    
 123456
78910111213
14151617181920
21222324252627
28293031  

Spam Blocked

75,157 spam comments
blocked by
Akismet
rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox