View Single Post
  #8  
Old 05-22-2013, 12:01 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

Activate Compatibility Mode view and you will see your 5th thumbnail. This is creating you trouble. You have to edit your html header, from IE=8 to IE=7

<meta http-equiv="X-UA-Compatible" content="IE=7" />

Also, there is a huge information you can search with Google about this compatibility issue.
__________________
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