Burcu Posted November 27, 2014 Share Posted November 27, 2014 (edited) Hello guys, I have a problem making my homeslider going the full 1170px width. I went to the module configure section and changed the default 779px width to 1170px but when I click on save settings it turns back to 779. Any ideas how I can solve this issue? I deleted all the default images and uploaded a 1170px by 500px one, but the module resizes it to 779px. Thanks! Edited November 27, 2014 by Burcu (see edit history) Link to comment Share on other sites More sharing options...
Burcu Posted November 27, 2014 Author Share Posted November 27, 2014 Are there any BO settings I have to make when working on the modules? Link to comment Share on other sites More sharing options...
vekia Posted November 27, 2014 Share Posted November 27, 2014 what theme? what homeslider (default one?) what ps version? Link to comment Share on other sites More sharing options...
Burcu Posted November 27, 2014 Author Share Posted November 27, 2014 Hey vekia, It's Prestashop's 1.6 default theme, with the default homeslider module. Everytime I try to change the max width from the module settings, it resets to 799px. Any ideas how I can fix this? Link to comment Share on other sites More sharing options...
Darkana Posted November 27, 2014 Share Posted November 27, 2014 (edited) Hi Guys, I have same problem with the v1.4.3 version I tred this : http://mypresta.eu/en/art/prestashop-16/full-width-homeslider.html But it always reset to 779 I tried to reset the module, but no changes. Edited November 27, 2014 by Darkana (see edit history) Link to comment Share on other sites More sharing options...
spardbc Posted November 29, 2014 Share Posted November 29, 2014 Same problem here. The module worked just fine until I updated it. Now it won't save the settings (speed, autoplay, etc). No matter how I change the values, when I hit "save" it turns back to the previous ones. I tried with disable, reset, but no luck. PS 1.6.0.9, default theme. Is there any solution for solving this? Link to comment Share on other sites More sharing options...
CRUXTER Posted November 29, 2014 Share Posted November 29, 2014 Same problem here, I tried to fix it by changing the .js file It works on computers but the images don't slide. Even worse, on mobile phones the image slider disappears Can someone fix this bug ? Link to comment Share on other sites More sharing options...
Josh5442 Posted November 30, 2014 Share Posted November 30, 2014 Count me in on this issue. Link to comment Share on other sites More sharing options...
bl0wf1sh Posted December 1, 2014 Share Posted December 1, 2014 Same here. If I make the alteration in the JS file. The new image size appears but no longer slides :/ Link to comment Share on other sites More sharing options...
LuckyModule Posted December 1, 2014 Share Posted December 1, 2014 Hello guys, I have a problem making my homeslider going the full 1170px width. I went to the module configure section and changed the default 779px width to 1170px but when I click on save settings it turns back to 779. Any ideas how I can solve this issue? I deleted all the default images and uploaded a 1170px by 500px one, but the module resizes it to 779px. Thanks! Hello, Change code in file homeslider.php private $default_width = 779; private $default_speed = 500; private $default_pause = 3000; private $default_loop = 1; and reset module 2 Link to comment Share on other sites More sharing options...
vekia Posted December 1, 2014 Share Posted December 1, 2014 please verify if module configuration variables aren't duplicated in ps_configuration table just make sure that HOMESLIDER_WIDTH field isn't duplicated in ps_configuration table in your database (and other variables with HOMESLIDER_ in name) 2 Link to comment Share on other sites More sharing options...
Josh5442 Posted December 1, 2014 Share Posted December 1, 2014 please verify if module configuration variables aren't duplicated in ps_configuration table just make sure that HOMESLIDER_WIDTH field isn't duplicated in ps_configuration table in your database (and other variables with HOMESLIDER_ in name) I have duplicates in my DB. Was this caused by the update or could it be related to something else? I don't want to populate my whole shop to have database errors a fresh install could avoid. Link to comment Share on other sites More sharing options...
CRUXTER Posted December 1, 2014 Share Posted December 1, 2014 Hello, Change code in file homeslider.php private $default_width = 779; private $default_speed = 500; private $default_pause = 3000; private $default_loop = 1; and reset module Could you be more precise ? I have no knowledge of php code. Do I just paste this anywhere ? Or do I have to replace some old code that doesn't work ? Please, where does this code go ? please verify if module configuration variables aren't duplicated in ps_configuration table just make sure that HOMESLIDER_WIDTH field isn't duplicated in ps_configuration table in your database (and other variables with HOMESLIDER_ in name) What's ps-configuration table ? I can't find that file. Link to comment Share on other sites More sharing options...
Burcu Posted December 2, 2014 Author Share Posted December 2, 2014 Hello, Change code in file homeslider.php private $default_width = 779; private $default_speed = 500; private $default_pause = 3000; private $default_loop = 1; and reset module Works perfectly for me! Thanks a lot WebtetDev Link to comment Share on other sites More sharing options...
spardbc Posted December 2, 2014 Share Posted December 2, 2014 please verify if module configuration variables aren't duplicated in ps_configuration table just make sure that HOMESLIDER_WIDTH field isn't duplicated in ps_configuration table in your database (and other variables with HOMESLIDER_ in name) Thanks a lot, it's working. The variables were indeed duplicated in db. Link to comment Share on other sites More sharing options...
vekia Posted December 2, 2014 Share Posted December 2, 2014 as i supposed :-) thank you for confirmation hope that this will work also for other merchants with the same problems with regards milos Link to comment Share on other sites More sharing options...
CRUXTER Posted December 2, 2014 Share Posted December 2, 2014 (edited) The slider has been updated, It didn't work at first but after reinstalling it, it finally works ! Strangely, the slider doesn't appear on mobile, is this normal ? Edited December 2, 2014 by CRUXTER (see edit history) Link to comment Share on other sites More sharing options...
Josh5442 Posted December 4, 2014 Share Posted December 4, 2014 There is an active issue with the module still. Just did another fresh install and after the update it acts up. It's actually creating duplicate rows in the database instead of updating the existing variables. I have a support ticket open for the issue. 1 Link to comment Share on other sites More sharing options...
travv tree Posted December 4, 2014 Share Posted December 4, 2014 Hello, My homeslider doesn't slide, so I try to change the speed and width in module configure section. Then I face the same status: the configure section still remain the old values. So I check the ps_configuration table in my database, delete the same HOMESLIDE_ name. But my slide sill can't work, neither change the value in module configure section. I really don't know how to do... Link to comment Share on other sites More sharing options...
vekia Posted December 4, 2014 Share Posted December 4, 2014 Hello, My homeslider doesn't slide, so I try to change the speed and width in module configure section. Then I face the same status: the configure section still remain the old values. So I check the ps_configuration table in my database, delete the same HOMESLIDE_ name. But my slide sill can't work, neither change the value in module configure section. I really don't know how to do... if your slider doesnt slide it means that there are some js bugs, on your website. sometimes bug in other modules can affect other modules case needs inspection, share url to shop. Link to comment Share on other sites More sharing options...
Darkana Posted December 4, 2014 Share Posted December 4, 2014 (edited) Doesn't work for me The fields are duplicated (3 times) in ps_configuration table. So I have deleted Two of Three for each item. Go back to the site, set the values, and no way... Buuuuut : After looking at my site, the slider was in 1170px like I want ! Soooo. Thx ! Edited December 4, 2014 by Darkana (see edit history) Link to comment Share on other sites More sharing options...
travv tree Posted December 5, 2014 Share Posted December 5, 2014 if your slider doesnt slide it means that there are some js bugs, on your website. sometimes bug in other modules can affect other modules case needs inspection, share url to shop. my url: http://www.mojilmorejoy.com/tw/ thank you! Link to comment Share on other sites More sharing options...
vekia Posted December 9, 2014 Share Posted December 9, 2014 my url: http://www.mojilmorejoy.com/tw/ thank you! i dont see any slider on your website Link to comment Share on other sites More sharing options...
travv tree Posted December 10, 2014 Share Posted December 10, 2014 i dont see any slider on your website the biggest picture in the index was supposed to be the first image of the slider. i check my code in header.tpl : <div id="slider_row" class="row"> <div id="top_column" class="center_column col-xs-12 col-sm-12">{hook h="displayTopColumn"}</div> </div> and my slider is hooked on the displayTopColumn section Link to comment Share on other sites More sharing options...
Magiktejas Posted December 15, 2014 Share Posted December 15, 2014 (edited) Hi Vekia, Any idea why the entries are duplicated is it bu in 1.6.0.9? Please let me know. As after deleting the repeated entries in db I the value is get updated in table but not shown in settings. Please help me to fix this issue. Edited December 15, 2014 by Magiktejas (see edit history) Link to comment Share on other sites More sharing options...
Federman Posted December 19, 2014 Share Posted December 19, 2014 Hello, Change code in file homeslider.php private $default_width = 779; private $default_speed = 500; private $default_pause = 3000; private $default_loop = 1; and reset module Work for me. Thanks WebtetDev Link to comment Share on other sites More sharing options...
travv tree Posted December 20, 2014 Share Posted December 20, 2014 Work for me. Thanks WebtetDev Thank you for your reply. I found that the result seems to be the search module had been unhooked. When I re-hooked the search module on nav section my slider can slide. I don't know why. Though I can hide the search bar by css, I still want to know why the search module have the influence on the slider. And the js movement of the top-menu also been affect by this hook. Link to comment Share on other sites More sharing options...
Okiaatx Posted January 23, 2015 Share Posted January 23, 2015 I would like my PS1.6 site to appear on a mobile phone just as it does on a pc. What is the best config setting for that? Link to comment Share on other sites More sharing options...
vekia Posted January 23, 2015 Share Posted January 23, 2015 what theme you use? you will have to remove bootstrap libraries Link to comment Share on other sites More sharing options...
Okiaatx Posted January 23, 2015 Share Posted January 23, 2015 (edited) The default theme. Edited January 23, 2015 by Okiaatx (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 24, 2015 Share Posted January 24, 2015 in global.css you can find codes like: @media (min-width: 768px) { these codes are media queries. to remove responsiveness you will have to remove media queries Link to comment Share on other sites More sharing options...
Okiaatx Posted January 24, 2015 Share Posted January 24, 2015 Thank you sir for your time. I found the code listed below. Are you saying that I delete the media Q listed below? Also to clarify, I want the site to appear in the same display format as a pc, but automatically sized to match any mobile screen. Link to comment Share on other sites More sharing options...
Okiaatx Posted January 24, 2015 Share Posted January 24, 2015 I can't seem to post the code @media (max-width: 768px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; overflow-x: scroll; border: 1px solid #d6d4d4; } .table-responsive > .table { margin-bottom: 0; background-color: #fff; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > Link to comment Share on other sites More sharing options...
CathyCakes Posted February 5, 2015 Share Posted February 5, 2015 please verify if module configuration variables aren't duplicated in ps_configuration table just make sure that HOMESLIDER_WIDTH field isn't duplicated in ps_configuration table in your database (and other variables with HOMESLIDER_ in name) Thank you!!!! =D Had duplicate and removed one =D Working now. Link to comment Share on other sites More sharing options...
David_MB Posted February 5, 2015 Share Posted February 5, 2015 Great! It worked for me. Thanks a lot Vekia. Now I have one question, How could I change the height of the slider? Regards, David Link to comment Share on other sites More sharing options...
Recommended Posts