29 June 2008 - 0:50Livetr theme changelog

You can download the original theme in here.
I have made it custom or remix it..

Here is my changelog :
on 4th December 2008
Main cause of change :

  1. Support to Gravatar in comment area.
  2. Add class wp_caption in css.
  3. Remove border of smilies in post area.

Download here.

on 28th November 2008
Main cause of change :

  1. Make list in sidebar widget tidier : edit style.css
    • Replace : replace : div#page div#main div#rightside ul#sidebar li ul li a{width: 194px; color: #494949; padding:3px;}
      with : div#page div#main div#rightside ul#sidebar li ul li a{width: 194px; color: #494949;}
  2. Fixed tag label attribute in comments.php to satisfy XHTML validator.
    • replace : <label for="author">
      with : <label for="texttt1">
    • replace : <label for="email">
      with : <label for="texttt2">
    • replace : <label for="url">
      with : <abel for="texttt3">

Download here.

on 10th August 2008
Fixed bug : Fatal error: Call to undefined function: wp_pagebar() when in searching.
Download here.

on 21st July 2008
Main cause of change :

  1. add link to post info comment
  2. change behaviour of edit_post_link and edit_comment_link
  3. Invalid id tag in comment form

Previous :
First, user can not click post info in comment section. If there is a comment, user must click post title. This is shortcut.
Second, for admin, there is | before edit this link. This | char is inside first argument, not the second.
Present : User can click post info in comment section. | char is inside second argument.

  1. Edit index.php
    • Edit in this section -> <p class=”info”>
  2. Edit comments.php
    • Edit in this section ->  edit_comment_link
    • Edit to many id="teexttt"

Download here.

on 19th July 2008
Main cause of change : more than one link in sidebar
Previous : If there are more than one links in one <li> tag in sidebar, they displayed in separate line, because of css : display:block;.
Present : They display inline. li:hover replaces a:hover. a:hover is default using underline now.

  1. fixed sidebar design in style.css
    • replace : div#page div#main div#rightside div.box ul li{list-style: none; margin:0; width: 195px;}
      with : div#page div#main div#rightside div.box ul li{list-style: none; margin:0; width: 194px; padding: 3px;}
    • replace : div#page div#main div#rightside div.box ul li a{background: #fff; display: block; width: 194px; color: #494949; padding: 3px}
      with : div#page div#main div#rightside div.box ul li a{width: 194px; color: #494949; padding: 3px}
    • remove : div#page div#main div#rightside div.box ul li a:hover{background-color: #F3F2F0; width: 194px; text-decoration: none}
      replacement : div#page div#main div#rightside div.box ul li:hover{list-style: none; margin:0; width: 194px; background-color:#F3F2F0; padding: 3px;}
    • replace : div#page div#main div#rightside ul#sidebar li ul li{list-style: none; margin:0; width: 195px;}
      with : div#page div#main div#rightside ul#sidebar li ul li{list-style: none; margin:0; width: 194px;padding: 3px;}
    • replace : div#page div#main div#rightside ul#sidebar li ul li a{background: #fff; display: block; width: 194px; color: #494949; padding: 3px}
      with : div#page div#main div#rightside ul#sidebar li ul li a{width: 194px; color: #494949;padding: 3px;}
    • remove : div#page div#main div#rightside ul#sidebar li ul li a:hover{background-color: #F3F2F0; width: 194px; text-decoration: none}
      replacement : div#page div#main div#rightside ul#sidebar li ul li:hover{list-style: none; margin:0; width: 194px; background-color:#F3F2F0;padding: 3px;}
  2. Place design inside folder named : livetr-theme-110-Remix19072008.
  3. Compress folder with zip.

Download here.

on 29th June 2008

  1. Remove sql query counter from footer.
  2. Remove background picture.
  3. Add background-color in css. background-color:#C8C8C8
  4. Modify sidebar.php :
    • Maintain box : about.
    • Recode sidebar.php to make it widget friendly : [base on : Widgetizing Themes]
      • Make sidebar.php tidier.
      • Move the other box in if control structure. Check for dynamic_sidebar() function.
      • Add function.php
    • h2 css add with : border-bottom: 1px #E9E7E2 solid;
    • p add with : text-align:justify;
    • Modifiy css div.box to ul#sidebar li
  5. Add link : valid xhtml 1.0 and calid css in footer.
  6. Modify index.php :
    • Add | in front of edit link.
    • Remove | in front of original edit link.
  7. Add meta tag : author and description
  8. Add logo.

Download here.

No Comments | Tags: English, Testing, ayun.web.id

Add a Comment