ohgnow Posted July 19, 2013 Share Posted July 19, 2013 Hello Everyone, I am using 1.5.4.1, the default mobile themes seems without any styling, just a grey page like a sitemap ( don't know if it is my problem), which is seems will not be working because responsive one is usually a full pack include pc and mobile, i don't know how to modify them separately, while i need to keep the current theme for pc is there any none responsive one , (or responsive one with pc theme able to be turn off) ? can be a paid or free will be the best thank you Link to comment Share on other sites More sharing options...
vekia Posted July 19, 2013 Share Posted July 19, 2013 check this: http://www.templatemonster.com/free-free-sample-bootstrap-prestashop.html 1 Link to comment Share on other sites More sharing options...
ohgnow Posted July 19, 2013 Author Share Posted July 19, 2013 check this: http://www.templatem...prestashop.html thank you vekia for answering my question again, , i will try it out regards Link to comment Share on other sites More sharing options...
etherealvapor Posted July 29, 2013 Share Posted July 29, 2013 You may be having the same problem I had, which is that under ADVANCED PARAMETERS-> PERFORMANCE, under CCC section, Smart cache for JavaScript: make sure it is set to : Keep JavaScript as original - also at the top of that same page under SMARTY set use "Cached Mode" to off, and that will give you the full / built in mobile experience that comes with it. Kinda a "Light" mobile module. I am actually slightly disappointed to look at 1.4.x mobile theme "module" it seemed like it had much more customization built into the backend, where as this version has none. 3 Link to comment Share on other sites More sharing options...
vekia Posted July 29, 2013 Share Posted July 29, 2013 @ohgnow Are you able to check the @etherealvapor suggestion? Or this topic is solved? Link to comment Share on other sites More sharing options...
ohgnow Posted July 29, 2013 Author Share Posted July 29, 2013 (edited) that's the answer! thank you etherealvapor! you are very helpful, i have the mobile theme back You may be having the same problem I had, which is that under ADVANCED PARAMETERS-> PERFORMANCE, under CCC section, Smart cache for JavaScript: make sure it is set to : Keep JavaScript as original - also at the top of that same page under SMARTY set use "Cached Mode" to off, and that will give you the full / built in mobile experience that comes with it. Kinda a "Light" mobile module. I am actually slightly disappointed to look at 1.4.x mobile theme "module" it seemed like it had much more customization built into the backend, where as this version has none. Edited July 29, 2013 by ohgnow (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 29, 2013 Share Posted July 29, 2013 great, nice to hear that another issue is fixed im oging to mark this thread as [solved] best regards Link to comment Share on other sites More sharing options...
Rymoucha Posted July 30, 2013 Share Posted July 30, 2013 I am having the same problem here. I had prestashop 1.5.3 . The mobile theme was not working very well (The user can't select an order carrier or pay the products) So I downloaded prestashop 1.5.4.1 and I copy its default's mobile theme. I had the same problem as oghnow. I tried to do the same with Template Monster ,I did copy the mobile theme of Monster template and I get the same problem Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2013 Share Posted July 30, 2013 have you followed the @etherealvapor suggestion? Link to comment Share on other sites More sharing options...
Rymoucha Posted July 30, 2013 Share Posted July 30, 2013 (edited) Hello Vekia, Yes but it didn't work! It seem that jQuery mobile is not working Edited July 30, 2013 by Rymoucha (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2013 Share Posted July 30, 2013 is there any chance to test your website? is it online? Link to comment Share on other sites More sharing options...
Rymoucha Posted July 30, 2013 Share Posted July 30, 2013 Sure . It's http://www.ventages.com/ Link to comment Share on other sites More sharing options...
Rymoucha Posted July 30, 2013 Share Posted July 30, 2013 Here is a pic of the mobile version Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2013 Share Posted July 30, 2013 weird this is how it looks for me: Link to comment Share on other sites More sharing options...
Rymoucha Posted July 30, 2013 Share Posted July 30, 2013 Yes same thing for me! I gave a shot after authentification Link to comment Share on other sites More sharing options...
Rymoucha Posted July 30, 2013 Share Posted July 30, 2013 as you can see! jquery mobile is not functional! Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2013 Share Posted July 30, 2013 i just wondering why the same as you i found this: http://forge.prestashop.com/browse/PNM-1511 can you verify it? Link to comment Share on other sites More sharing options...
Rymoucha Posted July 30, 2013 Share Posted July 30, 2013 Francois Gaillard added a comment - 01/Jul/13 3:06 PM This ticket is a duplicate one. The JS minifier is causing errors, the library is not maintained anymore. The mobile template cannot be run with minified JS files. It is a know issue, we will try to fix it asap. Thank you for contributing Link to comment Share on other sites More sharing options...
Rymoucha Posted July 30, 2013 Share Posted July 30, 2013 yes i verified them all and it didn't work. Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2013 Share Posted July 30, 2013 can you try with this: open http://www.ventages.com/themes/blackhawk1.2/mobile/js/jqm-docs.js line ~46 $.mobile.defaultPageTransition = trans; to: $.mobile.defaultPageTransition = none; Link to comment Share on other sites More sharing options...
Rymoucha Posted July 30, 2013 Share Posted July 30, 2013 No . When I copy the default mobile theme of prestashop 1.5.3.1, jquery mobile is working but the user can't select the order carier or do the payment. I noticed that the style can be defined in the global.css of the css of the mobile theme. Is there any mobile theme that read only its css from global.css Link to comment Share on other sites More sharing options...
etherealvapor Posted July 30, 2013 Share Posted July 30, 2013 Have you actually upgraded to 1.5.4.1? or are you still on 1.5.3.1? Link to comment Share on other sites More sharing options...
Rymoucha Posted July 30, 2013 Share Posted July 30, 2013 hi etherealvapor, I still in 1.5.3.1 Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2013 Share Posted July 30, 2013 the problem is strictly related to the js, especially to the file i mentioned before all styles are loaded well, only tis one file function setDefaultTransition() { var winwidth = $( window ).width(), trans ="slide"; if( winwidth >= 1000 ){ trans = "none"; } else if( winwidth >= 650 ){ trans = "fade"; } $.mobile.defaultPageTransition = none; } can you for test purposes change function above to: function setDefaultTransition() { } Link to comment Share on other sites More sharing options...
etherealvapor Posted July 30, 2013 Share Posted July 30, 2013 I don't know if copying 1.5.4.1 /default/mobile theme will fix the problem in 1.5.3.1 - you might want to backup your org and then 1-click upgrade to 1.5.4.1 and see if your mobile theme is still experiencing the problem. The problem I solved in this thread is specific to 1.5.4.1 going to a sitemap due to CCC & Smarty optimization control bugs and disabling those controls to get the default "lite" mobile template to load. Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2013 Share Posted July 30, 2013 okay i found the main problem! in the code you haven't got this library: http://www.ventages.com/themes/blackhawk1.2/mobile/js/jquery.mobile-1.3.0.min.js it's necessary! go to the classes/controller/FrontController.php you've got there definition of the js libraries included to the mobile theme: public function setMobileMedia() { $this->addjquery(); $this->addJS(_THEME_MOBILE_JS_DIR_.'jquery.mobile-1.2.0.js'); $this->addJS(_THEME_MOBILE_JS_DIR_.'jqm-docs.js'); $this->addJS(_PS_JS_DIR_.'tools.js'); $this->addJS(_THEME_MOBILE_JS_DIR_.'global.js'); $this->addjqueryPlugin('fancybox'); $this->addCSS(_THEME_MOBILE_CSS_DIR_.'jquery.mobile-1.2.0.min.css', 'all'); $this->addCSS(_THEME_MOBILE_CSS_DIR_.'jqm-docs.css', 'all'); $this->addCSS(_THEME_MOBILE_CSS_DIR_.'global.css', 'all'); } insted the code above use this: public function setMobileMedia() { $this->addjquery(); $this->addJS(_THEME_MOBILE_JS_DIR_.'jquery.mobile-1.3.0.min.js'); $this->addJS(_THEME_MOBILE_JS_DIR_.'jqm-docs.js'); $this->addJS(_PS_JS_DIR_.'tools.js'); $this->addJS(_THEME_MOBILE_JS_DIR_.'global.js'); $this->addjqueryPlugin('fancybox'); $this->addCSS(_THEME_MOBILE_CSS_DIR_.'jquery.mobile-1.3.0.min.css', 'all'); $this->addCSS(_THEME_MOBILE_CSS_DIR_.'jqm-docs.css', 'all'); $this->addCSS(_THEME_MOBILE_CSS_DIR_.'global.css', 'all'); } and roll back changed that you have made to jqm-docs.js (check several posts before my suggestion) Link to comment Share on other sites More sharing options...
Rymoucha Posted July 30, 2013 Share Posted July 30, 2013 Hi! thank you for your efforts and time..it worked like it did with the default mobile theme of prestashop 1.5.3.1 . The user can't select the order carrier or do the payment. Check the site again with your mobile http://www.ventages.com. PS : it works when he can't read jquery mobile. I ll try to test it tomorrow with uncompressed js file. and I will let you know Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2013 Share Posted July 30, 2013 thanks for information, the most important thing now is fact, that the mobile theme is with css and js, and it looks well now. It's time to find the bug related to carriers thanks for your time and for your patience Link to comment Share on other sites More sharing options...
Rymoucha Posted July 31, 2013 Share Posted July 31, 2013 Hi! Uncompressed jQuery mobile Js files didn't solve the problem. Link to comment Share on other sites More sharing options...
vekia Posted July 31, 2013 Share Posted July 31, 2013 can I create there test account for test purposes? Link to comment Share on other sites More sharing options...
Rymoucha Posted July 31, 2013 Share Posted July 31, 2013 hello! Sure . Link to comment Share on other sites More sharing options...
Rymoucha Posted July 31, 2013 Share Posted July 31, 2013 If it worked without Jquery Mobile, Maybe the solution is to disable JQuery mobile for orer-opc-carrier.tpl and order-payment.tpl and define my own css in global.css Link to comment Share on other sites More sharing options...
vekia Posted July 31, 2013 Share Posted July 31, 2013 well, this it is a workaround so you say, that it works well without jquery, right? Link to comment Share on other sites More sharing options...
Rymoucha Posted July 31, 2013 Share Posted July 31, 2013 Yes, when it wasn't able to read Jquery mobile file, everything worked very well Link to comment Share on other sites More sharing options...
Rymoucha Posted July 31, 2013 Share Posted July 31, 2013 Hello Vekia! Maybe this http://www.prestashop.com/forums/topic/107136-jquery-conflictsolved/ will solve my problem. But where will I put it? Link to comment Share on other sites More sharing options...
vekia Posted July 31, 2013 Share Posted July 31, 2013 no, definitely not, because there is no jquery conflict (jquery conflict appear when you're using two different versions of the jquery library). On your mobile site is only one jquery library, so the problem is somewhere else Link to comment Share on other sites More sharing options...
Rymoucha Posted August 2, 2013 Share Posted August 2, 2013 Hi Vekia! It seems that I am giving up on mobile theme. I will make my own theme responsive. Link to comment Share on other sites More sharing options...
mirustics Posted August 14, 2013 Share Posted August 14, 2013 (edited) I have tried all of the suggestions and links above. My mobile page is still not working correcly. Please help if you can. www.mirustics.com [sOLVED] I had a weird file in: /store/mobile. Once I deleted that it works fine. I'm no expert. Make sure you back up your work before you delete it!!! Edited August 14, 2013 by mirustics (see edit history) Link to comment Share on other sites More sharing options...
Rymoucha Posted August 15, 2013 Share Posted August 15, 2013 Hi! Can you give me the full path name and the name of the file that you deleted it? Link to comment Share on other sites More sharing options...
MEG Venture Posted August 21, 2013 Share Posted August 21, 2013 Hi! Can you give me the full path name and the name of the file that you deleted it? themes>your_theme>mobile instead of deleting it, I suggest you to rename it. Link to comment Share on other sites More sharing options...
carras Posted September 9, 2013 Share Posted September 9, 2013 For me the mobile theme works if I desactivate the Minify JS in Performance menu. Do u you know any solution to use Minify JS with mobile theme on? Thanks. Link to comment Share on other sites More sharing options...
carras Posted October 2, 2013 Share Posted October 2, 2013 Anybody? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now