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

NEW xcart template - xtreme Gear

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #81  
Old 08-24-2013, 06:01 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: NEW xcart template - xtreme Gear

Unfortunately this is default XC code so they just copied it. XC out of the box has this along with the XC favicon. Even 4.6.0 has it

I have to refer to my long list of small fixes like this when working on a site so I can just go and fix it

By the way

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>

will make sure the site uses whatever IE browser version customer is using, no need to specify versions
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following user thanks cflsystems for this useful post:
carpeperdiem (08-24-2013)
  #82  
Old 08-24-2013, 06:07 PM
 
carpeperdiem carpeperdiem is offline
 

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

Default Re: NEW xcart template - xtreme Gear

Quote:
Originally Posted by cflsystems
By the way

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>

will make sure the site uses whatever IE browser version customer is using, no need to specify versions

LOL!
Thanks, Steve... I'm actually reading about an entirely different way to solve this:

What do you think about this?
http://www.validatethis.co.uk/news/fix-bad-value-x-ua-compatible-once-and-for-all/

PHP Code:
add it to your .htaccess file like so

<FilesMatch "\.(htm|html|php)$">
    <
IfModule mod_headers.c>
        
BrowserMatch MSIE ie
        Header set X
-UA-Compatible "IE=Edge,chrome=1" env=ie
    
</IfModule>
</
FilesMatch

I wonder if I have mod_headers enabled?
Sure do...

Gonna try it now.


PS -- are most people putting the chrome plugin into IE10?? really?
off-topic for this thread, but IE10 is impressive in many ways... and Win8 is pretty nifty, but I HATE the tiles... off-topic...
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #83  
Old 08-24-2013, 06:11 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: NEW xcart template - xtreme Gear

I wouldn't go to the htacess to do this. The server has enough to do so not needed you pile even more work on it... Our host gurus can be more specific if this is in any way unnecessary overload on the server but I would stick with the meta tag
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following user thanks cflsystems for this useful post:
carpeperdiem (08-24-2013)
  #84  
Old 08-24-2013, 06:27 PM
 
carpeperdiem carpeperdiem is offline
 

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

Default Re: NEW xcart template - xtreme Gear

Quote:
Originally Posted by carpeperdiem
are most people putting the chrome plugin into IE10?? really?

Not anymore...
Quote:
We're winding down Chrome Frame, and plan to cease support and updates in January 2014.
Please read our announcement for more information.
http://blog.chromium.org/2013/06/retiring-chrome-frame.html
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #85  
Old 08-28-2013, 07:46 AM
 
DavyMac DavyMac is offline
 

eXpert
  
Join Date: Apr 2007
Location: Poole, UK
Posts: 333
 

Default Re: NEW xcart template - xtreme Gear

I raised 2 tickets with TXS on 10th August and they've not yet been looked at by them! Is anyone else having problems with TXS support resolving issues, they are usually very quick to respond?
__________________
X-Cart GOLD Plus v4.5.4
CDSEO Pro
ewdhosting Dedicated Server
Dedicated SSL
Stone Edge OM
Reply With Quote
  #86  
Old 08-28-2013, 09:07 AM
 
heather@MX1 heather@MX1 is offline
 

Senior Member
  
Join Date: Oct 2009
Posts: 123
 

Default Re: NEW xcart template - xtreme Gear

Quote:
Originally Posted by DavyMac
I raised 2 tickets with TXS on 10th August and they've not yet been looked at by them! Is anyone else having problems with TXS support resolving issues, they are usually very quick to respond?

I've had the same experience lately. I've purchased 2 of their templates, the search mod and the menu mod and have had good support in the past, however a ticket I raised a few months ago was never responded to and I closed it after posting about 5 times requesting a response. I just opened another ticket recently and when they asked for ftp info it was given and then nothing was done. I have to say this thread has been invaluable to me in fixing certain issues, especially the non-secure image problem, so thanks to all who posted their comments and suggestions here.
__________________
4.4.5 Gold
Reply With Quote
  #87  
Old 08-28-2013, 09:23 AM
 
carpeperdiem carpeperdiem is offline
 

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

Default Re: NEW xcart template - xtreme Gear

They are in beta on a new template -- so i can only imagine they are focusing on the new product -- but...

We are all in business... we depend on new products to pay the bills.
But without our customers, we can make new products all day long, but if the customers feel we are not there for them, they won't buy the new product.

So my advice to TXS: balance... your desire to ship must be balanced by your need to support your customers. Else we get restless.

Thanks for listening.
J
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote

The following 2 users thank carpeperdiem for this useful post:
DavyMac (08-28-2013), totaltec (08-28-2013)
  #88  
Old 09-02-2013, 05:29 AM
 
carpeperdiem carpeperdiem is offline
 

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

Default Re: NEW xcart template - xtreme Gear

Quote:
Originally Posted by DavyMac
I've just noticed that the register page is missing some useful javascript that is available on the default XC. Specifically, the XC default register page has a javascript that provides an information block that explains why the email address is required

TXS support solved this for us!
Thanks, Max!

in file, /skin/xtreme_gear/css/altskin.css

add the following block of CSS code:

Code:
/*** 'Note' box for email popup at registration ***/ div.note-box { position: absolute; border: 1px solid #000; background-color: #f6f5eb; margin: 0 0 0 30px; padding: 3px; width: 150px; line-height: 15px; white-space: normal; overflow: hidden; }

(I changed the width to 200px and the background color to match my site design) -- it appears that the div css was simply missing from xTreme. Problem solved!
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote

The following user thanks carpeperdiem for this useful post:
DavyMac (09-02-2013)
  #89  
Old 09-02-2013, 05:37 AM
 
DavyMac DavyMac is offline
 

eXpert
  
Join Date: Apr 2007
Location: Poole, UK
Posts: 333
 

Default Re: NEW xcart template - xtreme Gear

Max is a good guy

Added the code and it works as intended - thanks for sharing J
__________________
X-Cart GOLD Plus v4.5.4
CDSEO Pro
ewdhosting Dedicated Server
Dedicated SSL
Stone Edge OM
Reply With Quote
  #90  
Old 09-07-2013, 12:50 AM
 
Will Hayes Will Hayes is offline
 

eXpert
  
Join Date: Apr 2007
Location: Waterford, Ireland
Posts: 206
 

Default Re: NEW xcart template - xtreme Gear

Hi folks,

Yes, apologies for any recent delays in responding to support queries.

As many of you know, we just released our Fashion Walk responsive template - this was a massive development effort and required "all hands on deck" - the results speak for themselves
We have 2 more responsive templates already in development, plus a brand new release of xBanners2. We also moved office recently - between moving equipment and networking issue, etc - there was some disruption to our normal working week.

The good news is - we are back on track and settled into our new building.
So expect more good news coming from the xCart Store pretty soon.

regards
W.
__________________
The xCart Store.com - Professional x-cart modules and x-cart templates
xMenus, Predictive Search, xBanners2, Busy Kitchen, xtreme Gear, Modern Living, xMobile - Smartphone template & Responsive x-cart template

x-cart 3.x.x
x-cart 4.x.x
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



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 11:20 AM.

   

 
X-Cart forums © 2001-2020