The menu bar spacing of Internet Jobs theme is fixed now :) .
Add this to your style.css,
#rightmenu ul {
margin-left: 0;
padding-left: 0;
width: 140px;
list-style-type: none;
float: left;
padding-right:7px;
}
#rightmenu li {
display: inline;
}
Remove this
.time a {
background: url(‘images/more.gif’) no-repeat 0 7px;
padding-left: 1.5em;
}
and add this
.time {
background: url(‘images/timeicon.gif’) no-repeat 4px 4px;
padding-left: 1.5em;
}
GFXedit Designs is the official website of Web Designer & Coder, Sreejith R Krishnan, with over five years commercial design experience as a freelance designer. Creating clear, simple, effective web designs with respects to latest web standards, personally and with help of a team of freelance designers.
The services range from web designs (PSD), XHTML/CSS coding, PHP, Content Management Systems, Static, Corporate & Blog themes with Wordpress etc.
February 15th, 2006
[...] Update Log 15 Feb, 06 Updated menu spaces in right column, added missing image to time and edit link [...]
March 16th, 2006
I am wondering if there is a fix for the subcategories for Internet Jobs. The sub categories show up in the list as main categories rather than indented under the main category they are in. If anyone know how to fix this in the style sheet I would greatly appreciate it. Otherwise, you end up with this really long menu if you have alot of subcategories…and this is such a great looking template its a shame to have this mess it up….Thanks
March 16th, 2006
In your sidebar.php, instead of
use
March 17th, 2006
Sreejith, I tried your sidebar.php change but didn’t get the results I was looking for. What is did was spread the categories apart and put a space between them vertically with a number below each category.
What I am wanting to achieve is if I have a main category called Business, and then a sub categories of marketing, communication, bloggging, podcasting… that those would sit underneath Business as indented sub categories of that main category. It would also be great if that indented subset could be hidden and revelealed by clicking the mouse on the main category like a tree menu works. Thanks
March 17th, 2006
Also, one other question. I don’t see a next page link at the bottom of the home page for getting to other articles posted before the articles on the home page. How do I add that to the tempalet to show that?
March 18th, 2006
Put this instead of the php code I gave you,
<?php list_cats(0, ”, ‘name’, ‘ASC’, ‘/’, true, 0); ?>.
This will cure the numbering prob and will show up as menu :) .
March 18th, 2006
I have updated the theme file with the “Next/Previous page” option. Please download and replace your index.php file.
May 28th, 2006
Thanks, the fix works fine for me as well on IE6. The real effective change for me is:
#rightmenu li {
display: inline;
}
There is another very minor issue as well — around the last few lines from index.php there is:
<div id="links">
<p></p>
</div>
</div> </div>
The last </div> is extraneous, and causes XHTML validation to fail.
January 9th, 2007
[...] Applying fix for category list spacing in internet-job theme. [...]
July 11th, 2007
Hi,
Great theme, When i add a link to the blogroll. it shows with a “0″ on the line below.
eg:
Links
Google
0
yahoo
0
anothersite
0
how to i remove the 0?
July 12th, 2007
Open the sidebar.php and look for
and replace it with
July 14th, 2007
Hey,
thanks for that, works fine now :)