GFXedit.com

February
15

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

Posted under ~ Theme Fixes |

12 Comments

  1. GFXedit.com » Internet Jobs [Wordpress Theme] says:

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

  2. Keith says:

    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. Sreejith says:

    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. Keith says:

    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. Keith says:

    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. Sreejith says:

    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. Sreejith says:

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

  8. Abel Cheung says:

    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. 狗爺語錄 » Some few fixes on my site says:

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

  10. Drubee says:

    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. Sreejith says:

    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. drubee says:

    Hey,
    thanks for that, works fine now :)

RSS feed for comments on this post. | Trackback

Leave a comment »

XHTML ( 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> .

« Whats-your-solution? [Wordpress Theme] |
| Soft White [Wordpress Theme] »