![]() |
Re: X-Cart - Ultra - Responsive Template
I removed the logo on the invoice, as I saw no point in it being there. If you want it back, then just replace skin/reboot/mail/html/order_invoice.tpl with the stock version.
|
Re: X-Cart - Ultra - Responsive Template
I found out that the bug about the address popup is caused by my custom code. Sorry for the trouble!
|
Re: X-Cart - Ultra - Responsive Template
1 Attachment(s)
Hi Phil, I got a broken image of the checkout avatar. Can you tell me how to fix it?
I also got this js error when the page loaded : Failed to load resource: the server responded with a status of 404 (Not Found) http://i0.wp.com/localhost/xcart_dev/skin/ultra/images/default_avatar.png Susilo |
Re: X-Cart - Ultra - Responsive Template
The store must be open and on a live server for avatars to work...
|
Re: X-Cart - Ultra - Responsive Template
v1.0.2 Released 4th Oct 2016
|
Re: X-Cart - Ultra - Responsive Template
|
Re: X-Cart - Ultra - Responsive Template
Hi Phil,
My category names in the top nav bar are wrapping onto a second line, even though the name are not long and I am viewing on a large screen. Can you please let me know how to increase the field witch so they won't wrap. How can we turn off the subheader? I though adding subheader = false to the configure file would work, but it didn't. The list price is showing (with a line though it) when the retail price is the same on the thumbnail images of category pages. Can you please let us know how to adjust this so retail only shows when list is lower? Also, can you please let me know how to decrease the height of the top and lower headers and the breadcrumb font and area? Thank you for your help |
Re: X-Cart - Ultra - Responsive Template
Quote:
For the latter, edit skin/customer/header/header_categories.tpl Replace... Code:
{if $smarty.foreach.count.index eq 7} Code:
{if $smarty.foreach.count.index eq 5} Code:
{if $smarty.foreach.count.index gte 7} Code:
{if $smarty.foreach.count.index gte 5} Replace... Code:
nav.tile-nav li { overflow: visible; width: 12.5%; } Code:
nav.tile-nav li { overflow: visible; width: 16.66%; } And... Code:
nav.tile-nav li { width: 25%; } Code:
nav.tile-nav li { width: 33.33%; } Quote:
Quote:
In skin/ultra/customer/main/products_t.tpl Replace... Code:
{if $product.list_price ne 0}<span class="product-price text-danger text-sm"><s>{currency value=$product.list_price}</s></span> {/if} Code:
{if $product.list_price ne 0 && ($product.list_price ne $product.taxed_price)}<span class="product-price text-danger text-sm"><s>{currency value=$product.list_price}</s></span> {/if} Quote:
.header-upper {} (css/altskin.css) header {} (css/altskin.css) .breadcrumb-container {} (css/bootstrap.overrides.css) |
Re: X-Cart - Ultra - Responsive Template
Thanks Phil.
On the header, I only have 5 categories. What numbers do I need to put in for 5 categories? Also, I would like to get the speed bar in the upper header. How can I do that? Thank again. |
Re: X-Cart - Ultra - Responsive Template
Quote:
Quote:
Code:
<div class="btn-group"> |
All times are GMT -8. The time now is 12:40 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.