![]() |
Re: X-Cart - reBOOT - Responsive Template
Hi Mike,
It's not in this thread actually, but here's the details: X-Cart 4.6.1 (Business) Reboot 2.2 IE: 11.0.9600.16659 I also SOMETIMES get it on the first page loading when in Chrome Version 34.0.1847.131 m The website is http://www.synergydirect.com Generally it's the main banner that on the first loading it shows at 50% height. By default it's set to 100% height/auto, since it resizes based on the browser width. I've attempted using the CSS and @mobile etc to specifically set height and widths, but it doesn't seem to affect things in IE. The next step is replacing the preloading images call and replacing the lazy loading of slides. Haven't done that, but will be attempting that tonight/tomorrow morning. I briefly looked at replacing the slider with Soliloquay. I'm a huge fan of Soliloquay, a wordpress slider that kicks major butt - too bad they don't make a stand alone version though :( |
Re: X-Cart - reBOOT - Responsive Template
Quote:
I like the woo flexslider myself: http://www.woothemes.com/flexslider/ Acts a lot better when resizing the browser in my opinion : here is an example in X-cart: http://www.ghpnutrition.com/ Edit: Looks like it is initially getting its height from: .owl-item.loading{ min-height: 150px; background: url(../images/loading.gif) no-repeat center center } in skin/reboot/reboot_sliders_carousel.css It sounds like you already suspect this, but the javascript that resizes based on height is using the lazy loading temp image to base itself on. so removing the lazyload will probably fix the issue. In the JS you should find: // Banners Module //--------------------- $(".banner_slider").owlCarousel({ autoPlay: 5000, slideSpeed: 500, paginationSpeed: 500, transitionStyle: "fade", pagination: true, paginationNumbers: false, lazyLoad: true, singleItem: true, items: 1, scrollPerPage: true, autoHeight: true, responsive: true, mouseDrag: true, touchDrag: true, navigation: false, }); Try setting lazyLoad in the above code to false just to see if that affects it. |
Re: X-Cart - reBOOT - Responsive Template
How to update? I know I can send in a ticket to get the files but how to maintain a child theme during the update when I had to re-structure for example the product page (html/tpl code) before?
|
Re: X-Cart - reBOOT - Responsive Template
Conor, in skin/reboot/css/reboot_sliders_carousels.css
Replace... Code:
/* preloading images */ Code:
/* preloading images */ You can set.. Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Hi Phil,
How can I set positions of the products in the manufacturer page.Currently I can set positions of the products in category page manually but how to do that on manufacturer level also? Also in our store default search is not working reboot ajax search is showing one results but normal search is displaying different products. Where is the mismatch? Please provide me a solution. Thanks. |
Re: X-Cart - reBOOT - Responsive Template
Is this available/compatible with X-Cart 5?
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
I'm trying to get the two rss feeds setup on a cron job. I can't get the regular stuff to work. Are there any instructions anywhere.
php /home/username/public_html/reboot_rss_news.php Thanks |
Re: X-Cart - reBOOT - Responsive Template
Quote:
This is working for me lynx -dump http://www.YOUR_URL/reboot_rss_news.php |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Any solution for this issue? |
All times are GMT -8. The time now is 07:42 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.