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
  #1  
Old 05-20-2013, 09:51 AM
 
tgr tgr is offline
 

Advanced Member
  
Join Date: Apr 2012
Posts: 30
 

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

Hi, I am having a problem with the 5th item in the category not showing in Internet Explorer 7, 8, 9, and 10. The item shows up in the source code but is not visible in the browser. It does take up the space on the page like other listings but is blank. The page I am having trouble with is http://brassstacker.com/recoil-guide-rods/. This only seems to be happening on product pages that show the option to choose how many items you would like to display (5, 10, 20, etc.). The 5th product on this page shows up fine in Firefox, Chrome, and Safari.
Any suggestions will be most appreciated.
Thanks,
Charles
__________________
4.4.5-Gold
Reply With Quote
  #2  
Old 05-21-2013, 08:51 AM
 
tgr tgr is offline
 

Advanced Member
  
Join Date: Apr 2012
Posts: 30
 

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

Things tried:
  1. Modified the $perPageValues in the /include/search.php file to multiples of six to remove the number of "Products Per Page" option from showing on the page. Still no change in the 5th product not showing.
  2. Changed the order of the product to number 3 in the category and the Glock 29 product that is in question shows fine, so it is not the listing itself just the 5th item.
  3. Tried to address it using CSS with .products.products-list.last.item { visibility:visible; display-block}, no success.
  4. Added a 6th item to the category and it is not displayed as well. Only the first 4 items are displayed.
Any suggestions?

Thanks,
Charles
__________________
4.4.5-Gold
Reply With Quote
  #3  
Old 05-21-2013, 11: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

In my IE9 I don't get the issue. Try clearing IE cache, try clearing XC cache.
__________________
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
  #4  
Old 05-21-2013, 11:10 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

You have a few layout issues. Here is one:

visit your website here: http://brassstacker.com/M38-Swedish-Mauser.html

click on "View detailed images (2)" bellow product image. a big image will cover everything. check the image on the vertical around middle of it, how link names "Home Blog Testimonials Custom Work ..." in black color, appear over the image.
__________________
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
  #5  
Old 05-21-2013, 11:25 AM
 
tgr tgr is offline
 

Advanced Member
  
Join Date: Apr 2012
Posts: 30
 

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

Thank you for responding. I've cleared IE cache and XC cache, but still no Glock 29 listing, only Glock 17, 19, 20, and 26.

On the layout issue, it looks as if I have an improper z-index on the image viewer. Thanks I'll get that taken care of.
__________________
4.4.5-Gold
Reply With Quote
  #6  
Old 05-21-2013, 11:52 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

IE sucks. Your IE is it in compatibility view? In your case CSS it your problem.
__________________
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
  #7  
Old 05-21-2013, 12:46 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

IE is a headache for sure. No my IE is not in Compatibility mode. I am able to target the div, is there anything you know of in CSS other than visibility and display that would cause the item not to show?
__________________
4.4.5-Gold
Reply With Quote
  #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
  #9  
Old 05-22-2013, 03:53 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

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

Quote:
Originally Posted by ADDISON
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.

Addison, do you suggest putting the compatibility mode meta tag for all sites?
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #10  
Old 05-22-2013, 04:05 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

I abandoned IE long time ago, I don't care about it. My IE visitors are around 12% every month, and it is decreasing. Using Compatibility mode I could view that missing product, that's why from the very beginning I said "there is no issue".

But, before doing this I will read articles on Internet about this issue. Seeing it in this shopping cart, I do recommend putting a meta tag there for compatibility (you can check browser version, if IE insert the meta tag). Just think about to this issue: not all of your products are visible to the customer if the browser is IE. Bad for business.

PS - you can buy "Pop-Up Anywhere" module and stress your visitors giving up Internet Explorer. You can give them a discount too or free shipping
__________________
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
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 02:11 PM.

   

 
X-Cart forums © 2001-2020