![]() |
Re: X-Cart - reBOOT - Responsive Template
Hi Phil
How would I make Refine Filters load above the products for users of mobiles in portrait mode? Currently it loads below it. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
ok, here's a way to do it (tested) ... 1) In skin/reboot/customer/bar.tpl Replace... Code:
{if $active_modules.Refine_Filters} With... Code:
{if $active_modules.Refine_Filters} 2) In skin/reboot/custom/home_2_cols_left.tpl (sidebar on left) Replace... Code:
<div class="col-md-9 col-md-push-3"> With... Code:
<div class="col-md-9 col-md-push-3" id="content_col"> OR, skin/reboot/custom/home_2_cols_right.tpl (sidebar on right) Replace... Code:
<div class="col-md-9"> With... Code:
<div class="col-md-9" id="content_col"> 3) In skin/reboot/js/reboot.js At the end, insert... Code:
function ChangeOrientation(width){ |
Re: X-Cart - reBOOT - Responsive Template
I have purchased and really like the Reboot Template. For users that want a fast
easy way to make changes it is great. Phil is very responsive and helpful. As a new xcart owner and new to html, php etc I find this template invaluable. I will buy more from xcartmods one of the better web companies I have found. |
Re: X-Cart - reBOOT - Responsive Template
Suggestion
It would be so much more powerful when the testimonials would have the option of showing an avatar. People respond and trust testimonials a lot more when they see the actual person. Is there a way that there will be an addon to add this feature? Maybe I'm not the only one that would like to see this as it's very standard in 2014 for most e-commerce stores. |
Re: X-Cart - reBOOT - Responsive Template
Good idea. Gravatar images would be the simplest way. I'll look into it and report back.
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
Great! It has become a basic feature more and more and helps to build trust. |
Re: X-Cart - reBOOT - Responsive Template
2 Attachment(s)
Quote:
ok, here's how... 1) Upload the attached file, function.gravatar.php, to include/templater/plugins 2) In skin/reboot/modules/Testimonials/testimonials.tpl Replace... Code:
{$t.testimonial} Code:
<img src="{gravatar email=$t.email rating='PG' size='80'}" alt="{$t.name}" style="float:left;margin:0 10px 10px 0"> To set your own default icon (for those who submit testimonials and have not registered a Gravitar icon), instead use... Code:
<img src="{gravatar email=$t.email rating='PG' size='80' default='http://www.yourstore.com/skin/reboot/modules/Testimonials/images/default_avatar.jpg'}" alt="{$t.name}" style="float:left;margin:0 10px 10px 0"> Then upload your default_avatar.jpg image to skin/reboot/modules/Testimonials/images/ 3) In skin/reboot/modules/Testimonials/testimonial_add.tpl After... Code:
<input name="email" type="text" id="email" maxlength="255" class="testimonial_input" placeholder="Required" required> Code:
<span style="font-size:12px">{$lng.lbl_testimonial_gravitar}</span> 4) Apply SQL patch... Code:
REPLACE INTO xcart_languages SET code='en', name='lbl_testimonial_gravitar', value='If you have a <a href=\"https://gravatar.com/site/signup/\" target=\"_blank\">Gravitar icon</a> associated with your email address, we will display it next to your testimonial.', topic='Labels'; 5) Run a template cleanup. Demo here. More info on the plugin here. More info on the icons here. Very useful and could be used elsewhere around your store :) |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Guess it was a good idea =) Nice to see turn around that fast. I couldn't find {$t.testimonial}. Could only find {$t.testimonial|sslash} (v2.6.4 as far as I remember) The testimonials in the footer do still not show it though, maybe it would be another improvement when they show there too? *** I was just told by xcartmods.co.uk that 'they're sick of people like me' and that I should go away and I could make as much noise as I want. :( I have no idea what happened and am a bit shocked. Yesterday I brought up an idea how testimonials could be improved and today I was treated very badly and condenscending. I just tried to give some ideas to improve the mods of xcartmods.co.uk which I'm a fan of and didn't want to feel anyone offended by my ideas or thoughts nor put pressure that they need to come to life. I really like reboot and xcartmods.co.uk but am out of words. Unfortunately, I couldn't find out what the problem might be as I only got told to find out myself and a phrase 'I know exactly who you are. Goodnight!' and the chat was closed. I hope that some of the ideas helped to build an even better product and helped some other people too. My apologies if I offended anyone by bringing up improvement ideas. |
Re: X-Cart - reBOOT - Responsive Template
Just enforces what I said. Sorry, but I know when a person is out to cause trouble and I won't stand for it.
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
Are you sure it was Phil, sounds a bit odd |
Re: X-Cart - reBOOT - Responsive Template
Quote:
I have absolutely no idea what happened that the person who answered got in rage like that. There are only two things that come to my mind that could have made you feel offended. But even then I'm only guessing. 1. If you felt offended by my support requests I would have prefered to got told: "I'm not able to provide more support, sorry" instead of not answering and then exploding with "people like you make me sick", "I know exactly who you are" "don't work with me". In my opinion it is very rude and I never experienced answers like that before. 2. Improvement ideas. I tried to make your template even better by suggesting and sharing ideas. You might have felt offended by these or felt pressure to provide all these things but I can only guess. I thought that updating and interacting on the reboot thread to make it an even better template might could be also a good thing and advertising for you. I ordered many items from you but understand that this doesn't mean a thing. I would have appreciated to be told that no support is available or no ideas are desired instead of the harsh words I was being told. I will not bring up any ideas anymore but In my opinion no person should be treated that rude. As I can not contact you I write all this here: I wish you the best and thank you for all the help. |
Re: X-Cart - reBOOT - Responsive Template
I apologise designguru, move on.
You can contact me anytime. |
Re: X-Cart - reBOOT - Responsive Template
Is it possible to keep the full site on a tablet (either Ipad mini or Nexus 7) so it does not go responsive
|
Re: X-Cart - reBOOT - Responsive Template
If you can edit the CSS media queries, then it is possible.
|
Re: X-Cart - reBOOT - Responsive Template
No probs worth an ask. back to the drawing board
|
Re: X-Cart - reBOOT - Responsive Template
Hi Phil,
Can you please look into my pending ticket? Thanks, xtech |
Re: X-Cart - reBOOT - Responsive Template
Bootstrap was just updated to v3.3.0.
v3.x users can easily upgrade using this file. Both demos are now using it. |
Re: X-Cart - reBOOT - Responsive Template
Great idea. Excellent implementation by Phil! I did have to do 2 things.
I changed the "i" to an "a" in the file name. function.gravitar.php --> function.gravatar.php and I had to paste the file into notepad and then save. I seemed to have some hidden control characters which kept the function from working. Thank you so much! Works Great! Paul Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Paul, thanks for spotting the typo (!), updated the post :)
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
Do you have an example of code to edit? |
Re: X-Cart - reBOOT - Responsive Template
Any reBOOT v3.x users using the reBOOT latest Tweets widget in the footer area or elsewhere, there was an issue with displaying Tweets in HTTPS mode.
A fix is available here. |
Re: X-Cart - reBOOT - Responsive Template
Any update of reboot with latest version of x-cart 5?
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
New reBOOT v3.x addon - Device Detect
http://www.xcartmods.co.uk/reboot/device_detect.jpg |
Re: X-Cart - reBOOT - Responsive Template
|
Re: X-Cart - reBOOT - Responsive Template
Hi all,
Just wanted to put this on record, we were having a couple of issues with our Reboot template, Phil spent a good few hours helping us out with this, customer service is top notch, certainly compared to some platforms / modules we've used. thanks |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Phil is very much helpful and cooperative. |
Re: X-Cart - reBOOT - Responsive Template
Hi Phil,
Any addon for feedback or custom form builder to store the data in database?Currently in the feedback system no data is stored in db I want to store the data in database so that for future use we can use that data for marketing promotion? Thanks, xtech |
Re: X-Cart - reBOOT - Responsive Template
Quote:
There's a Bootstrap 3 form generator available here. As for the PHP form processing / DB storing part, a quick and easy solution is Forms to Go. |
Re: X-Cart - reBOOT - Responsive Template
v4.6.6 was released today. reBOOT v3.3 for v4.6.6 will be available within a few days or so, hopefully sooner.
Also, if you have any feature requests for v3.3, get in touch. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
But will it store data in x-cart database? I want to capture those data for future purpose which needs to be exported for marketing promotions and campaigns.Otherwise we loss data.Such as x-cart contact us form,reboot feedback module,x-cart ask a question about the product.I want to capture those data. Can you please these types of modules? Thanks, xtech |
Re: X-Cart - reBOOT - Responsive Template
reBOOT v3.3 is now available for v4.6.6 Gold / Gold Plus / Platinum - DEMO
|
Re: X-Cart - reBOOT - Responsive Template
Adding a CDN to reBOOT definitely helps :)
reBOOT v3.x Integration details (for MaxCDN) are here. UPDATED 7TH DEC 2014 TO FIX ADDRESS POPUP ISSUE Unfortunately gives an error on checkout - looking for a fix ! http://www.xcartmods.co.uk/reboot/yslow.jpg |
Re: X-Cart - reBOOT - Responsive Template
Wow that's fantastic! I'm using TotalServer Solutions CDN and have issues with the 'Expires headers'. How did you set them?
Thank you again for all you do! Cyber Monday is off to a good start and it's great to see mobile, tablet, and desktop orders coming in smoothly with no customer service issues. Paul |
Re: X-Cart - reBOOT - Responsive Template
|
Re: X-Cart - reBOOT - Responsive Template
Hi Phil,
Thanks for all the info! I'm using almost the exact same code in the .htaccess file and it looks like the difference is that MaxCDN uses the Expires headers settings in the .htaccess file and TotalServer Solutions can not. I had already opened a ticket with TSS about the Expires headers but they did not have a solution. I'll have to take a look at MaxCDN. Thank you! Paul |
Re: X-Cart - reBOOT - Responsive Template
30 day free trial on MaxCDN if you ask nicely...
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
We are using Amazon CloudFront service module for x-cart.Can I get any benifit with this? How to load static content,reboot file images all from amazon CDN? Also any news about update of reboot for x-cart 5.1.9? Thanks. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
Can I expect an answer from you? |
All times are GMT -8. The time now is 06:25 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.