Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

5th item in the category not showing in Internet Explorer

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #11  
Old 05-22-2013, 11:39 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: 5th item in the category not showing in Internet Explorer

Here is a good resource about IE Compatibility:

http://webdesign.about.com/od/internetexplorer/qt/force-compatibility-view-in-ie.htm

Also you can force your customers to install a plugin for IE to solve the issues Microsoft's Team did not.

Google Chrome Frame: http://www.google.com/chromeframe. Of course Microsoft advices not install for security reasons.

But no word from Microsoft about the speed with Google Chrome Frame installed: http://www.computerworld.com/s/article/9138459/IE8_runs_10_times_faster_with_Google_plug_in

Sooner or later X-Cart should be completely HTML5 + CSS3. doctype will be only html (<!DOCTYPE HTML>)
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote

The following 2 users thank ADDISON for this useful post:
carpeperdiem (05-22-2013), tgr (05-22-2013)
  #12  
Old 05-22-2013, 04:43 PM
 
tgr tgr is offline
 

Advanced Member
  
Join Date: Apr 2012
Posts: 30
 

Default Re: 5th item in the category not showing in Internet Explorer

Thanks Addison for the advice, I appreciate your time. I did some reading and tried using <meta http-equiv="X-UA-Compatible" content="IE=7"> and it did force IE to display the Document Mode in IE7 on one of my computers but when I tested the results (after clearing cache) on two other computers using IE9 I received an error "HTML: X-UA-Compatible Meta tag ('IE=7') ignored because document mode is already finalized" and the document mode was set to IE9 standards. Did a little more reading and can't seem to figure out why it is not working for all 3 computers.

If at all possible, instead of trying to force the document mode back to IE7 is there something I could do to update the Xcart code to make it compatible with the newer versions (IE8, 9, and 10)?
__________________
4.4.5-Gold
Reply With Quote
  #13  
Old 05-23-2013, 12:11 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: 5th item in the category not showing in Internet Explorer

Compatibility in IE is a nightmare. I could try the following testing solution:

1) Find what IE version has the visitor (pass it as a smarty variable, normally it should be a $GLOBAL variable - not sure)

2) Change the meta tag based on the smarty variable according to visitor's IE version (IE7, IE8, IE9).
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote

The following user thanks ADDISON for this useful post:
tgr (05-28-2013)
  #14  
Old 05-28-2013, 12:25 PM
 
tgr tgr is offline
 

Advanced Member
  
Join Date: Apr 2012
Posts: 30
 

Default Re: 5th item in the category not showing in Internet Explorer

I've come up with a solution. It seems that Xcart adds some inline styles to the products-list, one of which is a z-index. It starts with 3 and counts down, so the 5th item in the product list has a z-index: -1 and does not display. I looked for the snippet of code that assigns the z-index in the products-list.tpl and the products.tpl, but was unable to locate. I ended up having to put a larger negative z-index on the body and the page container to make the complete product list visible.
__________________
4.4.5-Gold
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:10 AM.

   

 
X-Cart forums © 2001-2020