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
  #191  
Old 03-27-2012, 11:55 PM
  David-Allan's Avatar 
David-Allan David-Allan is offline
 

eXpert
  
Join Date: Oct 2011
Location: Scotland, UK
Posts: 313
 

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

Quote:
Originally Posted by PhilJ
Hi David,

1) You can try wrapping code around the subcats like this...


I guessed the width above, you'll probably have to tweak the width value.

2) Try general settings > appearance

"Display product code (SKU) in the products list"

Thanks Phil I'll give this a try today. Didn't realise it would be so easy to add the product codes to the product list

EDIT:

OK that works great Phil, changing the width to 220 makes it look perfect and the product codes come up now on all the product lists (simple when you know how).

Thanks for your great help as always mate. I've learnt so much about css and the xcart templating system since installing your amazing theme.
__________________
Live Version : 4.5.2
Licensed Products:
X-Cart Gold
Ability Theme
CDSEO
xCMS
Abandoned Cart
Food Packaging Scotland
Reply With Quote
  #192  
Old 03-28-2012, 06:15 AM
  David-Allan's Avatar 
David-Allan David-Allan is offline
 

eXpert
  
Join Date: Oct 2011
Location: Scotland, UK
Posts: 313
 

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

Another wee problem Phil, sorry to be a pain. since upgrading the site to the latest version of your theme my testimonials down the bottom has stopped working. It is showing all the testimonials in a list instead of rotating them.

Also I used to have my custom speed bar run along the top of the welcome page, the include is still there and so is the file but it isnt showing. I am having some internet issues at the moment so wasn't sure if that was the problem but it isnt showing on my phone either so guess its an issue with the upgrade. I knew this went too easy lol.

I'm sure its a problem with the settings or combination of settings as it seemed to work fine this morning but after trying lots of combinations of settings to get the best look it doesnt work now.

EDIT:
I changed the testimonials file back to the original one and that works fine now but the speed bar still doesnt work. I have also noticed that the prices arent showing on the homepage under new products and random products. I have checked the original file and the new one and that hasnt changed. Is there maybe something in the settings that have changed that may be causing this to not show the prices
__________________
Live Version : 4.5.2
Licensed Products:
X-Cart Gold
Ability Theme
CDSEO
xCMS
Abandoned Cart
Food Packaging Scotland
Reply With Quote
  #193  
Old 03-29-2012, 12:53 AM
  David-Allan's Avatar 
David-Allan David-Allan is offline
 

eXpert
  
Join Date: Oct 2011
Location: Scotland, UK
Posts: 313
 

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

Strangely some prices seem to show on the tabs but not others. is anyone else having this issue?

Here is a screen shot of the issue.

http://www.robertsonpackaging.com/images/support/screener.jpg

I have looked through all the settings and can't see anything that would cause this. This only happened after upgrading so there must be a file somewhere that has changed that's caused this.

Any help would be greatly appreciated guys.

EDIT:

OK this is driving me mad this morning. So I ran the uninstall patch and then the install patch again incase this was a DB issue, surprisingly it didnt fix it. It fixed the issue with the speed bar not showing which is good but the testimonial box stopped showing again and the grid and row switch stopped working and wouldn't show grid at all even when it was set as default. I found out if I disabled "Enable sticky menu/speedbar in the header" which was ticked as standard that it fixed the issues. I'm guessing this is some kind of bug. To be honest i'm not actually sure what that option does any way as it doesn't have a tool tip next to it.

I still can't get it to remove the grid and row toggle button without it sticking on row but I can put up with that.

Hopefully this will help anyone else having similar issues
__________________
Live Version : 4.5.2
Licensed Products:
X-Cart Gold
Ability Theme
CDSEO
xCMS
Abandoned Cart
Food Packaging Scotland
Reply With Quote
  #194  
Old 03-29-2012, 05:04 AM
 
PhilJ PhilJ is offline
 

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

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

Quote:
Strangely some prices seem to show on the tabs but not others.

David, ensure you have uploaded the latest versions of these files...

ability_get_new_products.php
ability_get_random_products.php

(Older versions didn't account for displaying the prices of new/recent products that have options/variants)
__________________
xcartmods.co.uk
Reply With Quote
  #195  
Old 03-29-2012, 12:10 PM
 
yages yages is offline
 

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

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

Phil

I put an order with you for the candy mod
Have had no reply
__________________
yages
x-cart version 4.5.5
Reply With Quote
  #196  
Old 04-02-2012, 08:51 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

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

Hi Phil,

Twitter in the footer was showing unsecured content on my ssl pages so I changed to use the footer_contact if the page is ssl. Please have a look and let me know if there's a better way. I also removed the disable code since it's for my page. Thank you! Paul

In: /x-cart/skin/ability/custom/footer

Original :
Quote:
<div class="grid_3 omega">
{if $config.Ability_Template.abi_footer_tweets ne "disabled"}
{include file="custom/footer/content/footer_tweets.tpl"}
{else}
{include file="custom/footer/content/footer_contact.tpl"}
{/if}
</div>

Changed To:
Quote:
<div class="grid_3 omega">
{if $current_protocol eq "https"}
{include file="custom/footer/content/footer_contact.tpl"}
{else}
{include file="custom/footer/content/footer_tweets.tpl"}
{/if}
</div>
__________________
WooCommerce as of 10/2022
Reply With Quote
  #197  
Old 04-06-2012, 04:54 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

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

Hi Phil,

I'm trying to use the IFrame Lightbox and running into a problem with the webpage I'm trying to pull in because the website does not like the ?lightbox[iframe]=true&lightbox[width]=770&lightbox[height]=460 tacked on to the end of the website URL.

Is there a workaround?

Thanks!

Paul
__________________
WooCommerce as of 10/2022
Reply With Quote
  #198  
Old 04-07-2012, 03:55 AM
 
PhilJ PhilJ is offline
 

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

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

Hi Paul, here's an example hyperlink...
Code:
<a href="http://bbc.co.uk/?lightbox[iframe]=true&lightbox[width]=770&lightbox[height]=460" class="lbox">IFrame content</a>
Demo

Don't forget to insert...
Code:
class="lbox"
__________________
xcartmods.co.uk
Reply With Quote
  #199  
Old 04-07-2012, 05:23 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

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

Hi Phil,

Sorry... I did an incomplete copy and paste. I had the complete code.

I found where I was going wrong which after a nights sleep I said "DUH"

The URL already had ?code=5267 on the end of the URL so I had to add a & before the lightbox code.

So
Quote:
<a href="http://www.iframeurl.php?code=5257>Original URL</a>

Became
Quote:
<a href="www.iframeurl.php?code=5257&?lightbox[iframe]=true&lightbox[width]=770&lightbox[height]=460" class="lbox">IFrame content</a>

Thanks Phil!!

Paul
__________________
WooCommerce as of 10/2022
Reply With Quote
  #200  
Old 04-09-2012, 12:59 PM
 
yages yages is offline
 

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

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

Phil

on the products page when you change the number of products to show eg: from 10 to 20 an error occurs, What template do I have to edit to try and fix this problem
__________________
yages
x-cart version 4.5.5
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 03:29 PM.

   

 
X-Cart forums © 2001-2020