Jump to content
  • 0

Menu nie rozwija się po zmianie szablonu


Inkton

Question

Witam. Zmienilem szablon z defaultowego na darmowy minimal i wszystko jest super tylko nie rozwija mi się menu tak jak wcześniej, a mam ustawione głębokość menu. Co może być powodem? Dodam że korzystam ze standardowego modułu kategorii poziomej.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Zgadza się. Brakowało kilku linijek w pliku header.tpl a dokładnie tych

{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}

należy to wkleić po tym kodzie


{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}

Umieszczam jeszcze link do rozwiązania.
https://www.prestashop.com/forums/topic/340682-ps-1608-theme-problem/
 

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...