Forums

Need To Solve this 2 Problems..... (7 posts)

  1. techguyboy.net
    Member
    Posted 3 years ago #

    Hello

    Site: http://www.moviegalaxy.org

    Problem #1

    I really can't remember when this started to happen or what I did for the titles in ALL my POSTS to be shown in Capital Letters but when I am writing it (In The Admin panel) the title shows normal (Ex. Hulk and not HULK). To see it go to http://www.moviegalaxy.org or take a look at this picture:

    http://www.imagebam.com/image/ffab7814922972
    
    or
    
    http://img360.imageshack.us/img360/6895/20081004230655km0.png

    How can I fix this?

    Problem #2

    MY "wp_redirection_log" Table is 17.4 megs, is this a normal size? Do I need this table? I have another blog, with the same exact posts/options just different Theme/Domain and it doesn't even have this table, is it a necessary table for wordpress?

    Thanks

  2. TheSooFoo
    Member
    Posted 3 years ago #

    Problem #1
    You probably have that set in your css, possibly HTML.

    Problem #2
    no clue

  3. iridiax
    Member
    Posted 3 years ago #

    To get rid of the caps, replace this in style.css:

    .post h2{
    	font-family: Arial, Georgia, Sans-serif;
    	font-size: 16px;
            margin:0 5px;
            text-align:left;
            text-transform:uppercase;
    }

    With this:

    .post h2{
    	font-family: Arial, Georgia, Sans-serif;
    	font-size: 16px;
            margin:0 5px;
            text-align:left;
    }
  4. techguyboy.net
    Member
    Posted 3 years ago #

    @ TheSooFoo & iridiax

    I changed that code in the style.css file but it still not working. Any other option?

    Thanks for the help.

  5. TheSooFoo
    Member
    Posted 3 years ago #

    Clear cache?

  6. techguyboy.net
    Member
    Posted 3 years ago #

    Problem #1 is now solved, Thanks.

    What about Problem #2? What can I about that table?

    Thanks

  7. TheSooFoo
    Member
    Posted 3 years ago #

    I don't know about databases.

    I would create a new post here, with an issue specific title. Someone will pick it up.

Topic Closed

This topic has been closed to new replies.

About this Topic