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

X-Cart Ability Template v4.4.x

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #161  
Old 03-05-2012, 08:15 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Ability Template v4.4.x

Quote:
Anyone have issues in Chrome with secure/unsecure mixed content warnings?

This is a useful FF addon...
http://code.google.com/p/httpfox/

Quote:
Sent you an email 1st March no reply, Its about adding the Easy View Variants to your mod, can you please reply

Yages, I don't see why the mod shouldn't work, there's not many steps. If you want us to perform the install you'll need to purchase an hours support.
__________________
xcartmods.co.uk
Reply With Quote
  #162  
Old 03-05-2012, 08:20 AM
 
jkwalz jkwalz is offline
 

Advanced Member
  
Join Date: May 2005
Location: Mesa, AZ
Posts: 52
 

Default Re: X-Cart Ability Template v4.4.x

Thanks- that fixed it.

Quote:
Originally Posted by candc
We had the same, you will probably find it is the Google fonts.

Fix is in the docs

http://www.xcartmods.co.uk/docs/ability/

HTH
__________________
=========
Jason K. Walz
X-Cart v4.4.2
X-Cart Config v4.4.2
www.custommalashop.com
Mesa, AZ
=========
Reply With Quote
  #163  
Old 03-05-2012, 01:41 PM
 
jkwalz jkwalz is offline
 

Advanced Member
  
Join Date: May 2005
Location: Mesa, AZ
Posts: 52
 

Default Re: X-Cart Ability Template v4.4.x

Is a way to make the Ability skin have a horizontal scroll bar at the bottom of the page at all times? Just about every website has that ability except the Ability template.
__________________
=========
Jason K. Walz
X-Cart v4.4.2
X-Cart Config v4.4.2
www.custommalashop.com
Mesa, AZ
=========
Reply With Quote
  #164  
Old 03-05-2012, 04:10 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Ability Template v4.4.x

Quote:
Is a way to make the Ability skin have a horizontal scroll bar at the bottom of the page at all times?

skin/ability/custom/css/common.css

Replace...

Code:
html { overflow-x: hidden; }

With...

Code:
html { overflow-x: visible; }
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
jkwalz (03-08-2012)
  #165  
Old 03-13-2012, 12:44 PM
 
Paul H Paul H is offline
 

eXpert
  
Join Date: Sep 2005
Posts: 246
 

Default Re: X-Cart Ability Template v4.4.x

I recently bought a copy of this template and it's working out fine. I don't need many of the features but it was worth it to me just for the basic layout and snow effect. Just hacking my way through some of the CSS at the moment
__________________
Xcart Gold 4.1.11-Gone
= 4.7.11-Live
Reply With Quote

The following user thanks Paul H for this useful post:
PhilJ (03-16-2012)
  #166  
Old 03-17-2012, 12:49 PM
 
Paul H Paul H is offline
 

eXpert
  
Join Date: Sep 2005
Posts: 246
 

Default Re: X-Cart Ability Template v4.4.x

I don't think lightbox is working on my site and as I'm not very familiar with the features I don't know what else isn't working properly. The image gallery certainly doesn't and I'm pretty sure this will use lightbox -any suggestions on how to trouble shoot this ?

Update: Lightbox now working after server company upgraded the PHP from 4 to 5- Thanks to Phil for pinpointing the problem
__________________
Xcart Gold 4.1.11-Gone
= 4.7.11-Live
Reply With Quote
  #167  
Old 03-17-2012, 05:39 PM
  CenturyPerf's Avatar 
CenturyPerf CenturyPerf is offline
 

eXpert
  
Join Date: Jun 2003
Location: Reno, Nevada
Posts: 396
 

Cool Re: X-Cart Ability Template v4.4.x

Six Weeks with no answer to my support ticket questions, I guess I'll post them here:

1) I'm stuck figuring out where I should place the proper edits into Ability with another add-on. This is BCSE's "Advanced Product Ratings & Reviews" add-on.

I've attached the installation instructions. The below install steps are all in skin/common_files locations.

Steps #5, 6A, 8a, 10 (There is an attachment on the ticket)

2) Covered Compare Button:

I've attached a screenshot image that shows the "compare" button covered by the lower product tabs. Can this be relocated up, or do you have a better suggestion for its location and how to get it there?

The line in question:

<input class="image-button" type="image" alt="Product comparison" src="/skin/common_files/images/spacer.gif">

I cannot figure out what page/template it is in.

