![]() |
Re: X-Cart Ability Template v4.4.x
Quote:
Sounds great! Let me know if you were able to add this new feature. Thanks, |
Re: X-Cart Ability Template v4.4.x
1 Attachment(s)
Phil
Would be great to have the product variants look like this, any chance off having it added to your template |
Re: X-Cart Ability Template v4.4.x
Hi Phil,
Check the PM I bought the template yesterday and I am waiting to receive it Thanks! |
Re: X-Cart Ability Template v4.4.x
Quote:
|
Re: X-Cart Ability Template v4.4.x
Hi Phil,
I lost all my folders from my server the other day due to a dodgy script I wrote (idiot I know) I have now re-installed the theme but I am having a very strange issue. When I first go on to the site everything looks fine until I click on a category and and the page loads but the categories ten disappear completely from the side bar. Also if I click on all categories the page is blank. I tried clearing the template cache, which I thought worked as the categories re-appeared until I click on another cat and we are back to the missing cats again. Here are some pictures to explain. First enter the site http://www.1guyseo.com/images/1.jpg click on a category (notice the cats are gone now) http://www.1guyseo.com/images/2.jpg Click back to home page (cats still gone) http://www.1guyseo.com/images/3.jpg |
Re: X-Cart Ability Template v4.4.x
Hi David, try going into modules > flyout menus and disable the 'cache the menu' option.
The caching feature has never worked for me. |
Re: X-Cart Ability Template v4.4.x
Quote:
Your a super star mate, that did the trick. I did actually try swapping to a different type of menu but it did the same thing so I must have changed something else during that time. Shame I can't use the flyout menu's as they hide behind the carousel when used. Thanks again make, very much appreciated |
Re: X-Cart Ability Template v4.4.x
Flyout menus should overlap fine, just a case of either increasing the z-index value in the flyouts CSS file, or decreasing the z-index value in the carousel CSS.
Try this, in skin/ability/custom/css/common.css Replace... .roundabout-holder { list-style: none; width: 40em; height: 18em; margin: 1em auto; } With... .roundabout-holder { list-style: none; width: 40em; height: 18em; margin: 1em auto; z-index: 0; } |
Re: X-Cart Ability Template v4.4.x
Quote:
Thanks Phil, That worked a treat. your a genius. R's D-A |
Re: X-Cart Ability Template v4.4.x
just installed ability 4.4.5 transparent back ground images do not show when trying to modify template
|
Re: X-Cart Ability Template v4.4.x
Quote:
|
Re: X-Cart Ability Template v4.4.x
1 Attachment(s)
Shop by price addon for Ability... Demo
1) Apply SQL patch... Code:
REPLACE INTO xcart_languages SET code='en', name='lbl_search_by_price', value='Search By Price', topic='Labels'; 2) Upload attached file to skin/ability/customer 3) Add this code wherever you want the menu box to appear... Code:
{include file="customer/search_by_price.tpl"} |
Re: X-Cart Ability Template v4.4.x
1 Attachment(s)
Phil,
I just enabled a Special Offer and this caused the product windows to mess up the page. I have added an image to show you. Please assist I would like to run this Special Offer. http://buckeyefanapparel.com/specialoffer_error.jpg |
Re: X-Cart Ability Template v4.4.x
1 Attachment(s)
With Phil's permission, I am posting this mod for the Welcome Promotions.
What I wanted to do is to be able to change/add images, titles, descriptions, and links for the individual promotions right from the admin/general settings page instead of having to "hard-code" the individual pages themselves. The Flash Slider promo isn't included in this mod, so it won't change any of that promotion. To do this, I created a category tree (WELCOME_PROMOS) in the xcart_categories table. The entire category is by default set to “DISABLED” so that it won’t be displayed in any dropdown menus. This category tree is where you will upload your promo images (just like uploading any other category image). The sub-categories correlate to the individual promotions images. (Example: ) (ROOT) WELCOME_PROMOS (SUB-CAT) FEATURED_IMAGE_BOX (SUB-CAT) FIB_LARGE (740 X 240) (SUB-CAT) FIB_LG_01 (image 1 in the Featured Image Box Large Promotion) FIB_LG_02 (image 2 in the Featured Image Box Large Promotion) FIB_LG_03 (image 3 in the Featured Image Box Large Promotion) FIB_LG_04 (image 4 in the Featured Image Box Large Promotion) ETC. ETC. From the ADMIN/GENERAL SETTINGS page click on the individual promo link on the right. That will take you to that promo page where you may add titles, descriptions, and links. Everything needed for this mod, including detailed instructions, patch install/uninstall.sql, and modded .tpl files, is included in the .zip attachment. There are a total of 4 install steps. Files that have been modded: /skin/ability/custom/welcome/promotions/accordion/accordion.tpl /skin/ability/custom/welcome/promotions/featured_box/featured_box_large.tpl /skin/ability/custom/welcome/promotions/featured_box/featured_box_medium.tpl /skin/ability/custom/welcome/promotions/featured_box/featured_box_small.tpl /skin/ability/custom/welcome/promotions/image_roundabout/image_roundabout.tpl /skin/ability/custom/welcome/promotions/image_slider/image_slider.tpl REMEMBER TO BACKUP YOUR DATABASE AND THE ORIGINAL .TPL FILES. Any questions, feel free to ask. Brian |
Re: X-Cart Ability Template v4.4.x
Hi Guys,
Does anyone know how to show accurate Google map locations on the contact page? I have tried hard coding the longitude and latitude in to the map.tpl code but it still keeps going to the street down from us. I have also tried putting the full address that Google places uses on the map but it does the same thing. Rather annoying as it shows our competitions building instead of ours Another issue I have is that on the top right of each page there is a drop down menu that only has about in it, how do I fill this with other pages or remove it altogether as I don't really see the point of it if it only has the about page in it. Here's the one I mean. http://www.1guyseo.com/images/Screener.png |
Re: X-Cart Ability Template v4.4.x
1) Re. map, for a more precise marker location, in skin/ability/custom/addons/maps/maps.tpl
Replace... Code:
Address : "{/literal}{$config.Company.location_zipcode}, {$config.Company.location_country}{literal}", With... Code:
Address : "your more exact location here", You may be able to insert longitude/latitude values in their also. Might take a little experimenting with to get exactly right. 2) Re dropdown for static pages, in skin/ability/customer/main/pages.tpl Replace... Code:
<form style="float:right;"> With... Code:
|
Re: X-Cart Ability Template v4.4.x
Quote:
Thanks Phil, that did the trick with the drop down menu, no idea why it wasn't showing the static pages but looks better with it gone now rather than with it there and not working. As for the maps, I think this is an issue with Google Maps as it doesn't matter if I put the exact address in or the long and lat it still shows the street down from us. I have tried other addresses and they work fine so it must be something to do with Google Maps, just strange as it works fine on the Google Maps web page. |
Re: X-Cart Ability Template v4.4.x - Blank Screen
Hi - I have tried 2 clean install attempts on latest 4.4.5 and in both cases I get almost a blank screen - anyone have any ideas on this?
http://nautical.eziedit.com/ Shows fine in admin area as a template. I am loading on evaluation mode 4.4.5 at this point - not sure if that would make a difference. Thanks Chris |
Re: X-Cart Ability Template v4.4.x
Quote:
Hi Chris, This usually happens when the patch has not been applied successfully. Try applying it again, then clear the x-cart/template cache. |
Re: X-Cart Ability Template v4.4.x
Quote:
swartzieee, when you add a special offer, it should look like this Have you modified the products grid/row switcher page at all? |
Re: X-Cart Ability Template v4.4.x
Quote:
I have not modified the products page. I did modify the product details page (with your help) I believe the ftp is still active that you have used in the past. Would you like to ftp into my files and take a peek? I currently have Special offer disabled. |
Re: X-Cart Ability Template v4.4.x
Quote:
I found it does help to apply the sql patch to 'Apply SQL Patch" and not "Apply Patch". Lost 3-4 hours troubleshooting because of that oversight! Cheers |
Re: X-Cart Ability Template v4.4.x
I have just noticed that the add to cart buttons shows the outline of the image but does not show the image color or wording
|
Re: X-Cart Ability Template v4.4.x
Yages, the buttons work, but ensure you've added CSS code for the buttons in your theme CSS file, eg.
Code:
/* BUTTON STYLE */ Update your skin/ability/custom/images/favicon.ico image too :) |
Re: X-Cart Ability Template v4.4.x
I am having a major issue- after installing Ability to a second store I am getting a 500 Internal Server error when trying to view products. I reverted back to Smart Template but still get it there too, in fact I even get it with a generic X-cart template.
It is installed here: www.jetbeads.com/xcart Here is an item: http://www.jetbeads.com/xcart/CMS-20120214.html I even get the error if I disable clean urls. Does anyone have any ideas? Phil installed it for me but I can't seem to get him via email and my store is SOL until I get this resolved. ON EDIT - crisis is averted... I went ahead and restored a back-up of the store I made just before the installation. |
Re: X-Cart Ability Template v4.4.x
I would like to create a link to the New Products on the home page, I can not find the link description
|
Re: X-Cart Ability Template v4.4.x
Phil, I have listed additional concerns that are waiting for a reply/suggestions on the open support ticket on your website.
|
Re: X-Cart Ability Template v4.4.x
I'll address all open tickets as soon as possible, I am just slightly busier than usual.
|
Pagination on product map
Hi Phil,
Can you please advise how I add pagination links to the bottom of the product map page. Many thanks, Richard |
Re: X-Cart Ability Template v4.4.x
Quote:
skin/ability/modules/Products_Map/customer.tpl After... Code:
{include file="customer/main/products_switchers.tpl" products=$pmap.products} Code:
{include file="customer/main/navigation_switchers.tpl"} |
Re: X-Cart Ability Template v4.4.x
Hay Phil,
Is there a way of showing only categories above a certain position on the top drop down flyout menu? Say something like only show Categories with a position that is set as exactly 666? The reason I ask is I'd love to use the top flyout menus but as we have so many categories its not possible as it overlaps the menu and ends up listing them all down the page. I have had a play about with it but can't seem to figure it out, I have used this before for my old design on the flyout menu so I could separate the menu in to certain blocks. |
Re: X-Cart Ability Template v4.4.x
Quote:
Sure, in skin/ability/custom/addons/menus/horiz/dropdown/dropdown.tpl After... Code:
{foreach from=$categories_menu_list item=c} Insert... Code:
{if $c.order_by gte "666"} Then before the last... Code:
{/foreach} Insert... Code:
{/if} You can do the same for subsequent category levels also. |
Re: X-Cart Ability Template v4.4.x
That worked a treat Phil mate, you make it look so easy.
Thanks so much it works perfect on this and the mega drop down your a super star |
Re: X-Cart Ability Template v4.4.x
Is there a way to have the description tab on the product page to include the short and full description in the same area? It would be handy as a search may take the visitor directly to the product page and some details are only in the short description.
My other task is, I'm trying to get the pagination at the bottom of the page as well as the top on the tabular layout. Any help would be most appreciated. |
Re: X-Cart Ability Template v4.4.x
Quote:
I would also like to display the short description on the product details page, ideally alongside the thumbnail. Can you point me at the right place for where this layout is set up so I can have a play with it ? Thanks |
Re: X-Cart Ability Template v4.4.x
Quote:
If using product tabs... skin/ability/custom/addons/tabs/tabs_below.tpl Replace... Code:
<div id="abi_ptab_1" class="abi_ptab_content descr"> With something like... Code:
<div id="abi_ptab_1" class="abi_ptab_content descr"> Quote:
skin/ability/customer/main/subcategories.tpl After... Code:
{include file="customer/main/products.tpl" products=$cat_products} Insert... Code:
{include file="customer/main/navigation_tabular.tpl"} In skin/ability/customer/main/search_result.tpl After... Code:
{include file="customer/main/products.tpl"} Insert... Code:
{include file="customer/main/navigation_tabular.tpl"} |
Re: X-Cart Ability Template v4.4.x
Brilliant, Thanks Phil that worked perfectly. Just in case someone else is going to use this too, I think where you mention -
skin/ability/custom/main/subcategories.tpl you mean skin/ability/customer/main/subcategories.tpl The pagination at the bottom has been requested by a quite a lot of our regular customers as we have quite a lot of multiple paged categories. Thanks again Ian |
Re: X-Cart Ability Template v4.4.x
Phil
Sent you an email 1st March no reply, Its about adding the Easy View Variants to your mod, can you please reply Thanks |
Re: X-Cart Ability Template v4.4.x
Anyone have issues in Chrome with secure/unsecure mixed content warnings? I've had potential customers not want to register because when at the registration page Chrome tells them that something on the page is not SSL secure. Everything seems to be HTTPS. I even took out the Xcartmods link which is not secure and the Twitter links.
When I was using Smart Template I fixed this by changing my Livezilla help button to HTTPS but that doesn't do it for Ability. https://www.jetbeads.com/xcart/register.php www.jet |
Re: X-Cart Ability Template v4.4.x
Quote:
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 |
All times are GMT -8. The time now is 09:41 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.