WBCE CMS Forum

WBCE CMS – Way Better Content Editing.

Du bist nicht angemeldet.

#1 13.09.2017 08:56:16

casi
Mitglied

Menu Link

Hi. I have set a page as a menu link and used "entfernte adresse" as target with the option "neues fenster". But the link does not open the new page as an new tab or open window. Can you help? Thank you.

Offline

#2 13.09.2017 09:10:45

florian
Administrator

Re: Menu Link

This depends on the show_menu call in the frontend template. Please make sure that it includes the code target="[target]" , f. ex.

show_menu2(1, SM2_ROOT, SM2_ALL, SM2_ALL,
 '<li class="[class] lev[level]"><a href="[url]" target="[target]" class="lev[level] [class]" data-pid=[page_id]><span>[menu_title]</span></a>',
 '</li>',
 '<ul class="ullev[level]">',
 '</ul>', 
false, false);

(example code from the VERTAL template)

Beitrag geändert von florian (13.09.2017 09:11:31)


Code allein macht nicht glücklich. Jetzt spenden!

Offline

Liked by:

stefanek

#3 13.09.2017 09:38:38

casi
Mitglied

Re: Menu Link

Fantastic, works! Thank you!

Offline

Fußzeile des Forums

up