X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart - reBOOT - Responsive Template (https://forum.x-cart.com/showthread.php?t=66570)

xtech 10-05-2014 10:59 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ

skin/reboot/customer/main/featured.tpl

Before...
Code:

{include file="customer/main/products.tpl" products=$f_products featured="Y"}
Insert...
Code:

{if $navigation eq "Y"}
    {include file="customer/main/navigation.tpl"}
    <br />
{/if}



If not, take it to a ticket. Some additional tweaks possibly required.



Can you please look into it? I have posted a ticket?

Thanks,
xtech

Pitak 10-06-2014 02:54 AM

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: &quot;addons/faqs/faq_section_1.tpl&quot; 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?

PhilJ 10-06-2014 08:25 AM

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.

Pitak 10-06-2014 10:26 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil, the files are there. What else is possible?

PhilJ 10-06-2014 10:58 AM

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.

Pitak 10-06-2014 01:13 PM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks, Phil. I've reuploaded the files and now everything is working. :)

Pitak 10-07-2014 03:32 AM

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!

xtech 10-07-2014 04:43 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil,
Can you please check navigation issue? I have posted a ticket please check once.

Thanks,
xtech

designguru 10-07-2014 11:12 AM

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

PhilJ 10-08-2014 07:58 AM

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','','','','');
REPLACE INTO xcart_languages VALUES ('en','opt_reboot_subcat_height','Subcategory column block height (pixels)','Options');
REPLACE INTO xcart_languages VALUES ('en','opt_descr_reboot_subcat_height','For automatic heights, set to zero.','Options');


Then in skin/reboot/customer/main/subcategories_t.tpl

Replace...
Code:

<div class="col-md-3 col-sm-3 col-xs-6 text-center">
With...
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:

Subcategory column block height (pixels)

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)


All times are GMT -8. The time now is 11:14 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.