![]() |
Re: X-Cart Smart Template v4.4.x
X-Cart does that by default, but we fixed it...
skin/smart_template/modules/News_Management/customer/news_archive.tpl Lines 34-40 should be... Code:
<div class="news-body"> It should then render the HTML. |
Re: X-Cart Smart Template v4.4.x
thanks.
Hey, sorry just one more thing. The search doesn't show a result page; it throws an error page when I try to search an item. If I turn on a default x-cart themem, it returns a result page. |
Re: X-Cart Smart Template v4.4.x
jondoe, I've emailed you the fix, this was addressed a while ago.
|
Re: X-Cart Smart Template v4.4.x
I am finding 150px wide thumbnails are covering part of the price/sku, and start of the short description.
As regenerating the images doesn't seem to work in 4.4.1, is it possible to adjust this somehow:-) |
Re: X-Cart Smart Template v4.4.x
Sure, skin/smart_template/custom/css/common.css
Code:
ul.row_view li .product_block .thumbcol { float: left; width: 135px; /* Image Column Width */ } |
Re: X-Cart Smart Template v4.4.x
Perfect, that has sorted it, thanks Phil :D
|
Re: X-Cart Smart Template v4.4.x
The quantity dropdown box on products is overlapping the above tax line need to lower the drop down quantity box
|
Re: X-Cart Smart Template v4.4.x
Yages, use Firebug to find the <div> element and adjust the associated CSS accordingly.
|
Re: X-Cart Smart Template v4.4.x
div class="quantity"
Do not now what css to edit Looked OK before I add your smart skin |
Re: X-Cart Smart Template v4.4.x
Is anyone having the problem setting Maximum Thumbnail Width? I've set 125 pixel but thumbnails width do not change at all.
|
Re: X-Cart Smart Template v4.4.x
Have you re-generated the image cache ? ( Tools > Maintenance )
We've not modified anything that should affect the images. Don't forget, v4.4.1 is an early version and bugs may still exist that are beyond our control. |
Re: X-Cart Smart Template v4.4.x
Quote:
Phil can you help me with this. I would like to make my site live |
Re: X-Cart Smart Template v4.4.x
Re. Yages issue with display of taxes (not a bug with the template, because we haven't altered x-cart's code regarding taxes)
skin/smart_template/css/altskin.css At the bottom, add... Code:
/*----------------------------------------*/ |
Re: X-Cart Smart Template v4.4.x
Quick question for Phil
Would it be possible to move the "Site Preferences" options up to the top of the template and replace the current speedbar with it in a Horizontal format? I have moved the Speedbar to the middle menu bar so there is a space for it. |
Re: X-Cart Smart Template v4.4.x
Sure, you just have to carefully take out the elements from skin/smart_template/custom/preferences.tpl and place them in skin/smart_template/custom/header.tpl where the old speedbar used to be.
Then comment out {include file="custom/preferences.tpl"} from your home_xcol.tpl template. |
Re: X-Cart Smart Template v4.4.x
The template now includes 72 Cufon fonts!
|
Re: X-Cart Smart Template v4.4.x
Hi Phil
Another quick question - sorry Could you tell me what css controls the background colour on the attached image (pointed out in the red arrows) The shaded background - body_bg.png ends and then contines in white - really need it to be a different colour http://www.freakmode.com/pump/template.jpg Thanks |
Re: X-Cart Smart Template v4.4.x
To fix that, in skin/smart_template/css/altskin.css
Below... Code:
/** Insert... Code:
html, Then the background is controlled by your theme css file. eg. Code:
body { |
Re: X-Cart Smart Template v4.4.x
Cheers Phil - been driving me mad trying to find how that works
|
Re: X-Cart Smart Template v4.4.x
How do you change the colour of the black menu strip with the search button in it
|
Re: X-Cart Smart Template v4.4.x
Quote:
xxxx being your chosen theme. A link to the source files was sent with your order. |
Re: X-Cart Smart Template v4.4.x
Phil The browser tab shows "X-Cart Smart Template v4.4x" Can this be changed to something like "NES X-Cart Smart Template"? If so where?
|
Re: X-Cart Smart Template v4.4.x
General Settings > SEO
|
Re: X-Cart Smart Template v4.4.x
Thanks, Phil
It worked perfectly |
Re: X-Cart Smart Template v4.4.x
The Smart Template now comes with a dynamic four level vertical flyout category menu, giving you even more value for money :)
(Free for existing purchasers, just email us your order ID) |
Re: X-Cart Smart Template v4.4.x
For anyone having issues with the Mailchimp module, it's not related to the template. There's a 'fix' available here.
|
Re: X-Cart Smart Template v4.4.x
Quote:
Bargain:D Is this for existing users, or new buyers only Phil? |
Re: X-Cart Smart Template v4.4.x
Wild stab in the dark, anyone using Frontpage Slideshow with this template?
|
Re: X-Cart Smart Template v4.4.x
Quote:
Code:
{php} |
Re: X-Cart Smart Template v4.4.x
Cheers Phil, adding to the template is fine.
Getting it to work with the site is another matter entirely:D Conflicts with the news, layouts, switchers etc it seems. |
Re: X-Cart Smart Template v4.4.x
Phil, Installation instructions for Smart Template v4.4.1 Countdown explain how to adjust date and time values, and how to change language label (lbl_st_countdown_msg), but how to have ⌠Days, Hrs, Min, Sec■ available in other languages.
I use English and Polish Languages, and need to have Days - dni, Hrs - godz┘ translated. Is there a way to do it? Klemens |
Re: X-Cart Smart Template v4.4.x
Hi Klemens, you adjust the countdown date in skin/smart_template/custom/js/countdown/countdown.js
Read the install.html doc for details. To change the countdown message, search for lbl_st_countdown_msg in languages. If you want to use another language for the countdown time units, you can download a translation pack of the script here. Follow the instructions in the 'Localisation' tab. - Upload the relevant language pack to skin/smart_template/custom/js/countdown/ - Make the relevant changes in skin/smart_template/custom/js/countdown/jquery.countdown.js - Then in skin/smart_template/custom/common.tpl Replace... Code:
With something like... Code:
HTH |
Re: X-Cart Smart Template v4.4.x
Works perfect. Thank you very much Phil.
Should I use the same method ({is $store_language eq ▒pl▓}) translating footer items (about, legal, follow us)? Klemens |
Re: X-Cart Smart Template v4.4.x
Great :)
You could use the same method if you want to hard code your footer items, or simply add new language labels to the footer items, so that they change automatically, eg. Code:
<li><a href="pages.php?pageid=2">{$ln.lbl_about_us}</a></li> |
Re: X-Cart Smart Template v4.4.x
THANKS AGAIN PHIL. Your product is great.
By the way, how to get an upgrade for vertical category menu? Klemens |
Re: X-Cart Smart Template v4.4.x
Hi Klemens, I have emailed you the upgrade files.
|
Re: X-Cart Smart Template v4.4.x
Now includes an animated image slider for the homepage (free for existing purchasers - just email or PM your order ID).
|
Re: X-Cart Smart Template v4.4.x
For anyone getting odd sized thumbnails, in skin/smart_template/custom/css/common.css
Change... Code:
Code:
Then in skin/smart_template/customer/simple_products_list.tpl Replace... Code:
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.tmbn_x image_y=$product.tmbn_y product=$product.product tmbn_url=$product.tmbn_url} Code:
{if $product.tmbn_x} In addition, the image cache regeneration tool doesn't appear to be working 100% in v4.4.1. I'm guessing that, along with many other bugs, will be fixed in v4.4.2 (due out end of Dec). |
Re: X-Cart Smart Template v4.4.x
I don't usually post anything on forums but i would like to say your template is awesome and thank you for all your help! Image Slider works great and does everything you want, along with the full template slick work.
|
Re: X-Cart Smart Template v4.4.x
Hi Phil - first off, this is my second go around with your templates - they're fantastic! GREAT starting points for quasi-custom templates!
I'm trying to get the title tag to have some custom text behind it - is there somewhere in your template that I can do that? I know SEO has the title tag option, but that only lets you replace the text when there's no title tag assigned through the product details page. I'd like to have text before absolutely every title tag. Thanks again! Quote:
|
All times are GMT -8. The time now is 06:33 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.