Subscribe

Search


Internet Jobs IE Fix

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;
}

February 15th, 2006
Tags :

12 Comments

  1. [...] Update Log 15 Feb, 06 Updated menu spaces in right column, added missing image to time and edit link [...]

  2. 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

  3. In your sidebar.php, instead of

    <div id="rightmenu">
    <?php list_cats(0, ”, ‘name’, ‘ASC’, ‘/’, true, 0, 0); ?>
    </div>

    use

    <div id="rightmenu">
    <?php list_cats(0, ”, ‘name’, ‘ASC’, ‘/’, true, 0, 1); ?>
    </div>

  4. 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

  5. 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?

  6. 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 :) .

  7. I have updated the theme file with the “Next/Previous page” option. Please download and replace your index.php file.

  8. 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.

  9. [...] Applying fix for category list spacing in internet-job theme. [...]

  10. 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?

  11. Open the sidebar.php and look for

    <?php get_links($link_cat->cat_id, ‘<li>’, ‘</li>’, ‘<br />’, FALSE, ‘id’, FALSE, TRUE, -1, TRUE); ?>

    and replace it with

    <?php get_links($link_cat->cat_id, ‘<li>’, ‘</li>’, ‘<br />’, FALSE, ‘id’, FALSE, FALSE, -1, TRUE); ?>

  12. Hey,
    thanks for that, works fine now :)

Leave a comment »

Upcoming Themes

About GFXedit Designs

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.

Read more