k_aviv Posted June 23, 2014 Share Posted June 23, 2014 Hi All my home slider disapear after i upgrade to 1.6.0.8? the good the that translate problems solved Thanks Aviv Link to comment Share on other sites More sharing options...
dioniz Posted June 23, 2014 Share Posted June 23, 2014 Have you tried to reset module? Link to comment Share on other sites More sharing options...
k_aviv Posted June 23, 2014 Author Share Posted June 23, 2014 yep not working aviv-k.com Link to comment Share on other sites More sharing options...
dioniz Posted June 23, 2014 Share Posted June 23, 2014 Can you try to move slider module to top position in displayTopColumn Link to comment Share on other sites More sharing options...
k_aviv Posted June 23, 2014 Author Share Posted June 23, 2014 i check it , its there Link to comment Share on other sites More sharing options...
dioniz Posted June 23, 2014 Share Posted June 23, 2014 I see in your source that Theme configurator is above slider. Have you tried to clear cache in Advanced parameters > performance Link to comment Share on other sites More sharing options...
k_aviv Posted June 23, 2014 Author Share Posted June 23, 2014 NOT WORKING Link to comment Share on other sites More sharing options...
dioniz Posted June 23, 2014 Share Posted June 23, 2014 Well that's weird. Slider is there, it's moving but is invisible. Link to comment Share on other sites More sharing options...
Vincent Terenti Posted June 23, 2014 Share Posted June 23, 2014 Hi K_aviv, Could you tell me from what version of PrestaShop did you upgrade? I did not manage to reproduce your issue, are you using the default theme? Best regards, Link to comment Share on other sites More sharing options...
k_aviv Posted June 23, 2014 Author Share Posted June 23, 2014 (edited) 1.6.0.6 -> 1.6.0.8 im using defualt theme . Edited June 23, 2014 by k_aviv (see edit history) Link to comment Share on other sites More sharing options...
Vincent Terenti Posted June 23, 2014 Share Posted June 23, 2014 I just tested an upgrade from a 1.6.0.6 version to the last one (1.6.0.8) with the default theme and i have no problem with the slider... i don't manage to reproduce your issue... Link to comment Share on other sites More sharing options...
k_aviv Posted June 23, 2014 Author Share Posted June 23, 2014 (edited) Thanks i will export all and install it again mabey its problem with the rtl or some manual bug fix before upgrade Edited June 23, 2014 by k_aviv (see edit history) Link to comment Share on other sites More sharing options...
jdefunes Posted June 23, 2014 Share Posted June 23, 2014 Hi, i have the same problem. I recently updated from .0.6 to .0.8, clean cache, uninstall module and reinstall again...and still not working. Firebug dont show any error but I dont see elements changing class atributes My theme is based on 1.6 default. http://www.metodocanguro.com Link to comment Share on other sites More sharing options...
vekia Posted June 23, 2014 Share Posted June 23, 2014 can you try one thing? go to preferences and disable html purifier, what's going on then? Link to comment Share on other sites More sharing options...
k_aviv Posted June 23, 2014 Author Share Posted June 23, 2014 Not Working :-( Link to comment Share on other sites More sharing options...
vekia Posted June 23, 2014 Share Posted June 23, 2014 i see that your homeslider js library is a little different than mine can you replace it with these contents /* * 2007-2014 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2014 PrestaShop SA * @version Release: $Revision$ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA */ $(document).ready(function(){ if (typeof(homeslider_speed) == 'undefined') homeslider_speed = 500; if (typeof(homeslider_pause) == 'undefined') homeslider_pause = 3000; if (typeof(homeslider_loop) == 'undefined') homeslider_loop = true; if (typeof(homeslider_width) == 'undefined') homeslider_width = 779; if (!!$.prototype.bxSlider) $('#homeslider').bxSlider({ useCSS: false, maxSlides: 1, slideWidth: homeslider_width, infiniteLoop: homeslider_loop, hideControlOnEnd: true, pager: false, autoHover: true, auto: homeslider_loop, speed: homeslider_speed, pause: homeslider_pause, controls: true }); $('.homeslider-description').click(function () { window.location.href = $(this).prev('a').prop('href'); }); if ($('#htmlcontent_top').length > 0) $('#homepage-slider').addClass('col-xs-8'); else $('#homepage-slider').addClass('col-xs-12'); }); Link to comment Share on other sites More sharing options...
k_aviv Posted June 24, 2014 Author Share Posted June 24, 2014 Hi I try doesnt Help :-( Link to comment Share on other sites More sharing options...
k_aviv Posted June 24, 2014 Author Share Posted June 24, 2014 Hi ALL Bad news i install fresh copy of 1.6.0.8 after installtion still problem with slider i think its problem with server or bug Please Help ! Thanks Aviv Link to comment Share on other sites More sharing options...
k_aviv Posted June 24, 2014 Author Share Posted June 24, 2014 Any Body ? Link to comment Share on other sites More sharing options...
Vincent Terenti Posted June 24, 2014 Share Posted June 24, 2014 Hi k_aviv, I don't manage to reproduce your bug with a fresh install of the 1.6.0.8 version of PrestaShop... I think it's not a bug because a tested with upgrades and fresh install and didn't reproduce it... Maybe a server or you host? Best regards, Link to comment Share on other sites More sharing options...
dioniz Posted June 24, 2014 Share Posted June 24, 2014 Ok i found out something. It looks like there's some kind of problem with rtl. If you change this code in homeslider.css: #homepage-slider .bx-wrapper .bx-viewport{ width:100%; } to #homepage-slider .bx-wrapper .bx-viewport{ width:100%; direction:ltr !important; } then slider works. 1 Link to comment Share on other sites More sharing options...
k_aviv Posted June 24, 2014 Author Share Posted June 24, 2014 Hi im not the only one that have this problem at 1.6.0.6 no problems what problem its can be on host? my site aviv-k.com (after fresh install) Thanks Link to comment Share on other sites More sharing options...
dioniz Posted June 24, 2014 Share Posted June 24, 2014 It's not your host. Try to do what i say in previous post and see if it works for you. 1 Link to comment Share on other sites More sharing options...
k_aviv Posted June 24, 2014 Author Share Posted June 24, 2014 Hi thank u fo u answer i check the file at home slider module i dont find what u write can u write exact where i find iy ? thanks again Aviv Link to comment Share on other sites More sharing options...
dioniz Posted June 24, 2014 Share Posted June 24, 2014 (edited) It's here: yourdomain.com/themes/default-bootstrap/css/modules/homeslider/homeslider.css Line 79 Edited June 24, 2014 by dioniz (see edit history) Link to comment Share on other sites More sharing options...
k_aviv Posted June 24, 2014 Author Share Posted June 24, 2014 Thanks alot its works how we can fix this issues (updtae the delevoper for this bug ) its bug . Link to comment Share on other sites More sharing options...
dioniz Posted June 24, 2014 Share Posted June 24, 2014 Yes it's rtl bug, that's probably why they couldn't reproduce it. I accidentally found it while looking at your page and trying different things to fix your slider. You can report a bug here: http://forge.prestashop.com 1 Link to comment Share on other sites More sharing options...
cqq Posted July 19, 2014 Share Posted July 19, 2014 try Advanced Parameters->Move Javascript to the end -> Yes Link to comment Share on other sites More sharing options...
vekia Posted July 20, 2014 Share Posted July 20, 2014 it's turned on by default in prestashop 1.6.0.8 ... Link to comment Share on other sites More sharing options...
Thibaud Chauvière Posted August 4, 2014 Share Posted August 4, 2014 Hi everyone, We made the related fix. Thanks to @dioniz for his help . You can find the fix here : https://github.com/PrestaShop/PrestaShop/commit/2578f98156e6aaf8b66e6c1ad1144e9678c20ced 1 Link to comment Share on other sites More sharing options...
Recommended Posts