![]() |
Re: X-Cart Smart Template v4.4.x
Sorry, that's been building up for ages, I just hate facebook, no disrespect to you Bill.
And relax... |
Re: X-Cart Smart Template v4.4.x
Quote:
Phil, No offense taken. I do not use Facebook myself and my kids are forbidden. My client uses facebook for his business and saw this as a way to spread the word. |
Re: X-Cart Smart Template v4.4.x
Anyone know of a fix for the Smart Template 4.4.x. Site Preference Switcher. I am trying to set the Product Layout manually, meaning I do not want my customers changing the product layout. I have turned off the switcher in the control menu. And followed the following instructions:
To set the initial products layout (row or grid) edit line 10 of skin/smart_template/custom/js/switchers/switch_layout.js $.cookie('view_Layout', 'row', { // Set initial products layout: row or grid No matter what I set here in line 10, row or grid there is no change. Please, Please do not ask me if I have clear my cashe, Yes I have! Mysite.com/cleanup.php" Yes I have! I have deleted all my cookies from the site as well. I have Switch to a clean computer, never been to the site, tried using Safari, and FireFox, both the latest versions on both PC and MAc's. Same results!!! Anyone ecounter this problem or know a way to fix it? Thanks!! |
Re: X-Cart Smart Template v4.4.x
Quote:
Is there a step by step set of instructions for setting up a new tab in Smart Template 4.4.x? I have the Product Download mod as well and I still can not get the download to show up in a tab? Anyone using Smart Template 4.4.x and the Product Download? Anyone?? |
Re: X-Cart Smart Template v4.4.x
Quote:
Is there a step by step set of instructions for setting up a new tab in Smart Template 4.4.x? I have the Product Download mod as well and I still can not get the download to show up in a tab? Anyone using Smart Template 4.4.x and the Product Download? Anyone?? |
Ability Demo?
What happened to the demo URL?
|
Re: X-Cart Smart Template v4.4.x
I would really like to know more about the Ability template as well. I've been clicking on the demo link several times a day hoping for more than a closed store page. I'd rather they get rid of the link until the demo page is up, drives me crazy 8O !
|
Re: X-Cart Smart Template v4.4.x
Quote:
Phil, Any chance the demo page might be up soon? How about a features list in the meantime? |
Re: X-Cart Smart Template v4.4.x
Quote:
Gary, I'm working on the Ability template, hence the demo not being available at the moment. A full feature list will be available ASAP, it's getting rather large. I will move any Ability related info to a new thread shortly. SGS, re. rows/columns switcher, do ensure that you have cleared ALL cookies to see any changes. Adding a new tab is very simple - skin/smart_columns/custom/tabs.tpl Along similar lines insert your tab title, eg.... Code:
<li><a href="#st_tab9" rel="tcontent9"><span>NEW TAB TITLE</span></a></li> Then your tab content... Code:
<div id="tcontent9" class="tabcontent"> Each tab needs to have a unique identifier, ie." tabcontent9". |
Re: X-Cart Smart Template v4.4.x
Thanks Phil,
With the Switcher, Yes, Yes, Yes, I have changed computers, cleaned, cleared, delete the cookies, still the same. I have installed a new xcart pro 4.4.4 and installed the Smart Template 4.4.x with the 3 page update, still the hard coded switcher does not work. After installing the "Product Download" mod and setting up a download link, the tab still does not show up, period, and yes I have enabled Smart Tabs, YES YES YES, I get it, any time you work with anything now days, clearing the cashes and deleting cookies is a must!! Clear and delete cookies standard operating process. But when I turn off, uncheck the little box marked Enable Smart Tabs, the Tab for Product Download can now be seen with the download link but its in the Standard X-cart mode or tabs.. I am at a loose what to do next?? SGS |
Re: X-Cart Smart Template v4.4.x
Which browser are you using? I'd recommend using Chrome to test. Sometimes other browsers do not clear out everything.
The tabs will need to be custom coded a little to accommodate the download links. File a support ticket with us, providing your access info and I'll sort that out for you. |
Re: X-Cart Smart Template v4.4.x
Thanks Phil,
I did try Chrome on a PC. Same results. It's as if once the switcher is turned off from the control menu, what ever is set on line 10 does not matter at all. As to the Product Download Mod, I will open a ticket with you in a day. Trying to get the cart ready. Can you tell me how to set the "Feature Product" to show 4 products instead of 3 and how can I make the images larger/smaller? I currently have this set to the "Pager". Thanks. SGS |
Re: X-Cart Smart Template v4.4.x
Phil,
Thanks, the Ability demo link is working and it looks great! I'm currently (slowly) moving my info over from 4.3.0 to 4.4.4 and will definitely purchase when it's ready. Good job. |
Re: X-Cart Smart Template v4.4.x
Hi Phil,
While playing at demo of Ability template just found small bug. When you click on + icon on category menu items it start loading that category page !! I tried with chrome browser & not tested with any other browser. |
Re: X-Cart Smart Template v4.4.x
Please use this thread for any Abiltity Template related questions / requests etc.
|
Re: X-Cart Smart Template v4.4.x
Phil,
I opened a tick as you advised. Thanks, SG |
Re: X-Cart Smart Template v4.4.x
Hi Phil
Just wanted to ask regarding the smart tabs, ive set my first tab to "Recommended" but when i first go onto an item the "Send to a friend" tab is always highlighted when id like the "recommended" tab to always be high lighted first. Can you advise how to do this please. Thanks Dean |
Re: X-Cart Smart Template v4.4.x
Hi Phil,
Any chance of getting the Layout switch issue fixed, I have an open ticket with you but no reply. I know your working hard on "Ability", just let me know when you can get to it. SGS |
Re: X-Cart Smart Template v4.4.x
Phil,
I have sent you several tickets. I just want to know if you did anything different to get the files to install so i can install it on my live site Regards Bibi |
Re: X-Cart Smart Template v4.4.x
Just wondering if anyone else has encountered this issue after a fresh installation of Smart Template on 4.4.4?
Everything installs and seems to operate correctly. However, the home page of the shop comes up with "Remote server or file not found". Even if I select a different default x-cart theme, it still happens. If I remove the code that is meant to be included in home.php after "require './auth.php';" # Smart Template if ($main == "" && $cat == 0 && $config['Smart_Template']['st_featured_new'] == 'Y') { require './smart_new_products.php'; } if ($main == "" && $cat == 0 && $config['Smart_Template']['st_featured_random'] == 'Y') { require './smart_random_products.php'; } if ($main == "" && $cat == 0 && $config['Smart_Template']['st_ticker'] == 'Y') { require './smart_get_news.php'; } # /Smart Template Then the homepage of the site works fine. If I add that code back in, re-FTP, clear out cache / cookies / try it on a different machine / anything else that should isolate test it, the same thing happens. I installed x-cart & the Smart Template only a few weeks ago, but had to reinstall everything due to a completely unrelated different reason. It is running on the same server however, and I had no issues the first time around. I have run the SQL patch multiple times, although I'm sure it wouldn't have any effect anyhow. The admin side of the shop is unaffected regardless of that code being present in home.php or not. I have reuploaded all the Smart Template theme files also. And yeah, even with that code there and using a default x-cart theme, the problem still occurs. Obviously, it can be left out and the shop still runs ok, however it means I cannot have any new products, random products or news on the front of the site. I raised a ticket with xcartmods.co.uk a few days ago, but haven't heard a work back from them. Just wondering if anyone else out there in the cart community had encountered a similar issue? Thanks in advance, Paul |
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. |
Re: X-Cart Smart Template v4.4.x
Does anyone else have customers who get 501/505 errors? I have a few customers who are able to load my website once then after that all they ever get are 501/505 errors.
|
Re: X-Cart Smart Template v4.4.x
I have the same problem, did you get it fixed?
Quote:
|
Re: X-Cart Smart Template v4.4.x
Quote:
|
Re: X-Cart Smart Template v4.4.x
I am just bought this template is is very happy so far :-)
In Danish we have 3 special letters, that isn't in the English language and these 3 letters doesn't show in the template. Character set is iso-8859-1 and it works in the standard templates that comes with X-Cart. Anybody who knows how to fix this?? Thank you. |
Re: X-Cart Smart Template v4.4.x
Hi Phil,
Is there a download link on your support site for the latest smart template download? I'm upgrading from 4.4.1 to 4.4.4 and would like to start off fresh and clean. Thanks! |
Re: X-Cart Smart Template v4.4.x
Hi Masada, sure PM'd you.
If anyone has Torben's issue above with characters in a different language, then... skin/smart_template/customer/home.tpl Change... Code:
<?xml version="1.0" encoding="{$default_charset|default:"iso-8859-1"}"?> to... Code:
<?xml version="1.0" encoding="{$default_charset|default:"UTF-8"}"?> |
Re: X-Cart Smart Template v4.4.x
Hi Phil
I now you've been busy with Ability but need your help please, wanted to ask regarding the smart tabs, ive set my first tab to "Recommended" when i view a product description "Send to a friend" tab is always highlighted when id like the "recommended" tab to always be high lighted first. Can you advise how to do this please. Thanks Dean |
Re: X-Cart Smart Template v4.4.x
To set the initial tab that gets displayed to recommended products, in skin/smart_template/custom/tabs.tpl
Replace... Code:
<li><a href="#st_tab5" rel="tcontent5"><span>{$lng.lbl_recommends}</span></a></li> With... Code:
<li class="selected"><a href="#st_tab5" rel="tcontent5"><span>{$lng.lbl_recommends}</span></a></li> Then remove the class="selected" from the other tabs. By default it's set to remember the last tab selected. You can disable that by editing skin/smart_template/custom/js/tabs/tabs.js Change... Code:
var enabletabpersistence=1 To... Code:
var enabletabpersistence=0 HTH |
Re: X-Cart Smart Template v4.4.x
Hi Phil
Thanks for your help that sorted it out great for me Many thanks again |
Re: X-Cart Smart Template v4.4.x
Regarding dynamic search, it don't seem to catch the words put in the search field on the products, is that correct??
Thank you. |
All times are GMT -8. The time now is 01:21 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.