Horje
Ack! IE problems! - Wordpress Solution
***Just one more thing lift - still having trouble with the dropdown menus!*** Hello, I just created a website using Wordpress and am just about ready to launch. However, I'm having some display issues with IE7. I think they are probably pretty simple fixes, however I'm busy trying to get content together, too, and would rather have someone help me than hunt down old IE workarounds! The site is at http://gbiportal.net UPDATE: These issues have been fixed, thank you: DONE!-1. On load the top banner appears for about 3 seconds and then disappears DONE!- 3. “Follow Us!” Alt text showing in the social media icons on lower left corner. DONE!- 4. Sidebar is not displaying in the right spot - instead of next to the main content, it appears below it (still on the side, but not next to the main section on the page) DONE!- 6. Header text “bumps” into photo below it on Home page. This is in the feature content section, (Attaching a file to display this) Still working on solutions for these: 2. Drop down menus are appearing behind other elements. I know this is a z index issue, just not sure where to put it.... Thanks for the help so far! Laurie Hello as I see there're many bugs. I can help you. But I can give you a small solution. Find this codes on your site. (header.php)

</head>

    <a rel="nofollow" href="#content"><img src="http://gbiportal.net/wp-content/uploads/2011/03/skipnav_image.jpg" alt="Skip Navigation"</a>

	<body class="home-page">

don't use any code between in your tags. ;) Thanks for the quick response - I removed that piece, but I don't see that it changed anything. Besides, I need that in there somewhere for accessibility (508) purposes.
Z-index Add the z-index to class page-navigation in http://gbiportal.net/wp-content/themes/bp-daily-child/style.css

.page-navigation {z-index:10}
In your header.php, find the opening doctype line
<<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.d
It begins with two of these "<<" remove one - its appearing on your page. This is preventing the browser from reading your document type accurately and likely will solve many problems by fixing. About top banner - I don't have IE at all, so I don't know what exactly is happening :( Follow us, sidebar and header seem fine. Can you tell me if the problem is still there after fixing the doctype? About logo try adding
#logo{clear:both}
Thanks Vidyut, That fixed the sidebar issue. I can only get static screenshots in IE, so I'm not sure about the dropdowns, but thank you for letting me know where the z index value goes! I'm attaching a couple of screenshots about the header. It appears in Firefox, but not in IE. Also, the alt tags in the social media icons are displaying on top of the images. (screenshot attached for that as well)

Solution - 1

Hello as I see there're many bugs. I can help you.


Solution - 2

Z-index Add the z-index to class page-navigation in http://gbiportal.net/wp-content/themes/bp-daily-child/style.css


.page-navigation {z-index:10}
In your header.php, find the opening doctype line
<<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.d
It begins with two of these "<<" remove one - its appearing on your page. This is preventing the browser from reading your document type accurately and likely will solve many problems by fixing. About top banner - I don't have IE at all, so I don't know what exactly is happening :( Follow us, sidebar and header seem fine. Can you tell me if the problem is still there after fixing the doctype? About logo try adding
#logo{clear:both}





Wordpress

Related
Error: Upload folder is not writable. Export and file upload... - Wordpress Solution Error: Upload folder is not writable. Export and file upload... - Wordpress Solution
Problem with my chatbox - Wordpress Solution Problem with my chatbox - Wordpress Solution
Fix broken membership plugin installation - Wordpress Solution Fix broken membership plugin installation - Wordpress Solution
GetShopped (wp-ecommerce): if() test is shopping cart empty? - Wordpress Solution GetShopped (wp-ecommerce): if() test is shopping cart empty? - Wordpress Solution
Custom Sidebar - Slightly Buggy - Wordpress Solution Custom Sidebar - Slightly Buggy - Wordpress Solution

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7