gep Posted July 31, 2014 Share Posted July 31, 2014 Prestashop version 1.6.0.8 I bought a template (Kitchen Supplies Store) and I imported it through Prestashop Import - demo of oryginal theme: http://livedemo00.template-help.com/prestashop_49456/ my website with theme: http://audyty.nazwa.pl/projekty5/prestashop/ And i see some problems, what i wrote below, please help with this: 1) how to create drop down menu in Categories - see on picture - (1) 2) why slider is not working? 3) why we don't see full of slider picture? regards, luk Link to comment Share on other sites More sharing options...
dioniz Posted August 1, 2014 Share Posted August 1, 2014 Open your themes header.tpl and search for this code: {if isset($css_files)} {foreach from=$css_files key=css_uri item=media} <link rel="stylesheet" href="{$css_uri|escape:'html':'UTF-8'}" type="text/css" media="{$media|escape:'html':'UTF-8'}" /> {/foreach} {/if} add below code right after above 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} 1 Link to comment Share on other sites More sharing options...
gep Posted August 1, 2014 Author Share Posted August 1, 2014 great it's working thank you Link to comment Share on other sites More sharing options...
dioniz Posted August 1, 2014 Share Posted August 1, 2014 You are welcome i'll mark this thread as solved. 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