![]() |
Re: X-Cart - reBOOT - Responsive Template
Thanks again elmirage001, but I don't think so. If you mean looking at the folder in CPanel File Manager, I don't see anything there.
Yes, please help Phil :). Thinking about it, it may be Version 2 but I can't remember. |
Re: X-Cart - reBOOT - Responsive Template
Hi costanza,
Can you not expand the original Reboot File archive that you got when you purchased Reboot? In there should be a version file. Kind regards ITVV |
Re: X-Cart - reBOOT - Responsive Template
Hi costanza,
Look at your downloaded zip file for reBOOT. I skipped upgrading to 4.6.2 so I'm missing that info but my Zip Archive backups show the following. While on 4.6.0 --> X-Cart_Reboot_Template_v1.2_(X-Cart_v4.6.0) While on 4.6.1 --> X-Cart_Reboot_Template_v2.2_(X-Cart_v4.6.x) While on 4.6.3 --> X-Cart_Reboot_Template_v2.33_(X-Cart_v4.6.3) So it looks like with you being on 4.6.1 you must be >= v2 and < v2.33 Getting closer :-) Paul Thanks ITVV for mentioning the Reboot File archive! |
Re: X-Cart - reBOOT - Responsive Template
I appreciate all the help guys, but I have 3 sites using Reboot so I have a few versions on my computer.
From memory I think it is Version 2. My real problem is, I disabled the responsive aspects of the site and made it static at a fixed width. My question for anyone or Phil is, I now want to make this site wider and I can't remember how I set the width. I realize it is different for each version, so that is why I am trying to figure out the version first. Again, truly thankful for you guys trying to help :). |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Start by looking in "skin/reboot/css/" and look for CSS files with dates that look like they were modified from your original install date. Good luck!! |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Thanks again - I have looked but can't find where this was done. Phil are you around? I will pay you to go on my site to find and fix. I think this would be very simple for you and shouldn't take more than a few minutes. I've spent so much time on this myself and am at my wits end!! Thanks for any help you can provide Phil. Btw, I am planning on upgrading to the new redux once it is available. :-) |
Re: X-Cart - reBOOT - Responsive Template
Hi Constanza, just drop me a line. Or try live chat.
|
Re: X-Cart - reBOOT - Responsive Template
when will X-Cart reBOOT Template v4.7.10 come out, pls?
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
reBOOT "reDUX" is in development, which is a revamped version based on the forthcoming Bootstrap v4.3, an early demo of which can be seen here. I am very busy but trying to get it out asap. After that, I'll be working on a brand new lightweight template for the summer. |
Re: X-Cart - reBOOT - Responsive Template
Hi folks, reBOOT has been updated for v4.7.10. Apologies for the delay.
Demo Meanwhile development of reDUX continues... |
Re: X-Cart - reBOOT - Responsive Template
Hi Phil,
Thank you so much! You and reBOOT are always worth the wait :D/ Looking forward for reDUX too! Thanks for everything you do! Paul |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Thank you so much for the incredible amount of work and improvements you've made over the versions. We're almost done converting the 4.6.6 version of reBOOT to the new 4.7.10 version and we couldn't be happier with the results. I've done a large number of tweaks over the years and even though I have no background in coding, your clean and organized structure allows me to always accomplish what I'm trying to do. I also see where you put in extra work you didn't have to in order to make areas cleaner and easier for our customers. Thank you again so much! Again! Paul |
Re: X-Cart - reBOOT - Responsive Template
Hello fellow reBOOTers!
We're up and running on reBOOT 4.7.10 and PHP 7.2 with no issues. :D PM me is you'd like to take a look. What a fantastic template! Thanks Phil! Paul |
Re: X-Cart - reBOOT - Responsive Template
Is anyone using the Reboot skin (4.7.9) having trouble with canonical link tags? An SEO tool we use reported that:
"Canonical Tag Importance ![]() Easy to Solve Webpage and canonical link tag points to different URLs. Website url: https://www.company.com/Widgets-and-things/ Url found in the canonical link tag: https://www.company.com/https://www.company.com/Widgets-and-things/ " It looks like it is duplicating the main url before the complete page url somehow. Reading this thread from 2015 Phil said to replace some code in /reboot/custom/reboot_service_head.tpl The relevant code in our reboot_service_head.tpl file is currently: {if $homepage} <link rel="canonical" href="{$current_location}" /> <link rel="prerender prefetch" href="{$current_location}"> {elseif $main eq "reboot_blog"} <link rel="canonical" href="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}" /> <link rel="prerender prefetch" href="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}" /> {else} <link rel="canonical" href="{$current_location}/{$canonical_url}" /> <link rel="prerender prefetch" href="{$current_location}/{$canonical_url}" /> {/if} Any ideas how to fix this with my limited X-Cart knowledge? |
Re: X-Cart - reBOOT - Responsive Template
skin/reboot/custom/reboot_service_head.tpl
Replace... Quote:
Quote:
Replace... Quote:
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Hi Phil !
Can we go ahead and do the x-cart jquery security update or do we need to wait for any reBOOT updates first? Thanks! Paul |
Re: X-Cart - reBOOT - Responsive Template
Hi Paul, you can go ahead and apply the security patch (security-jquery-sql_injection-2019-04-25). I've just applied it on the demo. I can't foresee any issues with jQuery plugins, but let me know if you come across any.
Meanwhile, I'll be updating reBOOT for v4.7.11 when I get chance and let y'all know here. reDUX is still coming....... |
Re: X-Cart - reBOOT - Responsive Template
Phil, we tried this change you suggested for canonical links, but after replacing the code in skin/reboot/custom/reboot_service_head.tpl the site won't load. Any ideas? Here's the latest relevant code (original code is commented out):
{if $homepage} <link rel="canonical" href="{$current_location}" /> <link rel="prerender prefetch" href="{$current_location}"> {elseif $main eq "reboot_blog"} <link rel="canonical" href="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}" /> <link rel="prerender prefetch" href="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}" /> {else} {* <link rel="canonical" href="{$canonical_url}" /> <link rel="prerender prefetch" href="{$canonical_url}" /> *} <link rel="canonical" href="https://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}" /> <link rel="prerender prefetch" href="https://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}" /> {/if} |
Re: X-Cart - reBOOT - Responsive Template
skin/reboot/custom/reboot_service_head.tpl
This should be sufficient... Code:
{if $homepage} |
Re: X-Cart - reBOOT - Responsive Template
Thanks Phil, that change worked. However, after I also made the other change you suggested to skin/reboot/customer/bread_crumbs.tpl...
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><span itemprop="url" content="https://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}"></span><span itemprop="title">{$l.0|amp}</span></li> ... it won't load. Any thoughts? |
Re: X-Cart - reBOOT - Responsive Template
1 Attachment(s)
skin/reboot/customer/bread_crumbs.tpl attached.
If you're still getting white screen, check your PHP logs in /var/log or uncomment Quote:
|
Re: X-Cart - reBOOT - Responsive Template
* FIXED |
Re: X-Cart - reBOOT - Responsive Template
1 Attachment(s)
Fix for Cloudzoom in v4.7.11
Replace skin/reboot/modules/Detailed_Product_Images/cloudzoom_image.tpl with attached. Note, the new "appendSelector" setting. Demo |
Re: X-Cart - reBOOT - Responsive Template
hi
I am trying to find instruction on how to use switch to the custom homepage over the dynamic homepage. I cannot see this in the settings screen Please advise |
Re: X-Cart - reBOOT - Responsive Template
reBOOT settings > Homepage
First option. Not sure if this will feature in reDUX, we'll see. |
Re: X-Cart - reBOOT - Responsive Template
Also is it possible t show the mini basket at all times even if it is empty. i always like to show the minibasket pn an ecommerce store even it empty?
|
Re: X-Cart - reBOOT - Responsive Template
skin/reboot/css/reboot.css
Quote:
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
I'm hoping someone can help me figure out how to display Featured Products on Category pages in a grid format instead of the default carousel appearance. Also, I need it to display 4 products per row on a desktop display (the current carousel only shows 3 wide).
Any help would be much appreciated. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Hi Phil ! I use the Custom Homepage and I think a new reBOOT purchaser will be also. I can always modified home if you remove the home_custom.tpl feature. Thanks! Paul |
Re: X-Cart - reBOOT - Responsive Template
Phil, after I uninstall reboot template, my store refuses to change language when the language button is pressed.
I've cleared the template cache. I know this is too little data, but maybe you have an idea why? |
Re: X-Cart - reBOOT - Responsive Template
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
If you are copying and pasting from these instructions then you will need to note that there is a rogue space character in this variable which result in a white page when loading your site
{$smarty.server.REQUEST_ URI} should be {$smarty.server.REQUEST_URI} |
Re: X-Cart - reBOOT - Responsive Template
WIP - https://www.xcartmods.com/a/
Long-ish way off yet, but thought I'd keep you lot in the loop ! Bugs are guaranteed, but feel free to give feedback as it is. v4 alive and well. |
Re: X-Cart - reBOOT - Responsive Template
Hi Phil!
Love the new mobile menu! Thanks for the update! Paul |
Re: X-Cart - reBOOT - Responsive Template
Phil,
That mobile menu is money. I cannot wait for this to launch. I'm past due for an upgrade and I am holding out for this sweetness! |
Re: X-Cart - reBOOT - Responsive Template
Hi Phil,
Can't edit Testimonials running 4.7.11 Thanks Mark |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Hi Mark, In testimonials_admin.php Change http Code:
<link href="http://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css" rel="stylesheet"> To https Code:
<link href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css" rel="stylesheet"> Sorry Phil, I forgot to send you this one. Paul |
Re: X-Cart - reBOOT - Responsive Template
https://www.buyeyeglasses.net/
https://www.buyeyeglasses.net/womens-glasses/ there are only 2 products per line, not 3 products a line. Tested under firefox. how to do, pls? tks |
Re: X-Cart - reBOOT - Responsive Template
https://www.buyeyeglasses.net/reviews.php
not responsive proerly, how to modify https://www.buyeyeglasses.net , pls? |
Re: X-Cart - reBOOT - Responsive Template
Hi Phil
I want to load a specific category page in list view rather than grid or row using reboot I can see that running this in console works, but when I place the code on the page it does not execute. any ideas? PHP Code:
the url it would work on https://www.johnandginger.co.uk/samples.html additionally i remove the cookie lines |
All times are GMT -8. The time now is 06:11 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.