![]() |
Re: X-Cart Ability Template v4.4.x
Quote:
skin/ability/customer/main/per_page.tpl |
Re: X-Cart Ability Template v4.4.x
Hi Phil,
I have just noticed that since upgrading to the latest version of xcart the maps on the contact us page aren't showing anymore. Not sure if this occurred after upgrading the ability theme with the latest patches or when upgrading xcart? I have checked the contactus.tpl file and it is calling the map.tpl file but it isnt showing anything up. Any ideas? |
Re: X-Cart Ability Template v4.4.x
Hi David,
The map script was updated recently to use Google Maps API v3, thereby not requiring an API key. So in contactus.tpl I replaced... Code:
{if $config.Ability_Template.abi_addon_display_map eq "Y" && $config.Ability_Template.abi_addon_display_map_key ne ""} With... Code:
{if $config.Ability_Template.abi_addon_display_map eq "Y"} Ensure you have a valid company address in general settings > company. |
Re: X-Cart Ability Template v4.4.x
Quote:
Thanks mate I see you have done that. Now the maps still don't show but there is now a little box that says "Enter Your Location" http://www.robertsonpackaging.com/images/support/screener-contact-us.png When I type a post code in to that location it takes me to google maps and shows directions to our location which is set in general settings -> company |
Re: X-Cart Ability Template v4.4.x
Sorted, this was missing from your common.css file...
Code:
.google_map { width: 100%; height: 240px; } |
Re: X-Cart Ability Template v4.4.x
If you're using the Ability Template I highly recommend upgrading the included Testimonials feature to Phil's paid version Customer Testimonials Displayer. Phil was nice enough to include the displayer free but it's well worth the investment to upgrade. Thanks again Phil and I'm looking forward to your upcoming Mobile Template!
|
Re: X-Cart Ability Template v4.4.x
Is there a way to get the hover-over large images to pop-out on the homepage Featured Products display like they do in regular category lists? Right now all you get when you hover-over is that the thumbnail greys out and the magnifying glass appears.
Thx, Jason |
Re: X-Cart Ability Template v4.4.x
Is it worthwhile updating to the latest version of X-Cart (4.5.0) Phil or will it break the theme?
|
Re: X-Cart Ability Template v4.4.x
I too am hoping Ability will drop right in to the 4.5.0 , crossing fingers! I just bought a developers license 40 days ago, waiting for a stable 4.4.x is costing to much. :)
Also, can anyone who has used the custom feature of ability, please tell me how to change the background overlay on the Header and Footer. I am using the #4 preset but want only a solid color, no overlay on the header or footer. I am sure there is an easy way to make this change. Anyone???? |
Re: X-Cart Ability Template v4.4.x
I seem to have broken it on 4.5.0, will go through it again later as it is higlhy likely something I have done :D
Quote:
You can get rid of the overlay in the css. skin/ability/custom/css/themes. |
All times are GMT -8. The time now is 11:12 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.