![]() |
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"> |
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. |
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 :) |
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. |
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. |
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. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
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!! |
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! |
Re: X-Cart - reBOOT - Responsive Template
Quote:
In skin/reboot/custom/header/categories_header.tpl Replace... Code:
<label for="menu-dropdown-0" class="toggle_menu_label">{$lng.lbl_reboot_navigation}</label> Code:
{if $main ne "checkout"}<label for="menu-dropdown-0" class="toggle_menu_label">{$lng.lbl_reboot_navigation}</label>{/if} Quote:
This is an IE8 issue only, I'll investigate. |
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 |
All times are GMT -8. The time now is 09:51 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.