![]() |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Code:
#opc_profile input#b_firstname, #opc_profile input#b_lastname, #ship2diff_box input#s_firstname, #ship2diff_box input#s_lastname { min-width: 255px; } |
Re: X-Cart - reBOOT - Responsive Template
Bingo! Looks much better now!
Thanks! |
Re: X-Cart - reBOOT - Responsive Template
Quote:
(Youtube Video Channel Widget) WOW is that cool !! Phil, you drive my competition crazy :-) Paul |
Re: X-Cart - reBOOT - Responsive Template
More coming :)
|
Re: X-Cart - reBOOT - Responsive Template
At great expense, unzip and replace into skin/reboot/lib/cloud_zoom/
|
Re: X-Cart - reBOOT - Responsive Template
I checked out the Cloud Zoom site and the it looks cool.
The question is, do we have to turn anything on on our sites to use this? I loaded into mine and cleared the cache, but my images still display the same way. |
Re: X-Cart - reBOOT - Responsive Template
Just the licence updated for CloudZoom 3.1.
|
Re: X-Cart - reBOOT - Responsive Template
That is so awesome! You and your team have me as a lifelong customer!
|
Re: X-Cart - reBOOT - Responsive Template
Quick v3 fix for product rating stars display (mainly for those using X-Cart Gold and the standard Customer Reviews module)...
In skin/reboot/css/reboot.css Before... Code:
/*----------- PROMO RIBBONS -----------*/ Code:
.creviews-rating-box ul { margin: 0 auto; padding: 0; width: 0px; } |
Re: X-Cart - reBOOT - Responsive Template
Wow!!! This template really kicks; it is very well done. I love it Phil. Once you get to understand and configure it, you will see its beauty.
I give it 7 Stars (not 5). Thanks. Randolph |
Re: X-Cart - reBOOT - Responsive Template
New CDN available - https://www.keycdn.com
- Only pay for what data you use - Shared or custom SSL for free! - Free trial Looks very promising... Info |
Re: X-Cart - reBOOT - Responsive Template
Hi Phil,
Please tell me how can I auto refresh home page after closing reboot_newsletter_popup window? Our X-Cart version version is 4.6.1 Thanks, gozindagi |
Re: X-Cart - reBOOT - Responsive Template
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
New v3 addon - Upselling Products from a Category - Get it here.
|
Re: X-Cart - reBOOT - Responsive Template
I've set a custom default_avatar.jpg for the Gravatar icon before. Now when I changed the icon file (default_avatar.jpg), the displayed default icons remains the same and does not reflect this change. I've cleared caches/templates files. It has been more than a week since I last change this. Any idea what went wrong?
|
Re: X-Cart - reBOOT - Responsive Template
Hi Pitak, change the filename of default_avatar.jpg to something else, then change around line 27 of skin/reboot/modules/Testimonials/testimonials.tpl
Code:
{assign var="default_avatar" value="`$http_location`/skin/reboot/modules/Testimonials/images/default_avatar.jpg"} |
Re: X-Cart - reBOOT - Responsive Template
Hey Phil, I've been playing around with the lightbox on my product page.
The issue that I am having is if I have the Detailed Product Images setting page set to Cloud Zoom, it displays the expanded image to the right of the image I am mousing over (Note: I have my images displayed on the right side of the page instead of the left). Is there a way to control where that pop-up displays? |
Re: X-Cart - reBOOT - Responsive Template
Hi Carl, in skin/reboot/modules/Detailed_Product_Images/cloudzoom_image.tpl
Replace... Quote:
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Awesome! Thanks! Worked like a charm.
|
Re: X-Cart - reBOOT - Responsive Template
Hi,
In Manufacturer slider on home page how to put top 20 Manufacturer manually? Thanks, xtech |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Take out the opening and closing {foreach} loop code. Then add your manufacturers manually, using the code within the old {foreach} loop... Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Quick adjustment to show NEW product labels / ribbons automatically...
(Adheres to Modules > New Arrivals > Show products marked as new for N days) skin/reboot/custom/product_promo_ribbons.tpl Replace... Code:
{if $active_modules.New_Arrivals && ($product.mark_as_new eq "A" || $product.mark_as_new eq "S")} With... Code:
{math equation="a - (b * c)" a=$smarty.now b=86400 c=$config.New_Arrivals.show_products_marked_new_n_days assign=limit} If you don't want new labels to appear on the homepage, you can use... Code:
{if !$homepage} |
Re: X-Cart - reBOOT - Responsive Template
how do you add a link to subscribe to newletter in header
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
Then invoke the newsletter popup with a hyperlink, eg. Button... Code:
<a href="reboot_newsletter_popup.php?lightbox[iframe]=true&lightbox[modal]=false&lightbox[width]=400&lightbox[height]=180" class="btn btn-success lbox"><i class="fa fa-envelope"></i> Subscribe to the Newsletter</a> Code:
<a href="reboot_newsletter_popup.php?lightbox[iframe]=true&lightbox[modal]=false&lightbox[width]=400&lightbox[height]=180" class="lbox"><i class="fa fa-envelope"></i> Subscribe to the Newsletter</a> |
Re: X-Cart - reBOOT - Responsive Template
Hi Phil,
How to set the 'Default' option in the Sort By settings in reboot? I am using x-cart cloud search module but I wish to see the CloudSearch and Default search show up the similar result but it is not showing. What is the error here? Thanks, xtech |
Re: X-Cart - reBOOT - Responsive Template
General settings > Appearance > Select the order in which products should be displayed within a category
|
Re: X-Cart - reBOOT - Responsive Template
I have done this but still CloudSearch and Default search is not showing the similar results.What is the issue?
|
Re: X-Cart - reBOOT - Responsive Template
You'd have to ask QT about that, I'm not too familiar with Cloud Search.
|
Re: X-Cart - reBOOT - Responsive Template
Homepage Newsletter Popup Addon updated - it's now multi-language capable.
Products FAQ and Store Locator addons coming soon. I'll be updating reBOOT for v4.7.0 after it comes out of beta. |
Re: X-Cart - reBOOT - Responsive Template
|
Re: X-Cart - reBOOT - Responsive Template
Product Configurator module compatibility added for reBOOT v3 - if you need it, get in touch for updated files.
(You'll need the Product Configurator / Wizard module installed, which is part of X-Cart Platinum). DEMO |
Re: X-Cart - reBOOT - Responsive Template
Phil, I've requested a feature to help make images in product descriptions to be responsive earlier in this thread. I've come across this page:
http://www.rockettheme.com/docs/joomla/basic/creating_responsive_content.md It has something like a custom class which you can wrap your image in. Is there something like this available in reBOOT? |
Re: X-Cart - reBOOT - Responsive Template
Quote:
You can add class="img-responsive" to your description images, or class="img-responsive img-center" to center them also. http://getbootstrap.com/css/#images Or, set a global CSS rule for images in the product description containers, eg. add to skin/reboot/css/reboot.css Code:
.descr_block img, .product-description img { skin/reboot/custom/product_details_standard.tpl skin/reboot/custom/product_details_tabs_accordions.tpl skin/reboot/custom/product_details_tabs_accordions_on_top.tpl skin/reboot/customer/main/product.tpl Replace... Code:
<span itemprop="description"> Code:
<span itemprop="description" class="product-description"> |
Re: X-Cart - reBOOT - Responsive Template
Add a trendy 'sticky' header in 2 quick steps (v3)...
Demo (header style #3, boxed header - for other styles you'll need to tweak the CSS below). 1) In skin/reboot/js/reboot.js At the end insert... Code:
// STICKY HEADER 2) In skin/reboot/css/reboot.css At the end insert... Code:
/* STICKY HEADER Note, appears in 992px wide and up only. Looks better if you have a transparent PNG logo image. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Phil, the responsive images code above blows up all small images to 100% width too. Is it possible to only apply the code only to images that has more than 650px width?
|
Re: X-Cart - reBOOT - Responsive Template
Maybe try...
Code:
.descr_block img, .product-description img { |
Re: X-Cart - reBOOT - Responsive Template
Thanks, Phil. However all small images are still enlarged to 100% width.
|
Re: X-Cart - reBOOT - Responsive Template
Try...
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Phil, still not working. :(
|
All times are GMT -8. The time now is 03:44 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.