finx 0 Report post Posted July 25, 2012 I'm having an issue displaying my Feature area on IE7and IE8. IE9 looks fine. The white or black shading isnt there making the words extremely hard to read. It doesnt look so bad on this slide but the other slides are extremely hard to read. How can I fix this in IE7 and IE8? IE6 looks HORRID but I dont care too much about that. If you're still using IE6 You don't deserve to look at my website. Share this post Link to post Share on other sites
catrina 103 Report post Posted July 25, 2012 Are you using PageLines Framework? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
finx 0 Report post Posted July 26, 2012 yes, I'm using framework 2.2.4. Share this post Link to post Share on other sites
Rob 547 Report post Posted July 26, 2012 The slider uses jQuery. I do not know if IE7 uses that or supports it. IE8 probably does, but can't be so sure. We don't support IE7 and 8 because they're deprecated by the developer. We use CSS3 and HTML5, both of which post date the earlier IE products. Apologies for the inconvenience. I'd suggest searching http://www.wordpress.org/extend/plugins for a slider that's IE7 compatible. Just make sure it's also compatible with WP 3.4.1 to make sure it's up to date. You can always apply a different slider. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
finx 0 Report post Posted July 27, 2012 yikes. Alrighty, i'll just adjust each image in photoshop to give it that look in ie7 and 8. Thanks! Share this post Link to post Share on other sites
stonecoldtea 0 Report post Posted August 29, 2012 You can do this by creating a transparent image in photoshop. Then add a top layer of black or white and apply an opacity to the layer (eg 35%). The image need only be 1x1 pixels in size. Save the image as a PNG file. Upload the image to wp-content/pagelines/images/trans35.png Then add the following style to your child theme: .fcontent { background-image:url(../pagelines/images/trans35.png) } Works for IE7 and IE8 - won't work in IE6 Share this post Link to post Share on other sites