Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart - reBOOT - Responsive Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #681  
Old 10-05-2014, 10:59 PM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default 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
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #682  
Old 10-06-2014, 02:54 AM
 
Pitak Pitak is offline
 

Advanced Member
  
Join Date: Jun 2012
Posts: 87
 

Default 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?
Reply With Quote
  #683  
Old 10-06-2014, 08:25 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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.
__________________
xcartmods.co.uk
Reply With Quote
  #684  
Old 10-06-2014, 10:26 AM
 
Pitak Pitak is offline
 

Advanced Member
  
Join Date: Jun 2012
Posts: 87
 

Default Re: X-Cart - reBOOT - Responsive Template

Phil, the files are there. What else is possible?
__________________
X-Cart Gold Plus v4.6.6
xcartmods.co.uk reBOOT Template v3.52
Reply With Quote
  #685  
Old 10-06-2014, 10:58 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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.
__________________
xcartmods.co.uk
Reply With Quote
  #686  
Old 10-06-2014, 01:13 PM
 
Pitak Pitak is offline
 

Advanced Member
  
Join Date: Jun 2012
Posts: 87
 

Default Re: X-Cart - reBOOT - Responsive Template

Thanks, Phil. I've reuploaded the files and now everything is working.
__________________
X-Cart Gold Plus v4.6.6
xcartmods.co.uk reBOOT Template v3.52
Reply With Quote

The following user thanks Pitak for this useful post:
PhilJ (10-06-2014)
  #687  
Old 10-07-2014, 03:32 AM
 
Pitak Pitak is offline
 

Advanced Member
  
Join Date: Jun 2012
Posts: 87
 

Default 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!
__________________
X-Cart Gold Plus v4.6.6
xcartmods.co.uk reBOOT Template v3.52
Reply With Quote
  #688  
Old 10-07-2014, 04:43 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil,
Can you please check navigation issue? I have posted a ticket please check once.

Thanks,
xtech
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #689  
Old 10-07-2014, 11:12 AM
 
designguru designguru is offline
 

X-Adept
  
Join Date: Dec 2010
Posts: 418
 

Default 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
__________________
X-Cart Pro 4.6.2 with many modules
X-CART Pro 4.4.1
Reply With Quote
  #690  
Old 10-08-2014, 07:58 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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)
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
Pitak (10-08-2014)
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:26 PM.

   

 
X-Cart forums © 2001-2020