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

X-Cart Adapt Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #181  
Old 01-31-2013, 02:51 PM
 
yages yages is offline
 

eXpert
  
Join Date: Sep 2004
Location: Australia
Posts: 332
 

Default Re: X-Cart Adapt Template

Great to get a response on this thread

How do you move the search bar in the middle of the header to the right hand side under the cart as it does not look very good in the middle of the page

Can the BCS easy variants mod be installed on the adapt skin

I have a large category icon centered across the top of the page, they do not decrease in size on a mobile phone

the shopping cart does not fit on a mobile phone its to large
__________________
yages
x-cart version 4.5.5
Reply With Quote
  #182  
Old 01-31-2013, 05:34 PM
 
yages yages is offline
 

eXpert
  
Join Date: Sep 2004
Location: Australia
Posts: 332
 

Default Re: X-Cart Adapt Template

need some one to instal this template for and help fix the problems
__________________
yages
x-cart version 4.5.5
Reply With Quote
  #183  
Old 02-04-2013, 05:02 AM
 
JacksmithxD JacksmithxD is offline
 

X-Adept
  
Join Date: Oct 2010
Posts: 400
 

Default Re: X-Cart Adapt Template

Quote:
Originally Posted by yages
need some one to instal this template for and help fix the problems

I think you need to hire someone for custom work, as they're not really issues with Adapt, they're more 'personal custom changes'
__________________
Xcart 4.5.2
Reply With Quote
  #184  
Old 02-04-2013, 12:09 PM
 
yages yages is offline
 

eXpert
  
Join Date: Sep 2004
Location: Australia
Posts: 332
 

Default Re: X-Cart Adapt Template

Apart from phil who never answers emails, who else is there
Have been using Phils Ability templete for years and now want to upgrade to adapt but he will not help, or respond very disappointed with him
__________________
yages
x-cart version 4.5.5
Reply With Quote
  #185  
Old 02-08-2013, 06:14 AM
 
dpcompany dpcompany is offline
 

eXpert
  
Join Date: Oct 2008
Posts: 319
 

Default Re: X-Cart Adapt Template

Phil,

I have thoroughly enjoyed tweaking your template to my liking. However, there is one small thing I think is burried in one of the encrypted files. On the detailed image preview that shows when you hover over a thumbnail, is there any way to make it show just the standard product image, not an actual "detailed" image?

As a side note, if it is burried in the encrypted code, I am willing to pay for this change. Unlike others on this thread, I don't expect "custom work" to come for free.
__________________
Michael

Development
X-Cart Gold Plus v4.7.12
- php 7.3
- reBOOT reDUX
- other goodies

X-Cart Gold v4.7.7
- reBOOT Template
- XPayments 3.0.2
- Abandoned Cart Reminder
- BCSE Reward Points
- BCSE Stock Notify
- XPDF Invoices
Reply With Quote

The following user thanks dpcompany for this useful post:
PhilJ (02-08-2013)
  #186  
Old 02-08-2013, 06:29 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart Adapt Template

Quote:
I have thoroughly enjoyed tweaking your template to my liking. However, there is one small thing I think is burried in one of the encrypted files. On the detailed image preview that shows when you hover over a thumbnail, is there any way to make it show just the standard product image, not an actual "detailed" image?

I have attached the source file of /adapt_get_image.php

Option 1) You can use the detailed image 'order by' field to specify which of your detailed images appears on hover, in this case, zero...

Replace...

Code:
$products[$key]["image_url"] = func_query_first_cell("SELECT image_path FROM $sql_tbl[images_D] WHERE id=".$product["productid"]);

With

Code:
$products[$key]["image_url"] = func_query_first_cell("SELECT image_path FROM $sql_tbl[images_D] WHERE orderby='0' AND id=".$product["productid"]);

Option 2) You can have the product image appear instead (not thumbnail)...

Replace...

Code:
$products[$key]["image_url"] = func_query_first_cell("SELECT image_path FROM $sql_tbl[images_D] WHERE id=".$product["productid"]);

With...

Code:
$products[$key]["image_url"] = func_query_first_cell("SELECT image_path FROM $sql_tbl[images_P] WHERE id=".$product["productid"]);
Attached Files
File Type: php adapt_get_image.php (423 Bytes, 2 views)
__________________
xcartmods.co.uk
Reply With Quote
  #187  
Old 02-08-2013, 06:35 AM
 
dpcompany dpcompany is offline
 

eXpert
  
Join Date: Oct 2008
Posts: 319
 

Default Re: X-Cart Adapt Template

Phil, you are a gentleman and a scholar! Thanks a million!
__________________
Michael

Development
X-Cart Gold Plus v4.7.12
- php 7.3
- reBOOT reDUX
- other goodies

X-Cart Gold v4.7.7
- reBOOT Template
- XPayments 3.0.2
- Abandoned Cart Reminder
- BCSE Reward Points
- BCSE Stock Notify
- XPDF Invoices
Reply With Quote

The following user thanks dpcompany for this useful post:
PhilJ (02-08-2013)
  #188  
Old 02-08-2013, 02:59 PM
 
censusadv88 censusadv88 is offline
 

Advanced Member
  
Join Date: Jul 2005
Posts: 55
 

Default Re: X-Cart Adapt Template

Update: Phil is definitely on top of this support, for such a configurable skin! Amazing purchase thus far. He takes his time, but definitely delivers results!
__________________
JC-x-cart 4.0.9
X-Cart Gold 4.5.5 / X-payments 1.0.6

SIGHTLESS =)
Reply With Quote

The following user thanks censusadv88 for this useful post:
PhilJ (02-08-2013)
  #189  
Old 02-08-2013, 06:27 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart Adapt Template

Hi censusadv88, I've replied your ticket.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
censusadv88 (02-14-2013)
  #190  
Old 02-08-2013, 08:58 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: X-Cart Adapt Template

Phil there seems to be a bug either in XC or Adapt and Clean URLs. The Adapt js file that switches CSS files for different screen sizes has "path" variable set to "skin/adapt/.....". When Clean URLs are on and category/manufacturer is setup to folder (not .html) the path to the CSS file becomes "CATEGORY_NAME/skin/adapt/....." and of course CSS file doesn't load, if Clean URLs are set to .html there is no problem.
I had to change the path in the js file to "/skin/adapt/...." to make it work. Cart was all in a subdirectory so this could be the issue as well.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
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 02:34 PM.

   

 
X-Cart forums © 2001-2020