Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Zapa

    (@zapa)

    No prob… thanks to you for the code!

    It seems to be a problem with your blog as I can only display it as plain text with Firefox. With Internet Explote there’s no problem to watch it in all its glory. Maybe our problems are related with the browser??

    I returned to my stylesheet to chek out what yo’d said about moving the #links ul section but it’s already above #links li! I have moved it under instead and have no effect. The result is the same so i have moved it back again to its original position.

    Well… it is not the best margin size for the bullets and the interline space but it is significantly better than before. I know nothing about php or javascript so I have no idea what to touch to improve it. If you think on something i’ll be pleased to check it and help you (us ?? )

    C u!

    Thread Starter Zapa

    (@zapa)

    Hi all and thank you for your answers. (wow… one month since my first post, i’had almost forgotten it)

    All right! This is the most accurate solution till now. As you can see in my blog https://enezeta.com/zapateces The categories are indented and now the bullet of the parent is aligned with the title of the parent category. Thank you!!

    I have modified slightly the code of the solution and tweaked it to match the best appearance. The code i??’ve used is

    #links li {
    list-style-image: url(images/links_bullet.gif);
    padding: 2px 0 2px 0;
    margin: 5px;
    }

    Now my problem seems to be that there is no margin between the bullet and the left border of the side bar. I’ve tried to increase the margin value but when i do this the interline increases too porportionally.

    If i want to preserve the interline space i have to put margin value =0, so there is no space between the left border and the bullet. Any idea how i can fix it? the same line or something like that?

    Thank you again!

    Hi lquilter

    I’ve tried this solution but I don’t know if i did it well. I seek for sidebar.php inside my greenmarine theme folder and change the value

    <?php wp_list_cats(); ?>

    for this one

    < ?php list_cats(FALSE, ”, ‘name’,
    ‘asc’, ”, TRUE, FALSE,
    TRUE, FALSE, FALSE,
    TRUE, FALSE, ”, FALSE,
    ”, ”, ”,
    TRUE); ?>

    but the only thing it happened is to appear this php text instead of the original categories, so i had to change to the previous version to see them (again in a weird format)

    I guess there is more stuff to change. Any idea will be appreciated.

    My blog: https://enezeta.com/zapateces

    Using WP 1.5 with template-functions-category.php patched

    Hi all!

    I had the same original problem and it had been mid-fixed with the file provided by moshu (thank you!) ?? . Now the categories are nested but the way they had been nested is a little disordered. The bullet of the parent category appears at medium level of the sub-categories and the interline space between the parent and the sub is too high.

    I don’t know if this is a local problem of mine or a general problem. I’m using WordPress 1.5 and my blog’s URL is https://enezeta.com/zapateces

    And… euh… I’m sorry but I have no idea of php and very little of html so don’t be cruel with me. Hehehe…

    Thank you for your incredible job here!

Viewing 4 replies - 1 through 4 (of 4 total)