![]() |
Re: X-Cart Smart Template v4.4.x
Pdub
Not sure if this will help but just in case, Smart Template 4.4.x has 3 updated pages that make it 4.4.4. compatible. One page deals with the home page. Might be worth looking at if you have not done so already. Look at Post #473 in this thread: skin/smart_template/customer/main/product_details.tpl skin/smart_template/modules/Customer_Reviews/vote_reviews.tpl skin/smart_template/customer/home.tpl I thought there was another update given to fix the social book marks as well but am not sure if its a fix from Philj or QT? Also, you might want to take a number and stand in the waiting line. Must be at least several dozen people waiting for Philj to resurface and resume working on fixes. I too am waiting for a few to be worked on. Good Luck |
Re: X-Cart Smart Template v4.4.x
Is http://xcartmods.co.uk/ down?
I receive the message Forbidden You don't have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. |
Re: X-Cart Smart Template v4.4.x
Just wait awhile, it should be back up.
|
Re: X-Cart Smart Template v4.4.x
The site is backup now.
|
Re: X-Cart Smart Template v4.4.x
Minor update for the Smart Template dynamic search addon, to make it work better with Chrome and IE...
1) In skin/smart_template/custom/header.tpl Remove this around line 80... (part of the search input field code - skip this if it doesn't exist) Code:
fadeSearch(); 2) Then in skin/skin/smart_template/custom/js/smart_dynamic_search/smart_dynamic_search.js At the very end, replace... Code:
// Hide dropdown onblur With... Code:
// Fade Out Search Dropdown on click elsewhere |
Re: X-Cart Smart Template v4.4.x
Thanks for the heads-up Phil!
Is there a way to keep up with small changes like this? (Change file with pointers to updated files/code>) or should we just follow this thread? |
Re: X-Cart Smart Template v4.4.x
I dont see the above "fadeSearch();" on line 80 in the header.tpl. I have this...
<div id="st_search"> <input id="st_search_input" name="posted_data[substring]" type="text" value="{$lng.lbl_product} {$lng.lbl_search}..." onblur="if(this.value=='') this.value='{$lng.lbl_product} {$lng.lbl_search}...';" onfocus="if(this.value=='{$lng.lbl_product} {$lng.lbl_search}...') this.value='';" {if $config.Smart_Template.st_dynamic_search eq "Y"}onkeyup="ajax_showOptions(this,'getProduct',ev ent)" onblur="this.form.submit();" {/if}/> <input id="st_search_button" type="submit" value="" /> </div> |
Re: X-Cart Smart Template v4.4.x
Hi Phil
How do I connect products to countdown tpl file? It's only display the MSG Thanks |
Re: X-Cart Smart Template v4.4.x
Hi,
Is there a quick way to add a custom 404 page using this template? Thanks |
Re: X-Cart Smart Template v4.4.x
Quote:
Please tell me if you get it to work. Because I didn't get it to work consistently, as I wrote on that post. |
All times are GMT -8. The time now is 08:38 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.