X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   IE style not rendering on Home/catalog pages (https://forum.x-cart.com/showthread.php?t=70722)

shaz 12-15-2014 03:47 PM

Re: IE style not rendering on Home/catalog pages
 
Hi Tony,

Sorry, between this and another issue with a 4.x store I'm finding the timeline to get help really long. Being that time of year everyone is on my back to get their work done quickly..

I did follow on with the checks and each of the below recreated the issue when added in individually.... definitely clean install time I think!

Code:

<link  href="skins/default/en/modules/XC/Reviews/vote_bar/vote_bar.css?1418258086" rel="stylesheet" type="text/css" media="all" />
<link  href="skins/default/en/items_list/items_list.css?1418258086" rel="stylesheet" type="text/css" media="all" />
<link  href="skins/default/en/pager/pager.css?1418258086" rel="stylesheet" type="text/css" media="all" />
<link  href="skins/default/en/items_list/product/products_list.css?1418258086" rel="stylesheet" type="text/css" media="all" />
<link  href="skins/default/en/modules/XC/ProductComparison/compare/products/style.css?1418258086" rel="stylesheet" type="text/css" media="all" />
<link  href="skins/default/en/items_list/product/quick_look.css?1418258086" rel="stylesheet" type="text/css" media="all" />
<link  href="skins/default/en/labels/style.css?1418258086" rel="stylesheet" type="text/css" media="all" />
<link  href="skins/default/en/modules/CDev/ProductAdvisor/style.css?1418258086" rel="stylesheet" type="text/css" media="all" />
<link  href="skins/default/en/modules/CDev/Sale/style.css?1418258086" rel="stylesheet" type="text/css" media="all" />
<link  href="skins/default/en/product/details/parts/gallery.css?1418258086" rel="stylesheet" type="text/css" media="all" />
<link  href="skins/default/en/product/quantity_box/quantity_box.css?1418258086" rel="stylesheet" type="text/css" media="all" />
<link  href="skins/default/en/pr


Thanks again,
Shaz

cflsystems 12-15-2014 04:43 PM

Re: IE style not rendering on Home/catalog pages
 
The problem is not in css most likely. Looking at my demo install of XC5 there are bunch of calls before the IE one which may just be the issue

Quote:

<head profile="http://www.w3.org/1999/xhtml/vocab">
<base href="http://192.168.0.4/xcart-devs/xc5/">
<link href="http://192.168.0.4/xcart-devs/xc5/" rel="canonical">
<title>Catalog</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="Generator" content="X-Cart 5 (http://www.x-cart.com)">
<meta name="description" content="This demo online store is powered by X-Cart 5 shopping cart software. With X-Cart 5 you can setup a web store having all of the features this demo has. This service is for demo purposes only. No real products. No real prices. No real charges. This is a demonstration. Please do not submit real credit card information."><meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">


This is stock X code. It does work ok in IE 11 though

Another reason - https://github.com/scottjehl/Respond/issues/159

shaz 12-15-2014 05:05 PM

Re: IE style not rendering on Home/catalog pages
 
Thanks for your response... I have already attempted to tackled it from that angle before creating this ticket. Even moving
<meta http-equiv="X-UA-Compatible" content="IE=Edge"> to right after the opening head tage still causes the error.

cflsystems 12-15-2014 05:41 PM

Re: IE style not rendering on Home/catalog pages
 
Did you try removing this line altogether? So the IE=Edge is not in there at all?

shaz 12-17-2014 04:32 PM

Re: IE style not rendering on Home/catalog pages
 
Yes, no joy unfortunately. Just waiting for the client to finish their work in the admin before I clean install.

Any tip or notes I should be aware of?

I assume the usual process will work?? clean install, followed by a DB restore, plugin re-upload and re-upload of my custom skin?

tony_sologubov 12-18-2014 03:39 AM

Re: IE style not rendering on Home/catalog pages
 
Yes, this usual process should work perfectly.


All times are GMT -8. The time now is 04:52 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.