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
  #201  
Old 08-24-2013, 01:34 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

You can tweak the product details columns widths to make a bit more room...

eg. if using product page style 1, edit skin/reboot/customer/main/product_style_1.tpl

Replace <div class="span5"> with <div class="span4">
and...
Replace <div class="span7"> with <div class="span8">

-----

If using product page style 2, edit skin/reboot/customer/main/product_style_2.tpl

Replace <div class="span7"> with <div class="span8">
and...
Replace <div class="span5"> with <div class="span4">
__________________
xcartmods.co.uk
Reply With Quote
  #202  
Old 08-24-2013, 02:51 PM
 
costanza costanza is offline
 

Senior Member
  
Join Date: Apr 2011
Location: Canada
Posts: 152
 

Default Re: X-Cart - reBOOT - Responsive Template

Thanks Phil for all your help and for responding so quickly!

Your suggestions have gotten me closer. Is there a way to make the column with "Details , SKU, Price, Options etc" to be narrower? I think then my drop down options bars would be wide enough.
__________________
X-Cart Business 5.4.1.49
Reply With Quote
  #203  
Old 08-24-2013, 02:59 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Edit skin/reboot/modules/Product_Options/customer_options.tpl

Replace...

Code:
<div class="span5 property-name product-input">

With...

Code:
<div class="span3 property-name product-input">

Then replace...

Code:
<div class="span7 property-value">

With...

Code:
<div class="span9 property-value">

Columns are totally flexible, based on Bootstrap's grid system
__________________
xcartmods.co.uk
Reply With Quote
  #204  
Old 08-26-2013, 04:03 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: X-Cart - reBOOT - Responsive Template

Hello Phil,
Can you please look into our blog.php issue why it is not opening in the body of the page.

Can u please help me?
Thanks.
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #205  
Old 08-26-2013, 10:48 AM
 
costanza costanza is offline
 

Senior Member
  
Join Date: Apr 2011
Location: Canada
Posts: 152
 

Default Re: X-Cart - reBOOT - Responsive Template

Using the custom theme, where do you change the font colour for links?

This is the colour used for all category links, product names & other hyperlinks.
__________________
X-Cart Business 5.4.1.49
Reply With Quote
  #206  
Old 08-27-2013, 10:40 AM
 
costanza costanza is offline
 

Senior Member
  
Join Date: Apr 2011
Location: Canada
Posts: 152
 

Default Re: X-Cart - reBOOT - Responsive Template

I managed to get the "navy theme" to work for me, so I dont need to know how to change the font colour I asked about above.

I think I found a bug though. I have my store set to show products by rows and to show the short description.

However, in Internet Explorer 8 (the only IE I checked), displays the products in grid format with no short description. It shows fine in FF and Chrome.
__________________
X-Cart Business 5.4.1.49
Reply With Quote
  #207  
Old 08-28-2013, 01:34 PM
 
costanza costanza is offline
 

Senior Member
  
Join Date: Apr 2011
Location: Canada
Posts: 152
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by Freakmode
Xtech

I can confirm that Altered Carts OPC and Cash Rewards modules both work with Reboot without any issues. We have both running live.

Just a couple of tweeks to remove a Navigation label that appeared in the top menu and a css tweek to remove auto height from images to remove the large black square in the cart total field.

I just installed AC 1 page checkout & I have the same 2 exact problems.
- Navigation label showing up in top menu
- large black square on checkout page

Would you please let me know what these fixes were? Any help would be greatly appreciated!!
__________________
X-Cart Business 5.4.1.49
Reply With Quote
  #208  
Old 08-28-2013, 05:53 PM
 
costanza costanza is offline
 

Senior Member
  
Join Date: Apr 2011
Location: Canada
Posts: 152
 

Default Re: X-Cart - reBOOT - Responsive Template

I got a solution from Bill Brewer of Altered Cart - the large black box fix (when using Reboot with 1 page CO):

-----------------------------------------

Some skins will add default attributes to an image, which results in this square. Really, this image shouldn't even be here, it is a leftover from earlier versions of X-Cart. To remove this image make the following change:

skin/common_files/modules/Checkout_One/checkout_one_totals.tpl

Find this code near line 100:

<td colspan="4" height="1"><img src="{$ImagesDir}/spacer_black.gif" width="100%" height="1" alt="" /><br /></td>

Change it to:

<td colspan="4" style="height:0; border-bottom:1px solid #666;"></td>

Bill

--------------------------

Sorry for all the posts Phil - I am trying to meet a deadline on this skin, and I appreciate all your help so far.

To summarize my last 2 issues:

1. The phantom navigation link on the top menu bar of the AC 1 page checkout needs to be removed.

It is loading the language variable:

Name: lbl_reboot_navigation
Value: Navigation

This is on a desk top computer - I assume the this is the link that shows up on a phone for the top menu bar.

2. Internet Explorer is showing product lists grid view, and I have lists set to show products by rows. It is fine in FF & Chrome & cache is not the issue.

Thanks for any help!
__________________
X-Cart Business 5.4.1.49
Reply With Quote
  #209  
Old 09-02-2013, 07:12 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
1. The phantom navigation link on the top menu bar of the AC 1 page checkout needs to be removed.

In skin/reboot/custom/header/categories_header.tpl

Replace...
Code:
<label for="menu-dropdown-0" class="toggle_menu_label">{$lng.lbl_reboot_navigation}</label>
With...
Code:
{if $main ne "checkout"}<label for="menu-dropdown-0" class="toggle_menu_label">{$lng.lbl_reboot_navigation}</label>{/if}

Quote:
2. Internet Explorer is showing product lists grid view, and I have lists set to show products by rows. It is fine in FF & Chrome & cache is not the issue.

This is an IE8 issue only, I'll investigate.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
costanza (09-02-2013)
  #210  
Old 09-05-2013, 02:55 AM
 
buywink buywink is offline
 

Advanced Member
  
Join Date: Apr 2012
Posts: 93
 

Default Re: X-Cart - reBOOT - Responsive Template

hi phill,
I have purchased your reboot template and purchase infinite scroll module for my 4.6 store but after adding infinite scroll entire design of the site has gone.

I do not know why !! can u pls look?

Thanks,
Wink
__________________
x-cart Gold 4.4.5
Reply With Quote
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 06:06 AM.

   

 
X-Cart forums © 2001-2020