Forums

Panorama theme hides PAGE content in ie (3 posts)

  1. philgreg
    Member
    Posted 2 years ago #

    Hi. I'm using panorama from themeocracy. but it wont display PAGE content in ie 7 or 8. works fine in firefox. shows POSTs fine.

    Anyone hadd any similar problems? Any known fix for this?

    Our website is http://citylearningcentre.org.uk/ and w are using the latest version of wordpress.version 2.8.5

  2. songdogtech
    Member
    Posted 2 years ago #

    You have lots of validation errors in your theme code, starting with the fact that these three lines:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>

    need to replace these three lines at the top of header.php in your theme:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
    <head profile="http://gmpg.org/xfn/11">

    Fix that and then look at your
    Markup Validation at W3C Markup Validator
    and see where the rest of the errors are. Once you have reasonably valid code, IE should display correctly....

  3. philgreg
    Member
    Posted 2 years ago #

    thanks so much sdt :D

Topic Closed

This topic has been closed to new replies.

About this Topic