Jump to content

[SOLVED] theme Kitchen Supplies Store - slider, menu drop down


Recommended Posts

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



 

post-809314-0-43148000-1406849452_thumb.jpg

Link to comment
Share on other sites

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}
  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...