kashifkhan112 Posted July 22, 2014 Share Posted July 22, 2014 My client don't want a resposive functionality in Prestashop 1.6.8, i see manually deleting @media queries in css files not a ease job. Any suggestion please. Link to comment Share on other sites More sharing options...
deuterit Posted July 22, 2014 Share Posted July 22, 2014 (edited) If you're familiar with compass/sass, you could try to play with themes/*/sass/bootstrap_lib/_variables.scss and in "Media queries breakpoints" set very low breakpoints for smaller screens (1px, 2px etc.). I didn't test it though. This code should affect to all bootstrap rules. Edited July 22, 2014 by deuterit (see edit history) Link to comment Share on other sites More sharing options...
kashifkhan112 Posted July 22, 2014 Author Share Posted July 22, 2014 If you're familiar with compass/sass, you could try to play with themes/*/sass/bootstrap_lib/_variables.scss and in "Media queries breakpoints" set very low breakpoints for smaller screens (1px, 2px etc.). I didn't test it though. This code should affect to all bootstrap rules. Thanks for this, but i need a pure non-responsive theme, like in Prestashop 1.6.x has a default theme 'default-bootstrap' i just need a 'default' theme that should be purely non-responsive. Link to comment Share on other sites More sharing options...
Boss Themes Posted July 22, 2014 Share Posted July 22, 2014 Can I ask the reasons why your client wishes there theme not be responsive? Its not an easy thing to make a fully responsive ecommerce store and what has been achieved in the current default theme is very impressive from a dev point of view. That said, to answer your question:- In the back office, click add new theme top right of theme section. Then at the bottom click create new theme. Important:- in the section where it says 'responsive' choose non-responsive. Hopefully that works for you. Link to comment Share on other sites More sharing options...
kashifkhan112 Posted July 22, 2014 Author Share Posted July 22, 2014 Can I ask the reasons why your client wishes there theme not be responsive? Its not an easy thing to make a fully responsive ecommerce store and what has been achieved in the current default theme is very impressive from a dev point of view. That said, to answer your question:- In the back office, click add new theme top right of theme section. Then at the bottom click create new theme. Important:- in the section where it says 'responsive' choose non-responsive. Hopefully that works for you. Client knows the benefit of responsive theme, but he don't like it. I have created a new theme and choose non-responsive option but it not works. Link to comment Share on other sites More sharing options...
Boss Themes Posted July 22, 2014 Share Posted July 22, 2014 Client knows the benefit of responsive theme, but he don't like it. I have created a new theme and choose non-responsive option but it not works. hmm, I suspected that may be the case. Was worth a try I guess. Perhaps it would be an idea to take the theme for version 1.5 (which is non responsive I believe) and modify accordingly Link to comment Share on other sites More sharing options...
kashifkhan112 Posted July 22, 2014 Author Share Posted July 22, 2014 hmm, I suspected that may be the case. Was worth a try I guess. Perhaps it would be an idea to take the theme for version 1.5 (which is non responsive I believe) and modify accordingly Sorry, i need it in 1.6 Link to comment Share on other sites More sharing options...
Maghrabi Posted July 22, 2014 Share Posted July 22, 2014 Prestashop 1.6 is based on bootstrap 3 css framework, I should think below links should help. http://getbootstrap.com/getting-started/#disable-responsive http://bassjobsen.weblogs.fm/compile-twitters-bootstrap-3-without-responsive-features/ I to find it very unconvenient that something like this can't just be switched off from the backend. Link to comment Share on other sites More sharing options...
Recommended Posts