Header text not consistent from home page to other pages.

Reports about issues that you encounter in Suffusion
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Header text not consistent from home page to other pages.

Postby MrCompTech » 29 Apr 2012, 13:04

Using Suffusion 4.0.7

I wanted the header text to be in italics so in style.css I changed the definition of 'h1' to include 'font-style: italic;'.

But when changing to a page other than the home page the header doesn't appear in italics because on other pages instead of using 'h1' for the header 'h2' is used.

To me this seems like it may be a bug.

Not sure were I need to make a change so that the header is always rendered using 'h1' instead of 'h2'. I used 'view page source' to confirm this.
MrCompTech
 
Posts: 1
Joined: 05 Jul 2011, 08:35

Re: Header text not consistent from home page to other pages

Postby sayontan » 29 Apr 2012, 13:40

MrCompTech wrote:To me this seems like it may be a bug.

Why?

Think from an SEO perspective. On a page with a single post, the most important title is that of the post, not your site's title, so your post's title gets the H1 and your site's title gets an H2.

For the purpose of styling, go to Back-end -> Custom Includes -> Custom Styles, and set your style for ".blogtitle". That will take care of it, be it H1 or H2.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Header text not consistent from home page to other pages

Postby DataPepper » 11 Jun 2012, 21:39

I'm having the same problem. Only my landing page has the font I want. The other pages show Ariel font instead or Philosopher.
Below is the code I put in the Back End >> Custom Includes >> Custom Styles
What am I missing?

Code: Select all
h1.blogtitle {
margin:1px 1px 0;
padding:1px 2px .25em;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.2em;
font-family: 'Philosopher', sans-serif;
}


site: http://www.OzduSoleil.com

Thanks much!
DataPepper
 
Posts: 37
Joined: 18 Apr 2012, 10:24

Re: Header text not consistent from home page to other pages

Postby drake » 12 Jun 2012, 01:17

As Sayontan said, only on the landing page the site title gets H1, on the other pages is enclosed in H2 tags. Or you addresed only the H1. Change your definition like this and should be fine:
Code: Select all
h1.blogtitle, h2.blogtitle {
margin:1px 1px 0;
padding:1px 2px .25em;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.2em;
font-family: 'Philosopher', sans-serif;
}
drake
 
Posts: 3860
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania


Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 4 guests