Jump to content
Sign in to follow this  
bumbly08

One major problem and one minor problems

Recommended Posts

bumbly08

Hi guys While I'm satisfied with my iBlogPro4 theme I still get some problems. One major and one minor. Let me explain quickly and let's start with major problem. 1. Problems with IE style (major) If you open Internet Explorer browser and head to my website which is www.affiliatemarketingforall.com you will see messy look. This is only happnening in IE and especially with IE 7 and IE 8. Can anyone help me to fix this problem? 2. Problems with links (minor) If you go again to that same website of mine and scroll down till you get into blogroll section you will see a link which is called "work from home canada" and if you watch it in Firefox it displays that same link twice, but with other browsers it shows broken image logo. What could be the problem? I have added that link in Wordpress through links section. Help is really appreciated :)

Share this post


Link to post
Share on other sites
Kate

Hi Amir - I looked in IE7, and it seems fine other than the nav. I'm guessing you did some custom CSS there, is that correct? That's what you'll want to check to make it compatible. For the second "issue": Here's what's happening: the text is "showing" twice because the first time it's actually the alt text for the image. (Not sure how/why you put an image in there, btw.) Anyhow, the "src" for the image is set to a feed URL, and thus not showing an image. Instead, showing the alt text. Make sense?

Share this post


Link to post
Share on other sites
bumbly08

Hi Kate I have not done major CSS changes except I changed top navigation bar width but it might be that I have not corrected in CSS for IE8 purpose. Because I can see messy look in my IE8. For the second issue, I have not put any images for those links. Since it is done using WordPress links section it is not possible to add some pics. I will try to fix that. How I could fix that if it is using image that I can not control? :D

Share this post


Link to post
Share on other sites
bumbly08

Sorry Kate, for the second issue you were right and I fixed it :). Thank you for that. Now its time to fix the major one :D

Share this post


Link to post
Share on other sites
Kate

Hi Amir, No problem... Since you used custom code (CSS) for the nav, I would recommend reviewing that and trying to fix it. Let us know how it goes.

Share this post


Link to post
Share on other sites
bumbly08

Arghhh :D. I'm still struggling with this problem. Yes Kate, the only problem is that Navigation bar. Where I can find css IE files? I only have found IE7.css and IE6.css but they doesn't contain much data.

Share this post


Link to post
Share on other sites
bumbly08

Okay I found this interesting part which I think is the causing the problem, but how I can fix it, I don't really know. What I found was this: --Firefox source code of my main page-- <!--[if lt IE 8]> <script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script> <![endif]--> <!--[if IE 6]> <script src="http://www.affiliatemarketingforall.com/wp-content/themes/iblogpro/core/js/belatedpng.js"></script> <script> DD_belatedPNG.fix('.pngbg, a.home, #nav,.searchform .left, .searchform .right, .searchform .s, .fcol_pad img, .fbox img, #respond h3, #cred.pagelines a, .post .date, .headerimage, #sidebar div ul li a'); </script> <style> #header #blogtitle .sheen {display: none;height: 1px;} #featurenav a span.nav_thumb span.nav_overlay {background: transparent;display:none} #nav ul li {background: transparent} .fbox {overflow:hidden} </style> <![endif]--> However IE source code was this, --IE source code of my main page-- <!--[if lt IE 8]> <![endif]--><!--[if IE 6]> In IE it doesn't read those lines? Why I don't really know and its quiet weird. I use IE 8.0.7600. That doesn't seem to be normal that in IE it doesn't read and display the code like in Firefox. Also following line is not included in IE source code: <link rel="stylesheet" href="http://www.affiliatemarketingforall.com/wp-content/themes/iblogpro/style.css" type="text/css" media="screen" /> Any help would be appreciated.

Share this post


Link to post
Share on other sites
cmunns

You did have other erros beginning with some stuff in the head...do you have any plugins installed that might be adding css or js to the head..?

Share this post


Link to post
Share on other sites
bumbly08

Hi Cmunns I have lots of plugins installed. Should I deactivate one at a time and then check if some of those plugins might have effected on that css?

Share this post


Link to post
Share on other sites
bumbly08

Yippii, I found the problem. Cmunns I deactivated the Aksimet plugin and now everything is running nicely :D. Thank you very much :D. So this much can some plugin effect. Unbelievable.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×