Wordpress problem

Discussion in 'HTML & Website Design' started by Mooseman, Mar 20, 2007.

  1. #1
    Okey first I wanna say I don't know if this is a CSS problem so I post it here. :)

    Well, I'm new with Wordpress and I'm making my first wordpress theme.
    The problem is as you can see, on the list (right side) Blogroll there's dots at the left side of them that looks terribly ugly. How can I remove them?
    (also blogroll heading is outputed as h1 instead of h2 as I want)
    I don't know if it has anything to do with my CSS or some WP settings.. I've tried it all..

    And another thing, you see the "Categories" list. There are things under them that shows like how many posts is in there, how do I remove them?

    EDIT:
    Forgot link :p
    http://www.tutsrus.com/wordpress/


    / thanks in advance,
    Mooseman
     
    Mooseman, Mar 20, 2007 IP
  2. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #2
    you have to set the list-style:none for those <li>'s
     
    frankcow, Mar 20, 2007 IP
  3. Mooseman

    Mooseman Peon

    Messages:
    453
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yea I have..
     
    Mooseman, Mar 20, 2007 IP
  4. Mooseman

    Mooseman Peon

    Messages:
    453
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I need some help ppl.. someone gotta know?
     
    Mooseman, Mar 21, 2007 IP
  5. Cheap SEO Services

    Cheap SEO Services <------DoFollow Backlinks

    Messages:
    16,664
    Likes Received:
    1,318
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It could be a manual override in sidebar.php

    Col :)
     
    Cheap SEO Services, Mar 21, 2007 IP
  6. Mooseman

    Mooseman Peon

    Messages:
    453
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #6
    And that means? :p
     
    Mooseman, Mar 21, 2007 IP
  7. Cheap SEO Services

    Cheap SEO Services <------DoFollow Backlinks

    Messages:
    16,664
    Likes Received:
    1,318
    Best Answers:
    0
    Trophy Points:
    0
    #7
    frankcow said:
    you have to set the list-style:none for those <li>'s

    Means you can override this in the sidebar even if you have it as none in css.

    Col :)
     
    Cheap SEO Services, Mar 21, 2007 IP
  8. Mooseman

    Mooseman Peon

    Messages:
    453
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Hmm.. yea but well.. I've tried pretty much every thing.. still doesnn't work for somr reason.. :(
     
    Mooseman, Mar 21, 2007 IP
  9. demomarks

    demomarks Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    You haven't defined the class "rightlist" to the blogroll ul. That's why it's the only ul that is still showing the list-style-type.
     
    demomarks, Mar 21, 2007 IP
  10. Mooseman

    Mooseman Peon

    Messages:
    453
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I know, but it doesn't make any difference. I've defined the class "rightlist" to the blogroll now. But if you look at the source code, it outputs as this:

    
    <ul class="rightlist">
    	<li id="linkcat-1"><h2>Blogroll</h2>
    	<ul>
    <li><a href="http://www.alexking.org/">Alex</a></li>
    <li><a href="http://blogs.linux.ie/xeer/">Donncha</a></li>
    <li><a href="http://dougal.gunters.org/">Dougal</a></li>
    <li><a href="http://photomatt.net/">Matt</a></li>
    
    <li><a href="http://zengun.org/weblog/">Michel</a></li>
    <li><a href="http://zed1.com/journalized/">Mike</a></li>
    <li><a href="http://boren.nu/">Ryan</a></li>
    
    	</ul>
    </li>
    </ul>
    
    Code (markup):
    You see.. it just makes an ul outside the ul..
    There gotta be a way to define that in the "<?php get_links_list(); ?>" ?
    And is there a way to change so it outputs the header as h1 instead of h2?
     
    Mooseman, Mar 21, 2007 IP
  11. demomarks

    demomarks Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Unless there's a reason for you making the list-style-type:none specific to that class, you could always apply that css style to #rightcolumn and it would trickle its way down to all of the other lists. I'm not too good with PHP so I get lost when trying to figure out how the html is generated from the commands.
     
    demomarks, Mar 21, 2007 IP
  12. Mooseman

    Mooseman Peon

    Messages:
    453
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Thanks man, I got the problem solved by doing what you said.

    Just got a few other problems left til it's done though :p
     
    Mooseman, Mar 21, 2007 IP