Notice: Undefined property: hits_ie6_pngfix::$version in …/wp-content/plugins/hits-ie6-pngfix/hits-pngfix.php on line 253
Notice: Undefined index: hits_ie6_pngfix_THM_image_path in …/wp-content/plugins/hits-ie6-pngfix/hits-pngfix.php on line 268
Notice: Undefined index: hits_ie6_pngfix_image_path in …/wp-content/plugins/hits-ie6-pngfix/hits-pngfix.php on line 273
https://www.ads-software.com/plugins/hits-ie6-pngfix/
]]>I’m using a Genesis theme coupled with the JQuery menu. Naturally, some aspects of my site don’t look quite right on older Internet Explorer versions, so I’ve inserted code which generates conditional classes in the header for use in the main theme’s CSS file.
/** Conditional html element classes */
remove_action( 'genesis_doctype', 'genesis_do_doctype' );
add_action( 'genesis_doctype', 'child_do_doctype' );
function child_do_doctype() {
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--[if lt IE 7 ]> <html class="ie6" xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes( 'xhtml' ); ?>> <![endif]-->
<!--[if IE 7 ]> <html class="ie7" xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes( 'xhtml' ); ?>> <![endif]-->
<!--[if IE 8 ]> <html class="ie8" xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes( 'xhtml' ); ?>> <![endif]-->
<!--[if IE 9 ]> <html class="ie9" xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes( 'xhtml' ); ?>> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html class="" xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes( 'xhtml' ); ?>> <!--<![endif]-->
<head profile="https://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php bloginfo( 'charset' ); ?>" />
<?php
}
So far so good. In addition, I’m using a gradient for the background of my custom menu theme.
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D3E4BE), color-stop(1, #AECE87) );
background: -moz-linear-gradient( center top, #D3E4BE 5%, #AECE87 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D3E4BE', endColorstr='#AECE87');
Now in some IE versions the ‘filter’ part shows up fine, though sadly it doesn’t show the gradient for the a:hover, but I was willing to overlook this.
However, I noticed it didn’t show ANY of the background colour on a different colleague’s computer (using what I believe is the same version of IE but on a different OS), so I tried to add the .ie8 conditional class to the custom menu css (ie8 being the version that I use) so I can replace the gradient with a plain colour.
With the general theme css it has no problem picking up these classes. However with the jquery menu plugin css – these are bypassed.
Is there any way of getting the plugin to pick up these conditional classes?
Cheers for the help.
https://www.ads-software.com/plugins/jquery-vertical-accordion-menu/
]]>I am certain this question has been answered somewhere, yet I cannot seem to locate the answer. I have a site that I am trying to get compatible on IE 7 & 6. The clients has business contacts using government computers that only use IE 7 & 6 therefore the site must look good there. I have tried to use a conditional statement in the <head> tag that loads in a separate CSS sheet since I do not care for using hacks, the code I am using is this:
<!–[if lte IE 7]>
<script link rel=”stylesheet” type=”text/css” href=”https://haynes-assoc.com/wp-content/themes/Haynes/styleIE.css”></script>
<![endif]–>
I have used this solution on several other sites, including 2012 theme sites and it worked for them, but not for this.
I have not really started with writing the code for this since I cannot get even the most basic of alterations to load in properly.
Also, I am using the Chrome EI tabs emulator to simulate the IE 7 browser behavior because like 99% of the people on the planet I do not have a machine running such antiquated software.
If anyone has a better method for emulating these ancient browsers, please share.
The site is at https://haynes-assoc.com/ and I am looking to avoid spending any more time getting this thing to read the styleIE.css file on IE 7 & 6.
Thanks in advance for any help you can offer.
]]>In updated Firefox, Chrome and IE 9 and 10 it works fine. Any idea what to do to make it run? I have about 10% of visitors from IE < 9
It’s this file: https://www.cwrkot.cz/wp-content/uploads/home.jpg – found at homepage at cwrkot.cz .
Funny is that IE even shows the image file size in Properties, but it won’t show the image.
Everything is up-to-date in the WordPress installation, but I think it’s more like server error It’s got Apache.
]]>_wpcf7_is_ajax_call=1
This causes a PHP notice on server:
PHP Notice: Undefined variable: items in /../wp-content/plugins/contact-form-7/includes/controller.php on line 91
Because $_POST['_wpcf7']
is not set, $items
won’t be set and so
$echo = json_encode( $items );
gets null
as result and this string is sent as (invalid) JSON back to client.
The spinner starts to spin (and continues forever), so beforeSubmit
seems to be called in IE7. Not sure why the other params are not added in IE7.
IE8 works fine.
Thanks for suggestions, I know IE7 is outdated, but client has IE7 and says it worked before.
https://www.ads-software.com/plugins/contact-form-7/
]]>Also in IE 8 or less, the dropdown menu on the home page goes behind the slider so you can’t see all the options, and if you move your mouse to hover the dropdown menu it disappears. This can be seen on the Leaf demo page too. I’ve tried putting the z-index up on a bunch of menu variables but haven’t been successful.
Can someone help me with both issues please!
]]>I already have a message pop up telling them to upgrade, but is there something that will automatically redirect according to browser type?
Thanks!
]]>I’m not as concerned with supporting IE 6 and 7, but I really don’t understand why IE8 looks so wrong. Can anyone take a look for me? Here’s a screenshot in case you can’t pull it up on your own in IE8: https://i.imgur.com/TZPgunI.png
I apologize for the lack of further information. I’m new at this and while I was able to fix a lot of my mistakes, I’m not sure at all how to go about fixing things under IE. I just don’t get what makes them go wrong. If there’s any more info I can supply, let me know.
I’m using the Twenty Twelve theme (made a child theme first before modifying it like this).
Thanks in advance. I would greatly appreciate any solutions (or general guidance so that I may figure out how to fix this on my own) that anyone can provide.
]]>In order to get these pages to display correctly, we went with an iframe on each of the 6 pages to satisfy the IE users. But now iOS devices (about 15% of our website visitors) can not view these 6 pages correctly because the iframe takes so long to load, no one will wait around that long on their mobile devices.
NEED: To put the Javascript code back into the pages, remove the iframe codes, then have the 6 pages, and these 6 pages only, not the entire site, detect IE browser users and redirect them to an iframe version of the exact same page(s).
Is this possible, and if so, how?
I know I will need to create 6 Javascript page versions and 6 iframe page versions to satisfy the IE redirect, which is fine. Like I said, if it is too complicated I can make the 6 pages 1, since 5/6 are specific categories that can all be reached anyways from 1/6. Do I insert redirect code on the Javascript pages, making those the main links where IE users are redirected?
Currently I have the iframe running on the pages, the main page can be seen at test.boerke.com/search-listings. And I dont want the entire site to redirect, just these pages with the iframe or Javasript code.
]]>