kikidonc Posted November 26, 2014 Share Posted November 26, 2014 (edited) Hi all i'm facing a frustrating problem.. both currency and language blocks are not clickable. i'm using default theme and PS 1.6.0.9. i read a lot of posts about similar issues, but none have helped me so far: - is the shop in maintenance mode: no - do i have multiple currencies/languages configured: yes - did i move the position of both modules at higher position: yes (from the end of the list to firsts to middle (12-13 position) - did i disable/reinstall modules: yes, still the same. Any idea guys? one thing to be aware of: i installed ps 1.6.0.9 and then copied the theme folder from a previous backup from an older version of PS 1.6 (forgot the exact version, one from july 2014 i think). everything else looks fine so far. shop url: dev.min-goo.com Thanks! Edited November 26, 2014 by kikidonc (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted November 26, 2014 Share Posted November 26, 2014 this is because your theme is not loading javascript . changes would need to be made in themes/yourtheme/header.tpl file. before bothering with that... try this: back office-->advanced parms-->performance scroll down, find where it says load javascript bottom and select yes. revisit your shop and test 1 Link to comment Share on other sites More sharing options...
dioniz Posted November 26, 2014 Share Posted November 26, 2014 Check if your header.tpl have this code: {if isset($js_defer) && !$js_defer && isset($js_files) && isset($js_def)} {$js_def} {foreach from=$js_files item=js_uri} <script type="text/javascript" src="{$js_uri|escape:'html':'UTF-8'}"></script> {/foreach} {/if} Older versions of 1.6 didn't have that but now you need it to load javascript Link to comment Share on other sites More sharing options...
El Patron Posted November 26, 2014 Share Posted November 26, 2014 Check if your header.tpl have this code: {if isset($js_defer) && !$js_defer && isset($js_files) && isset($js_def)} {$js_def} {foreach from=$js_files item=js_uri} <script type="text/javascript" src="{$js_uri|escape:'html':'UTF-8'}"></script> {/foreach} {/if} Older versions of 1.6 didn't have that but now you need it to load javascript Hi Tom, yes this is correct. but if at all possible load javascript bottom from performance panel as suggested above...this makes shop 'much' faster load time. else follow Tom's advice...then buy javapro module 1 Link to comment Share on other sites More sharing options...
kikidonc Posted November 26, 2014 Author Share Posted November 26, 2014 Thanks guys, really appreciate your help. I did what you suggested El Patron and it actually works! i can't believe it was that simple i checked my header.tpl, and there is no mention of the code above. Doesn't seem to be required if it works like that. Thanks again! 1 Link to comment Share on other sites More sharing options...
Recommended Posts