Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   From 3.4.4 to 3.7.1 - Main Differences? (http://forum.bytesforall.com/showthread.php?t=15849)

adri Nov 4, 2011 04:31 AM

From 3.4.4 to 3.7.1 - Main Differences?
 
Hi

I have a site that is currently running 3.4.4 and it works OK. I'd like to know what differences/benefits there would be in upgrading to the latest Atahualpa as I do like to keep things up to date if possible.

Any help appreciated.

Nick

juggledad Nov 4, 2011 04:48 AM

You can go to Old Version fixes and change logs and look at the change logs

bug fixes, new features, ability to use wordpress menus are a few things

Make sure to do a database backup and you may want to do the upgrade manually so you can have both versions avaliable for testing.

adri Nov 4, 2011 06:39 AM

Bit the bullet and did a Manual install as per recommendations. Thx

Only problem I have now is that the blog post titles are smaller and I can't see where the CSS is to change it.

If it's an easy answer it'd be appreciated.

Cheers

Ncik

juggledad Nov 4, 2011 06:51 AM

what is the url?

adri Nov 4, 2011 03:33 PM

www.peak-hives.co.uk

lmilesw Nov 4, 2011 04:06 PM

The place where that is typically done is in the various headline boxes in the Style Posts & Pages section of the theme options.

juggledad Nov 5, 2011 05:15 AM

try adding the following to ATO->Add HTML/css Inserts->CSS Inserts
HTML Code:

h1, h2, h3, h4, h5, h6 {
  color: #000;
  display: block;
  /* fixed for Non-PCs without Photoshop CS2+ */
        font-smooth: always;
}

h1 { font-size: 34px; line-height: 1.2; margin: 0.3em 0 10px; }
h2 { font-size: 28px; line-height: 1.3; margin: 1em 0 .2em; }
h3 { font-size: 24px; line-height: 1.3; margin: 1em 0 .2em; }
h4 { font-size: 19px; margin: 1.33em 0 .2em; }
h5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }

h1 a, h2 a, h1 a:link, h2 a:link, h1 a:visited, h2 a:visited { color: #000; }
h1 a:active, h2 a:active, h1 a:focus, h2 a:focus, h1 a:hover, h2 a:hover { color: #669900; }

It was removed from the stele sheet some number of versions ago for a reason...but I can't remember why :o


All times are GMT -6. The time now is 03:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.