NOTE: I found something out on accident regarding the covered "compare" button issue. If I uncheck "Display product description in first tab/accordion item" in the Ability options, then the button can be seen. But, why are the comparison class items then populating within the product details? Shouldn't these be in a new tab or popup? It makes the product details extremely long down the page. Am I missing something in the options/settings?

3) I will be making modification's to the install of Bill's OnSale mod as well - as soon as I get a chance. It would be great if you posted the changes required to use various popular mods with Ability in FAQs for the template. The general "anything in common_files is overwritten" is too vague.
__________________
Best Regards,

Sam Solace - Pres/CEO
Century Performance Center, Inc.
http://www.centuryperformance.com

(3) sites using X-Cart 5.3.5.5
X-Payments Enterprise 3.1.4
Reply With Quote
  #168  
Old 03-18-2012, 12:34 AM
 
Paul H Paul H is offline
 

eXpert
  
Join Date: Sep 2005
Posts: 246
 

Default Re: X-Cart Ability Template v4.4.x

Quote:
Originally Posted by jkwalz
Is a way to make the Ability skin have a horizontal scroll bar at the bottom of the page at all times? Just about every website has that ability except the Ability template.

Hello
Go to line 11 common.css and change from hidden to:

html { overflow-x: visible; }
__________________
Xcart Gold 4.1.11-Gone
= 4.7.11-Live
Reply With Quote
  #169  
Old 03-19-2012, 04:05 AM
 
JacksmithxD JacksmithxD is offline
 

X-Adept
  
Join Date: Oct 2010
Posts: 400
 

Talking Re: X-Cart Ability Template v4.4.x

Quote:
Originally Posted by CenturyPerf
Six Weeks with no answer to my support ticket questions, I guess I'll post them here:

1) I'm stuck figuring out where I should place the proper edits into Ability with another add-on. This is BCSE's "Advanced Product Ratings & Reviews" add-on.

I've attached the installation instructions. The below install steps are all in skin/common_files locations.

Steps #5, 6A, 8a, 10 (There is an attachment on the ticket)

2) Covered Compare Button:

I've attached a screenshot image that shows the "compare" button covered by the lower product tabs. Can this be relocated up, or do you have a better suggestion for its location and how to get it there?

The line in question:

<input class="image-button" type="image" alt="Product comparison" src="/skin/common_files/images/spacer.gif">

I cannot figure out what page/template it is in.

NOTE: I found something out on accident regarding the covered "compare" button issue. If I uncheck "Display product description in first tab/accordion item" in the Ability options, then the button can be seen. But, why are the comparison class items then populating within the product details? Shouldn't these be in a new tab or popup? It makes the product details extremely long down the page. Am I missing something in the options/settings?

3) I will be making modification's to the install of Bill's OnSale mod as well - as soon as I get a chance. It would be great if you posted the changes required to use various popular mods with Ability in FAQs for the template. The general "anything in common_files is overwritten" is too vague.

Any files in skin/ability, will override those in /skin/common_files

If your not sure just check in the skin/ability folder and compare it with the /skin/common_files e.g if the file is in both and you need to make an edit for a module just make the changes to both as it wont do any harm as far as i'm aware. (it just means the module will work for the standard xcart skins too) and make sure you do backups. You have nothing to lose, it's just lazyness! I have around 10 modules or more on my site and it's easy to figure out how to install them, abilitys file structure is excellent.

Personally since it's Phils template I would just buy an hour of Phils time. I'm sure he'll be able to install the modules that you need installed, it's not a lot of money and it's great peace of mind that your site will function correctly.
__________________
Xcart 4.5.2
Reply With Quote
  #170  
Old 03-20-2012, 12:41 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Ability Template v4.4.x

CenturyPerf, I'm going to put up additional info regarding installing third party mods to Ability, but the same concept still remains...

Quote:
Any files that exist in /skin/ability, will override those in /skin/common_files

It's not vague, it's just the way the v4.4.x template system works.

There are not many files that differ in Ability. Any files that do differ from the standard x-cart template structure, I'll try and post here...

One is...

skin/common_files/customer/main/product.tpl = skin/ability/customer/main/product_above.tpl

This is because, in Ability, you have the option of placing product info above, or below, in tabs or not.

You can always enable the x-cart debug console to get a better idea of the template you need to edit.

I will setup the demo to use the comparison module and if code corrections are required, I'll post here.
__________________
xcartmods.co.uk
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 06:44 AM.

   

 
X-Cart forums © 2001-2020