• Hello

    Site: https://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 https://www.moviegalaxy.org or take a look at this picture:

    https://www.imagebam.com/image/ffab7814922972
    
    or
    
    https://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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Problem #1
    You probably have that set in your css, possibly HTML.

    Problem #2
    no clue

    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;
    }
    Thread Starter techguyboynet

    (@techguyboynet)

    @ TheSooFoo & iridiax

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

    Thanks for the help.

    Clear cache?

    Thread Starter techguyboynet

    (@techguyboynet)

    Problem #1 is now solved, Thanks.

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

    Thanks

    I don’t know about databases.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Need To Solve this 2 Problems…..’ is closed to new replies.