Jump to content
xt:Commerce Community Forum

Slider - Links in neuen Tabs öffnen


DrIGGI
 Share

Recommended Posts

Hallo,

im Admin-Menü bei den Slider-Einstellungen gibt es leider keine Option LInks in einem neuen Fenster bzw. Tab zu öffnen. Weiß jemand zufällig in welchem File ich dies anpassen könnte? Und wie könnte ich es umsetzen, dass nur ein Item vom Slider sich in einem neuen Tab öffnet, der Rest jedoch nicht?

LG Iggi

Link to comment
Share on other sites

hallo,

das mit dem neuen Tab/Fenster ist an sich kein Problem:

{if $item.slide_link}<a href="{$item.slide_link}" target="_blank">{/if}

wenn das nur eines der Items tun soll, musste das halt mit einem if abfragen, vielleicht so:

{if $item.slide_id == 2}{$ziel="target=\"_blank\""}{else}{$ziel=""}{/if}
{if $item.slide_link}<a href="{$item.slide_link}" {$ziel}>{/if}

Grüsse

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
  • Create New...