![]() |
X-Cart - Ultra - Responsive Template
![]() X-Cart Ultra is a fast, advanced, fully responsive, SEO friendly template for X-Cart Classic, based on Bootstrap 4. FAST + FEATURE PACKED + OPEN SOURCE + SEO READY Requirements...
|
Re: X-Cart - Ultra - Responsive Template
Can't Wait !
|
Re: X-Cart - Ultra - Responsive Template
Hi Phil !!
Well... You have me drooling on my keyboard again :lol: 4.7.6 fired up and waiting! Paul |
Re: X-Cart - Ultra - Responsive Template
Hi Phil, Do you have a new estimated date Ultra will be ready? I noticed you percent complete went backward. Sorry to rush you... I'm just excited to for the release.
|
Re: X-Cart - Ultra - Responsive Template
I've been waiting for the next Alpha of Bootstrap 4, which was just released and is pretty stable IMO, so am hoping to launch next week.
|
Re: X-Cart - Ultra - Responsive Template
Hi Phil. I definitely am going to switch from my current Light Responsive template to either reBOOT or Ultra on my current store at http://GadgetsGo.com. (Was using your Smart Template on 4.4 since 2011!) But, I don't know which to choose.:-k Can you offer any quick advice? What advantages does Ultra have over reBOOT, and vice-versa? (doesn't need to be a comprehensive answer :wink: ). Thanks.
|
Re: X-Cart - Ultra - Responsive Template
Hi Phil, I notice in ultra the shop_closed.html has turned into lot of pictures and those latin words "lorem ipsum..". Is this a mistake?
|
Re: X-Cart - Ultra - Responsive Template
Quote:
|
Re: X-Cart - Ultra - Responsive Template
Hi Phil,
Just purchased it! :D/ Thank you so much!! Paul |
Re: X-Cart - Ultra - Responsive Template
Phil, I noticed this line in patch_install.sql :
REPLACE INTO xcart_config VALUES ('parse_smarty_tags','Parse Smarty tags in the content of embedded static pages','y','General',620,'checkbox','y','','',''); When the "y" character is lowercase, the checkbox in General Settings is not checked. I changed it to uppercase and it fixed the problem. |
Re: X-Cart - Ultra - Responsive Template
Thanks for reporting, fixed.
|
Re: X-Cart - Ultra - Responsive Template
Phil, is the ticker text multi language?
|
Re: X-Cart - Ultra - Responsive Template
I also notice that the texts in account section, like "I'm a new customer", "I'm an existing customer", etc, is still hard-coded. Can you provide the multi-language version of it? I can add the variables myself, but I figure having more custom codes will make it harder to upgrade in the future.
|
Re: X-Cart - Ultra - Responsive Template
Can you also tell me how to set category's image size? Both on header's menu and category page.
|
Re: X-Cart - Ultra - Responsive Template
1 Attachment(s)
Hi phil, when a customer just registered and trying to add a new address in "my account" section, the div is positioned at the bottom, and the bottom part of the div is hidden. Scrolling doesn't help.
I saw this doesn't happen on ultra demo though. I'm using the same browser (chrome) to open both pages. |
Re: X-Cart - Ultra - Responsive Template
Phil, I also noticed that company logo is missing from the invoice?
|
Re: X-Cart - Ultra - Responsive Template
Quote:
You can make it multi-language by using eg. {if $shop_language eq 'EN'}...{elseif $shop_language eq 'FR'}...{/if} See skin/ultra/custom/widgets/widget_ticker.tpl There's not many hard coded texts, but I'll tidy those up in the next release and include a language patch. I tried to utilise the default language labels where possible. Quote:
See step (5) of the install, which sets the maximum width and heights of the category icons. See also CSS... Code:
img.subcategory-icon { Quote:
Popups should be centered and also responsive. It's fine here in chrome, FF etc. using the mousewheel or scroll bar. You can set the popup maximum height by editing skin/ultra/js/popup_open.js Quote:
I remove 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
1 Attachment(s)
Thanks for the response phil. I'm currently having problem with the popup address. Reducing max height helps show all part of the div, but it still is not positioned on the centre and does not look good.
Changing into this also doesn't do anything : $('.popup-dialog').css('overflow-y', 'auto'); It's not just the position of the div. The header text "New Address" is not in the header. Any idea? |
Re: X-Cart - Ultra - Responsive Template
Can you go live chat?
|
Re: X-Cart - Ultra - Responsive Template
Regarding the missing company logo on the invoice, I just tried on ultra's demo, and there is no logo as well.
|
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"> |
Re: X-Cart - Ultra - Responsive Template
Hi Phil, Can you please let me know how to adjust the size and color of the slider overlay in Ultra? Thanks
|
Re: X-Cart - Ultra - Responsive Template
Look in skin/ultra/css/swipers.css
.swiper-caption { ... } If you don't use it already, I strongly recommend Firebug for tracking down CSS. |
Re: X-Cart - Ultra - Responsive Template
There is an issue with Ultra and the stock Banners module.
When banner is created and only one image is added it can be set to static so there is no rotation. With Ultra however the template takes over and converts all banners into slider. So no matter how you set the banner with one image - it will just loop itself. Phil you should look into this and not convert banners into slides if not necessary. Or am I missing some setting? |
Re: X-Cart - Ultra - Responsive Template
@Steve, in skin/ultra/modules/Banner_System/banner_rotator.tpl
Replace... Code:
{foreach from=$banners item=banner} With... Code:
{foreach from=$banners item=banner} Then in skin/ultra/js/custom/swipers.js underneath BANNER SYSTEM Replace... Code:
autoplay: 3000, With... Code:
autoplay: $this.find('.swiper-slide').length > 1 ? 3000 : false, If need be, do the same for grabCursor and loop... Code:
grabCursor: $this.find('.swiper-slide').length > 1 ? true : false, |
Re: X-Cart - Ultra - Responsive Template
Thanks Phil, we managed to code a solution that works for us. I just wanted to post for others to know and for feature versions of the skin to be corrected.
|
Re: X-Cart - Ultra - Responsive Template
27th October 2016 - v1.0.3 (X-Cart v4.7.6)
|
Re: X-Cart - Ultra - Responsive Template
|
Re: X-Cart - Ultra - Responsive Template
When the addons are not installed - in particular "featured category", "testimonials", "wp"... - the log files get filled up with sql errors. The altskin_common.php runs on every page load and queries database for tables which do not exist. This could have been coded in a better way to check for the features or tables and not the way currently is.
Imagine if the site has sql errors email active - admin will get one each time page is loaded.... |
Re: X-Cart - Ultra - Responsive Template
I don't get any errors whatsoever. Log files are one of the things I check most closely.
You might have an version of altskin_common.php You can send me the log files if you like and I'll investigate. |
Re: X-Cart - Ultra - Responsive Template
Here is an example
Quote:
The 2 tables and "featured" field in categories do not exist since the addons are not needed and not installed Also even if the WP is installed the mod will look for its tables within the same XC database. I would never put the blog tables within XC database - it will have its own database. With WP this is mandatory given the fact it is the most hacked platform. Unless I am missing some setting in admin |
All times are GMT -8. The time now is 05:36 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.