![]() |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Can you please look into it? I have posted a ticket? Thanks, xtech |
Re: X-Cart - reBOOT - Responsive Template
Phil, my FAQs are not displaying correctly. Here's a screenshot:
http://www.mediafire.com/convkey/7c90/ewke3qgt537kz2vfg.jpg The php log says: Warning: Smarty error: unable to read resource: "addons/faqs/faq_section_1.tpl" in /home/XXX/public_html/beta/include/lib/smarty/Smarty.class.php on line 1094 I've already enabled the "Parse Smarty tags in the content of embedded static pages" in admin::general. Also, in custom/faqs/faqs.tpl, there's "lbl_adapt_expand_everything" and "lbl_adapt_collapse_everything" that are not in the language variables. Any idea? |
Re: X-Cart - reBOOT - Responsive Template
Pitak, that would suggest files are missing, do the following files exist?
skin/reboot/custom/faqs/faq_section_1.tpl skin/reboot/custom/faqs/faq_section_2.tpl skin/reboot/custom/faqs/faq_section_3.tpl skin/reboot/custom/faqs/faq_section_4.tpl skin/reboot/custom/faqs/faq_section_5.tpl skin/reboot/custom/faqs/faqs.tpl The FAQs themselves are language labels which are added when you apply the install patch, reboot_patch_install_template.sql I would perhaps clear your template cache fully. |
Re: X-Cart - reBOOT - Responsive Template
Phil, the files are there. What else is possible?
|
Re: X-Cart - reBOOT - Responsive Template
Reupload the FAQ template files from your reBOOT zip file and run a template cleanup again. You might be using old Adapt template FAQ code there.
|
Re: X-Cart - reBOOT - Responsive Template
Thanks, Phil. I've reuploaded the files and now everything is working. :)
|
Re: X-Cart - reBOOT - Responsive Template
Phil, I have a feature request and some questions:
Request: Can you add text coloring to the Mega Menu? (Header Menu) For example, please see this web site: https://www.astronomics.com/ The Header Menu looks great, especially with many sub-categories. Questions: 1. The Category Page icons do not arrange neatly in rows. There are spaces at the middle. What can I do to make it look more professional (arranging neatly without spaces)? 2. How can I change the background color or assign an image background to the header (where the store logo is)? By the way, I LOVE this template. It is awesome! |
Re: X-Cart - reBOOT - Responsive Template
Hi Phil,
Can you please check navigation issue? I have posted a ticket please check once. Thanks, xtech |
Re: X-Cart - reBOOT - Responsive Template
How to display images from an other URL (CDN) within the slider?
How to use a bg image from CDN? As we use the CDN mod from qualiteam these will not be uploaded. Thanks |
Re: X-Cart - reBOOT - Responsive Template
Pitak, to tidy up your subcategory display, apply this SQL patch...
Code:
REPLACE INTO xcart_config VALUES ('reboot_subcat_height','','0','Reboot',1335,'numeric','','','',''); Then in skin/reboot/customer/main/subcategories_t.tpl Replace... Code:
<div class="col-md-3 col-sm-3 col-xs-6 text-center"> Code:
<div class="col-md-3 col-sm-3 col-xs-6 text-center"{if $config.Reboot.reboot_subcat_height ne "0"} style="min-height:{$config.Reboot.reboot_subcat_height}px{/if}"> Then change the value in the template settings > misc to suit... Quote:
To change the header background, edit your theme CSS file in skin/reboot/css/themes/ Code:
.header_container { background: #fff; } (this is now part of reBOOT) |
Re: X-Cart - reBOOT - Responsive Template
Thanks, Phil. This makes the template even better! The more I use it, the more I love it! <3
|
Re: X-Cart - reBOOT - Responsive Template
Phil, the Redactor HTML Editors Addon does not work here:
Admin::Product Modify::International Descriptions I guess I have to add something into the Redactor HTML Option "Textareas to use Redactor", but I can't seem to figure it out. Any idea? |
Re: X-Cart - reBOOT - Responsive Template
Pitak, edit skin/common_files/main/products_lng.tpl
Replace... Quote:
Quote:
Quote:
Quote:
Code:
,#descr,#fulldescr |
Re: X-Cart - reBOOT - Responsive Template
Phil, I found a bug on the product list page.
When I set the "sort by" to "Price" and the "no. of items/page" to "24", some items do not show up. Other combinations of "sort by" and "no. of items/page" are working correctly. Really baffling. In the mean time, I'll set the default no. of items to something other than 24. Please see if you can fix this. Thanks <3 |
Re: X-Cart - reBOOT - Responsive Template
Pitak, sorry, I can't reproduce that issue on the demo. Try rebuilding the category indexes in tools > maintenance.
|
Re: X-Cart - reBOOT - Responsive Template
That did fixed the problem. Boy, I'm embarrassed!
Thanks! |
Re: X-Cart - reBOOT - Responsive Template
Phil, I've sent in a ticket some days ago.
|
Re: X-Cart - reBOOT - Responsive Template
Phil, I don't get how the "Mega menu - Display category icons (second level only)" work. I edited the width and height in func.image.php and regenerate the image cache. The result is that the sub-category icons on the Mega menu are blown up. Right-clicking on the icon shows something like "100px в 100px (scaled to 300px в 300px)". Where can I change the scaled sizes in order to display the correct sizes?
|
Re: X-Cart - reBOOT - Responsive Template
Pitak, strange. Maybe the icon image cache did not fully regenerate. Check with Firebug to see what the actual icons dimensions are on the <img> tags.
You could force the icon sizes, by adding CSS to skin/reboot/css/reboot/css ... Code:
p.megamenu-icon img { width: 100px; height: 100px; } Code:
p.megamenu-icon img { width: 100px !important; height: 100px !important; } |
Re: X-Cart - reBOOT - Responsive Template
Phil, the actual icon dimensions on the <img> tags of the page shows the blown up dimension of 300x300. I've added your code to the reboot.css file and it got fixed immediately. Some of the icons I have are not 1:1 ratio though, so it looks a bit disproportionate but I can redo those again. Thank you! <3
|
Re: X-Cart - reBOOT - Responsive Template
I noticed that you've v3.1 on your instant download link (gumroad)
Is it a typo? I don't see any updates on your changelog. And yes, I'm stalking you. :) |
Re: X-Cart - reBOOT - Responsive Template
Instant downloaders (Gumroad) will always get the very latest version.
The next *major update* of the template will be available within 1-2 weeks and will be announced on the changelog. Any purchaser can contact us anytime to obtain the latest files. I would wait 1-2 weeks. |
Re: X-Cart - reBOOT - Responsive Template
Phil, I found a few glitches of the template on my android smartphone.
1. When the phone is in the portrait position, the language button does not show. No problem with Landscape. 2. The featured categories icons does not arrange tidily. There's a white space in the middle. And these are not related to android phones: 3. The featured category names are in English even when the language is set to other languages. 4. Please add Redactor HTML Editors support for the Category Description forms (admin) 5. Do you think you can include an option to subscribe users in the product list pages when items are not in stock (product notifications module)? Thank you. |
Re: X-Cart - reBOOT - Responsive Template
Phil, in my server error log, there's 2 errors that keeps repeating (thousands of them):
1. "File does not exist" error. It seems \skin\reboot\custom\reboot_head.tpl has a line: Code:
<link rel="stylesheet" href="{$AltSkinDir}/css/reboot_custom_scrollbars.css"> The file "reboot_custom_scrollbars.css" does not exist. Can I delete this line? Or is the file missing from the package? 2. Illegal string offset Code:
Warning: Illegal string offset 'reboot_menu_type' in /public_html/var/templates_c/8d47bed06ecc2f76e2c98e1771e1e7d6/%%41^412^412A4742%%03_dropdown_mega_combo.tpl.php on line 5 Line 5 in 03_dropdown_mega_combo.tpl is Code:
{if !$homepage && $config.Reboot.reboot_HM_home_link eq "Y"}<li><a href="./">{$lng.lbl_reboot_home}</a>{/if} What can I do to fix these? Thank you. :) |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Posted over a week ago. Posted some days ago here. |
Re: X-Cart - reBOOT - Responsive Template
Hello Phil,
I have posted several tickets to you.Can you please check the issue? Thanks, xtech |
Re: X-Cart - reBOOT - Responsive Template
Pitak,
Quote:
skin/reboot/custom/header/header_account_menu.tpl Replace... Code:
{if $all_languages_cnt gt 1} With... Code:
{if $all_languages_cnt gt 1} Quote:
That's not helped by you having different icon heights. You could always add a fixed height div container around the icons to compensate, or try a different featured category style. Or set the max-height of your icons. See skin/reboot/custom/widgets/home_featured_categories.tpl Code:
{assign var='max_h' value='100'} Quote:
Single language only at the moment, sorry. It may be multi-language capable in the next version. Quote:
ok. Quote:
Not when it already exists, you can purchase the Qualiteam module here. It's also included in X-Cart Gold Plus / Platinum. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
I've the module activated. But in reBOOT, the product list pages only display the "Out of stock" button. Can you add some kind of link or additional button so that customers can subscribe to the "back in stock" notification without having to go to the product detail page? Thanks for all of your help. Will wait for the next version, and will report more "bugs" if I find them. <3 |
Re: X-Cart - reBOOT - Responsive Template
ok, I see what you mean, I may add that in the next version.
In the meantime, you can simply change the 'out of stock' button wording in skin/reboot/customer/main/buy_now.tpl Code:
<p><a class="btn btn-danger" href="product.php?productid={$product.productid}">{$lng.txt_out_of_stock|upper}</a></p> |
Re: X-Cart - reBOOT - Responsive Template
Quote:
I like the idea. I think for those who have the module activated, we don't need 2 buttons. One is fine - maybe a red "Notify when in stock" button which expands downward when clicked (like the one in the product detail page). Just a suggestion. For now, I just added a new language variable for this "Notify when in stock" button which brings the customer to the product detail page to subscribe. |
Re: X-Cart - reBOOT - Responsive Template
Posted ticket long over one week ago. Posted on the forum one week ago too.
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Phil, in \skin\reboot\mail\html\acr_review_reminder.tpl
Line 18: Code:
<td style="border: 1px solid #EFEFEF; width: 10%; padding: 5px; text-align: center;"> The thumbnail does not display in the email. Can you fix this? Thank you. |
Re: X-Cart - reBOOT - Responsive Template
Pitak, reBOOT just uses the standard mail templates (from ideal responsive), so it may be a v4.6.4 bug.
Check that the product actually has an image associated with it. You could replace that code with... Code:
<td style="border: 1px solid #EFEFEF; width: 10%; padding: 5px; text-align: center;"> |
Re: X-Cart - reBOOT - Responsive Template
Can you please see the http and https issue? I have posted a ticket.
|
Re: X-Cart - reBOOT - Responsive Template
xtech, I would suggest using HttpFox to check which elements are not loading correctly in HTTPS mode.
|
Re: X-Cart - reBOOT - Responsive Template
I have identified and sent you the tickets now pls check once.
|
Re: X-Cart - reBOOT - Responsive Template
How do you get the latest version of Reboot Template i.e V3?
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
Phil mentioned that the next major version will be out soon (within days I guess). So I think it's better to wait. When it's out, just email Phil with your order information and he'll send you the file. |
Re: X-Cart - reBOOT - Responsive Template
Good news, reBOOT has been updated for X-Cart v4.6.5
As it's a "maintenance" release, there are not so many changes. I can also provide a template upgrade pack from v3.1 to v3.2 this time. Testing is ongoing, but it looks good so far. The demo is available here. v4.6.5 module testing will follow as and when they become available. As usual, you can get in touch anytime to be sent the latest reBOOT v3.2 files :) |
All times are GMT -8. The time now is 02:41 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.