![]() |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Just PM me your order ID and I'll send the files over. |
Re: X-Cart - reBOOT - Responsive Template
For anyone using the feedback addon, here's how to make it more mobile friendly...
in feedback/js/button.js
Before... Code:
Insert...
Code:
On clicking the feedback button, the page will auto-scroll to the top :) |
Re: X-Cart - reBOOT - Responsive Template
Can anyone tell me what controls the size of the thumbnails on the product list? I could do with making them a little bigger than 127x127
|
Re: X-Cart - reBOOT - Responsive Template
skin/reboot/css/reboot.css
Code:
.thumb_div_medium { position: relative; margin: 0 auto; width: 127px; height: 127px; } If you don't want the thumbnails to be confined to a specific size, in skin/reboot/customer/main/products_t.tpl Replace... Code:
<a href="{$url}" class="unify thumb_size_medium"> Code:
<a href="{$url}"> |
Re: X-Cart - reBOOT - Responsive Template
Phil, feature request. I am looking at your MEGA Menu mod. I prefer the menus on the left side of the screen. Does that mod accommodate that? What i am looking for is to use your reBOOT template with the expanding menus (with your cool styling) - like what we had with Fancy Categories.
|
Re: X-Cart - reBOOT - Responsive Template
Eh - I just now noticed that it can and does work vertically... duh - it integrates with reBOOT I assume?
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
Hi Carl, are you referring to this mod ? It has a vertical mega menu for the sidebar and could be integrated with reboot. To stay responsive, it would transform to a select dropdown menu for small devices. Or, the addon designed for reboot, which is horizontal only. |
Re: X-Cart - reBOOT - Responsive Template
Yes - I should have been more specific. And yes, I want it to integrate with reBOOT. I just find that the current menu scheme in reBOOT is confusing - not bad, just like the flyout menus better.
Let me know what I will need to do to integrate it. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Vertical flyout menus, or vertical mega menu? |
Re: X-Cart - reBOOT - Responsive Template
I was asked if reBOOT can have 3 column layouts, so I have put an addon that does enables them, here (addons tab).
The only caveat, is that source code ordering is LEFT COL / CONTENT / RIGHT COL (not ideal for SEO or small devices) This is included in future versions of reBOOT. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
I called it flyout because of the old flyout menu - but either way the behavior is similar. I just don't care for the current reBOOT cascade. My tired eyes seem to prefer what you have done on the demo site you made for the Mega Menus. So can we make the Vertical Mega Menu work with reBOOT? |
Re: X-Cart - reBOOT - Responsive Template
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Placing order now. I don't mind hacking at the code if you have a set of integration instructions though..?
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
Phil do you have this for 4.5.4 as it won't patch with the downloaded version? Cheers |
Re: X-Cart - reBOOT - Responsive Template
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
If anyone wishes to add a new custom product field to a tab/accordion, eg. specifications etc., instructions are available here (see Addons tab).
|
Re: X-Cart - reBOOT - Responsive Template
Phil
The reBoot template looks great. It would be better if you support the modules that customers have already bough by answering the support tickets placed on your site. I placed a support ticket on May 16th and now its been over three weeks ago and still no response and I have even sent follow up e-mails for support. |
Re: X-Cart - reBOOT - Responsive Template
Barry, I have replied.
|
Re: X-Cart - reBOOT - Responsive Template
Can someone tell me how you turn on the Sliding Cat Menu.
I have it enabled in the config but it never expands/contracts. |
Re: X-Cart - reBOOT - Responsive Template
Freakmode, the flyouts module just needed to be enabled (with 'cache the menu' disabled) - try now :)
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
Cheers Phil, I think I have been caught out with that before. Must pay more attention. Thanks again |
Re: X-Cart - reBOOT - Responsive Template
FYI, Twitter has discontinued its unauthenticated v1.0 API, so your reBOOT Twitter feed will have stopped working.
Info... https://dev.twitter.com/blog/api-v1-is-retired I have updated reBOOT to support the Twitter v1.1 API. You can see a working demo here (see the footer). The fix is available here (Addons tab). Read install.txt. Updated 18th June - Now with paging buttons |
Re: X-Cart - reBOOT - Responsive Template
|
Re: X-Cart - reBOOT - Responsive Template
This is an important v4.6.0 fix for the bestsellers and recently viewed products menus not appearing... Download
|
Re: X-Cart - reBOOT - Responsive Template
Phil is there a way to make the Detailed Images shown in the product tab to be the default size of the original?
All ours are 400x400 but look a bit wrong when they are zoomed to fit. |
Re: X-Cart - reBOOT - Responsive Template
Edit this line from skin/reboot/css/reboot.css
Code:
div.dpimage-container img, img.responsive { width: 100% !important; height: auto; } |
Re: X-Cart - reBOOT - Responsive Template
Phil, I am still having a little trouble with the top of the categories menu extending beyond the top of the screen. Where should I be looking to bring the top of it down?
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Sorry Phil
Do you have any experience of getting Infinite Scroll to work with your template? We installed it today and although it scrolls the products grid is lost. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
No, that module has not been tested yet. Post a ticket and I'll test... |
Re: X-Cart - reBOOT - Responsive Template
I want to use Infinite Scroll with reBOOT, can you confirm they're compatible?
|
Re: X-Cart - reBOOT - Responsive Template
Also Phil can you take a look at the "Add to Cart" popup on your demo site as it does not fit on screen on an iPhone.
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
It does work with reBOOT, I'm currently testing it, but the product results page does need tweaking... skin/common_files/modules/Infinite_Scroll/product.tpl I'll work on a solution so that it maintains the reBOOT products layout styling, with switchers, and report back ASAP. Quote:
The add to cart popup is not touched in reBOOT, but the files to edit are.. skin/common_files/modules/Add_to_cart_popup/product_added.js skin/common_files/modules/Add_to_cart_popup/product_added.tpl I know Paul came up with a great solution to make it more mobile friendly. Maybe drop him a PM and politely ask for it. (hope you don't mind Paul :) ) |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Never a problem Phil :-) Paul |
Re: X-Cart - reBOOT - Responsive Template
As it's Summer, I'm offering $50 off the reBOOT template throughout the whole month of July!
Use coupon code 50OFFJULY |
Re: X-Cart - reBOOT - Responsive Template
I need to purchase another copy of x-cart (10 hours left in sale) and plan to use this template.
I noticed x-cart gold is now available with a 'mobile version' add-on for an additional cost. Is this mobile version add-on for people using an stock x-cart template? Am I correct in assuming that since I will use Reboot with the mobile skin, just the regular X-cart gold is all I need - or am I missing something? |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Thanks for the offer Paul, we are now live on Reboot and have modified the xmobile template to just load on smartphones (tablets use Reboot). All going well, just wished we had moved to 4.5.5 instead of 4.5.4 as we now need to upgrade again to get iframe working with xpayments. Always something!!! |
Re: X-Cart - reBOOT - Responsive Template
Is there a demo of the backend for this? i didn't see any information on the website about it.
|
Re: X-Cart - reBOOT - Responsive Template
|
Re: X-Cart - reBOOT - Responsive Template
Phil, just had to chime in and say that your responsive testing tool is pretty genius. I love it. :-)
|
All times are GMT -8. The time now is 12:35 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.