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)

PhilJ 07-30-2013 07:42 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quick mod to add thumbnail tooltips to next/previous product links...

skin/reboot/custom/product_next_prev.tpl

Replace entire code with...

Code:

{if $prev.productid || $next.productid}
<ul class="pager">
<li class="previous"><a class="ttip_n" title="<img src='image.php?type=T&id={$prev.productid}' style='height:75px' alt='{$prev.product}'>" href="product.php?productid={$prev.productid}"><i class="icon-angle-left"></i> {$prev.product}</a></li>
<li class="next"><a class="ttip_n" title="<img src='image.php?type=T&id={$next.productid}' style='height:75px' alt='{$next.product}'>" href="product.php?productid={$next.productid}">{$next.product} <i class="icon-angle-right"></i></a></li>
</ul>
{/if}


PhilJ 07-30-2013 09:40 AM

Re: X-Cart - reBOOT - Responsive Template
 
Anyone thinking of purchasing, please note, our $50 off offer ends tomorrow !

Don't miss out.

gozindagi 07-30-2013 09:53 PM

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

Originally Posted by gozindagi
can someone tell me how can i reduce product block size at manufacturers.php page?MY x-cart version is 4.6.0platinum.I add some attachment please see it and help me.

sorry for without attachment posting.please see my attachment and reply me.
http://175.41.153.210/WORKCART/image1.png

PhilJ 07-31-2013 12:32 AM

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

can someone tell me how can i reduce product block size at manufacturers.php page?MY x-cart version is 4.6.0platinum.I add some attachment please see it and help me.

Edit skin/reboot/modules/Manufacturers/customer_manufacturers_list.tpl

There is inline CSS at the bottom...

Quote:

ul.grid_view li .product_block { height: 150px; }

gozindagi 07-31-2013 01:12 AM

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

Originally Posted by PhilJ
What's wrong with that block size? looks fine to me. Why make it smaller?

I want to decrease the white space between logo and block border at manufacturers.php page. I changed height at below code using firebug

ul.grid_view li .product_block {
height: 150px;


}
it decreased the white space between logo and block border but i did not find this code(ul.grid_view li .product_block {height: 150px;}) at reboot.css file.please tell me how can i change this space using this code or other settings?

Raptor 07-31-2013 10:01 AM

Re: X-Cart - reBOOT - Responsive Template
 
here is a list of files called from css that are missing Phil (they actually exist in common_files/images - but are being called in the wrong path or being called incorrectly)

/skin/reboot/images/r_bottom.gif
/skin/reboot/images/plus.gif
/skin/reboot/images/minus.gif
/skin/reboot/images/bg_post.png
/skin/reboot/images/arrow_down.png
/loading.gif
/skin/reboot/images/icon_ok.png
/skin/reboot/images/go.gif

Raptor 07-31-2013 11:55 AM

Re: X-Cart - reBOOT - Responsive Template
 
nothing important but a bug all the same

(?) help popups on reboot settings page link to

skin/reboot/custom/footer/readme.txt

and it should be

skin/reboot/custom/footer/readme.html

costanza 07-31-2013 01:50 PM

Re: X-Cart - reBOOT - Responsive Template
 
I see the $50 coupon expires today. Does anyone know if there is also a discount for those upgrading from the smart template?

I did PM Phil this morning, but I realize he is very busy. I need the developers license because I have a couple sites, so I'm just trying to save a few dollars!

Freakmode 08-01-2013 08:53 AM

Re: X-Cart - reBOOT - Responsive Template
 
Has anyone got Refine Filters to work with Reboot?

We have it installed and it shows in the left column but nothing actually changes when you select options.

costanza 08-01-2013 03:21 PM

Re: X-Cart - reBOOT - Responsive Template
 
How does the width of this Template work?

In other words, is there a minimum & maximum width setting for desktops & tablets? In the past, Ive made sites about 960 width, so the format could be controlled.

I'm concerned that if it is completely responsive, how can you make a site look good for both 800 width & 1500 width screens?


All times are GMT -8. The time now is 09:56 PM.

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