Pages: [1]
Print
Author Topic: main body text not showing  (Read 773 times)
andyblogger
Newbie
*
Posts: 2


View Profile
« on: June 11, 2009, 08:03:46 AM »

Hi

I'm testing the blog on my localhost, but the main bosy text (menu blog etc) appears momentarily and then disappears.

I've tried in IE8, Chrome and Firefox and get the same problem, but with IE8 in "compatability mode" the page shows fine. Any ideas?
Logged
Matt
BP Blog Developer/Musician
Administrator
Newbie
*****
Posts: 36



View Profile WWW Email
« Reply #1 on: June 11, 2009, 09:17:57 AM »

Hi

I'm testing the blog on my localhost, but the main bosy text (menu blog etc) appears momentarily and then disappears.

I've tried in IE8, Chrome and Firefox and get the same problem, but with IE8 in "compatability mode" the page shows fine. Any ideas?

What theme are you using?  Try changing the theme to Minima or Minima 2 via the admin.  I think this is only an issue with the Andrea theme.
Logged

andyblogger
Newbie
*
Posts: 2


View Profile
« Reply #2 on: June 11, 2009, 11:41:50 PM »

Hi

Nothing quite like a quick and simple solution... it works :-)
Quote
Try changing the theme to Minima or Minima 2 via the admin.  I think this is only an issue with the Andrea theme.

The question I'm really curious to know now is: What is the bug with the Andrea theme?

I'll probably design my own theme/css and it would be really great to have the answer to this so that I can avoid any problems. Thanks.
Logged
timmathews.com
Newbie
*
Posts: 5


View Profile Email
« Reply #3 on: January 19, 2010, 04:28:21 PM »

I am having the same issues with the Andrea theme.
That theme is beautiful and it is the one I want to use, so...
How can we fix it?
Logged
timmathews.com
Newbie
*
Posts: 5


View Profile Email
« Reply #4 on: January 20, 2010, 10:55:32 AM »

Ok, I fixed it.
I installed http://www.dotnetblogengine.net/.
No problems, 100% CSS and XHTML compliant.
Check it out, http://www.timmathews.com
Smiley
Logged
Phillipe Calmet Williams
Jr. Member
**
Posts: 50



View Profile WWW
« Reply #5 on: June 10, 2010, 02:56:38 PM »

I cannot believe i did not try it before. To "fix" the "andrea" theme, all you have to do is add this in the "style.css" file of the theme:

It comes with: (line #487)
Code:
#footer {
background:#002a53;
position:relative;
font-size:11px;
color:#4e8abe;
margin:0 auto;
padding:10px;
width:680px;
text-align:left;
}

You have to add a "z-index":
Code:
#footer {
background:#002a53;
position:relative;
font-size:11px;
color:#4e8abe;
margin:0 auto;
padding:10px;
width:680px;
text-align:left;
z-index:-1;
}

And it will show correctly.
Logged

Pages: [1]
Print
Jump to: