/    Sign up×
Community /Pin to ProfileBookmark

Title In All Caps

Hello – Let me say off the bat that I know this is probably a little bit of an upscale developer forum to post this at however I haven’t been able to find a solution or the style sheet that is making the below problem occur. Any help would be great. Note that this is from a WordPress Blog.

Hello – was wondering if anyone could help. My titles are appearing in all caps. For instance my “About Us” page looks fine from the ‘pages’ view on the left side of wordpress, however when I actually click on “view page” from the editor to view it normally it reads ABOUT US:….this goes for all posts and pages. Anyone know a fix?

I have gone through the style.css sheet from the parent theme as well as the child theme and have had no success in finding and transform: uppercase, or capitalize in any instance that relates to pages that I can find.

I am using Affilotheme from the Affilorama program.

I am hosting another website as well and that one is doing the same thing.

I have deleted and reloaded the entire theme using FTP and I am still seeing the same thing. Could this be through Host Gator? Any help would be great.

Lastly I have deleted the title and </H1> tagged the lines and they are fine that way – it is just the titles…not sure if I am looking in the wrong place in the style sheets.

I used the firebug add on in Firefox and the HTML code is in the correct formatting. How can I use the firebug tool to identify where the .css code is incorrect. I have tore through the parent and child themes using the FIND feature to identify any instance of transform, not sure if I don’t know where to look or if this tool can help me further. I have been looking for H1 tags until I realized it was just the titles only, so I have some work to do there.

Again, thanks for the help.

Here is what the HTML in firebug is bringing up for a site I have under construction that is doing the same thing – left out the beginning of the name so it is not just dietreview.com (wish it was though_.

html class=”firefox13″ lang=”en-US” dir=”ltr”>
<head>
<meta charset=”UTF-8″>
<title>Contact Us | dietreview.com | dietreview.com</title>
<link href=”http://dietreview.com/feed/” title=”dietreview.com » Feed” type=”application/rss+xml” rel=”alternate”>
<link href=”http://dietreview.com/comments/feed/” title=”dietreview.com » Comments Feed” type=”application/rss+xml” rel=”alternate”>
<link href=”http://dietreview.com/contact-us/feed/” title=”dietreview.com » Contact Us Comments Feed” type=”application/rss+xml” rel=”alternate”>
<link id=”nivo_slider-css” media=”screen” type=”text/css” href=”http://dietreview.com/wp-content/themes/affilotheme_2/affilotheme_2/includes/scripts/jquery-nivo/css/nivo-slider.css” rel=”stylesheet”>
<link id=”nivo_custom-css” media=”screen” type=”text/css” href=”http://dietreview.com/wp-content/themes/affilotheme_2/affilotheme_2/includes/scripts/jquery-nivo/css/custom-nivo-slider.css” rel=”stylesheet”>
<link id=”contact-form-7-css” media=”all” type=”text/css” href=”http://dietreview.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.2” rel=”stylesheet”>
<link id=”print-css” media=”print” type=”text/css” href=”http://dietreview.com/wp-content/themes/affilotheme_2/affilotheme_2/includes/styles/print.css” rel=”stylesheet”>
<link id=”shortcodes-css” media=”all” type=”text/css” href=”http://dietreview.com/wp-content/themes/affilotheme_2/affilotheme_2/includes/styles/shortcodes.css?ver=3.4” rel=”stylesheet”>
<link id=”layouts-css” media=”all” type=”text/css” href=”http://dietreview.com/wp-content/themes/affilotheme_2/affilotheme_2/includes/styles/layouts.css?ver=3.4” rel=”stylesheet”>
<link id=”style-css” media=”screen” type=”text/css” href=”http://dietreview.com/wp-content/themes/affilotheme_2/affilotheme_supermassive/style.css” rel=”stylesheet”>
<script type=”text/javascript” async=”” src=”http://www.google-analytics.com/ga.js“>
<script type=”text/javascript” async=”” src=”http://www.google-analytics.com/ga.js“>
<script src=”http://dietreview.com/wp-includes/js/jquery/jquery.js?ver=1.7.2” type=”text/javascript”>
<script src=”http://dietreview.com/wp-content/themes/affilotheme_2/affilotheme_2/includes/scripts/jquery-nivo/jquery.nivo.slider.js?ver=1.0” type=”text/javascript”>
<script src=”http://dietreview.com/wp-includes/js/comment-reply.js?ver=3.4” type=”text/javascript”>
<script src=”http://s.gravatar.com/js/gprofiles.js?u&ver=3.4” type=”text/javascript”>
<script src=”http://dietreview.com/wp-content/themes/affilotheme_2/affilotheme_2/includes/scripts/jquery-ui-1.8.16.custom.min.js” type=”text/javascript”>
<script src=”http://dietreview.com/wp-content/themes/affilotheme_2/affilotheme_2/includes/scripts/jquery.prettyPhoto.js?ver=3.4” type=”text/javascript”>
<script src=”http://dietreview.com/wp-content/themes/affilotheme_2/affilotheme_2/includes/scripts/jquery.colorbox.min.js” type=”text/javascript”>
<script src=”http://dietreview.com/wp-content/themes/affilotheme_2/affilotheme_2/includes/scripts/jquery.md5.js?ver=3.4” type=”text/javascript”>
<script src=”http://dietreview.com/wp-content/themes/affilotheme_2/affilotheme_2/includes/scripts/jquery.smooth-scroll.min.js?ver=1.4” type=”text/javascript”>
<script src=”http://dietreview.com/wp-content/themes/affilotheme_2/affilotheme_2/include

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@hmsgoddessJul 03.2012 — I do not know about all the other programs and code you have listed here, however if the issue is only that your text headings are capped and you do not want that, somewhere in your CSS code the div or h tag that goes on your title is telling the site to be read this way. This can be changed though. Below is the rule you wold use. text-transform has several options:

capitalize - This makes only the first letter of the words to be capotalized

uppercase - this makes all the letters uppercase

lowercase - this makes all the letters lowercase

none - means you want no transform, if there is a previous rule for the selector than this would remove it.

inherit - this makes what ever rule the parent has apply to this selector as well.

h1 {

text-transform: capitalize;

}
×

Success!

Help @brian1110 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...