Jump to content
  • 0

gorne menu poziome - link zewnętrzny


kiwano

Question

Witam, chce w menu dodac link zewnętrzny.

 

Dodaje w module górne menu poziome nowy link z adresem zewnetrzym, wszystko wyglada ok, a jak wchodze na sklep, to po kliknieciu na link wyswietla mi sie blad, bo otwiera sie moj adres zew jako podstrona sklepu

 

adres sklepu: kiwano.com.pl

po kliknieciu BLOG w menu otwiera sie kiwano.com.pl/mojezdrowie.eu

a mialo otwierac sie mojezdrowie.eu

 

Podpowie ktos cos?

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

Witam,

Mam troszkę inny (ale jednak podobny) problem w moim sklepie supervolt.pl

 

W górnym menu nie działają odnośniki do podstron (Kategorie,Marki,Jak Kupować). Reszta działa. Może ma ktoś pomysł gdzie edytować odnośniki w tym module.

Poniżej również widok edycji modułu.

 

c3c81a65e044ec12gen.png

 

cb509fbad2a55a6bgen.jpg

 

 

Pozdr Łukasz

Edited by supervolt.pl (see edit history)
Link to comment
Share on other sites

  • 0

Tak wygląda plik megamenu.tpl :

 

<!-- Block categories module -->
{if $blockCategTree != ''}
    <div class="ma-nav-mobile-container visible-sm visible-xs ">
        <div class="navbar">
            <div id="navbar-inner" class="navbar-inner navbar-inactive">
                <div class="menu-mobile">
                    <a class="btn btn-navbar">
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                    </a>
                    <span class="brand">{l s='Category' mod='posmegamenu'}</span>
                </div>
                <ul id="ma-mobilemenu" class="tree {if $isDhtml}dhtml{/if}  mobilemenu nav-collapse collapse">
                    {foreach from=$blockCategTree.children item=child name=blockCategTree}
                        {if $smarty.foreach.blockCategTree.last}
                            {include file="$branche_tpl_path" node=$child last='true'}
                        {else}
                            {include file="$branche_tpl_path" node=$child}
                        {/if}
                    {/foreach}
                </ul>
                                <script type="text/javascript">
                                // <![CDATA[
                                        // we hide the tree only if JavaScript is activated
                                        $('div#categories_block_left ul.dhtml').hide();
                                // ]]>
                                </script>
            </div>
        </div>
</div>
{/if}
<!-- /Block categories module -->

<div class="nav-container visible-lg visible-md">
        <div id="pt_custommenu" class="pt_custommenu">
            {$megamenu}
    </div>
</div>

<script type="text/javascript">
//<![CDATA[
var CUSTOMMENU_POPUP_EFFECT = {$effect};
var CUSTOMMENU_POPUP_TOP_OFFSET = {$top_offset};
//]]>
</script>

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