[SOLVED] Rocksprocket Strips Link in neues Fenster / Tab
- gustaaf_barbez
- Offline Topic Author
- Fresh Boarder
- Posts: 6
- Thank you received: 0
Rocksprocket Strips Link in neues Fenster / Tab was created by gustaaf_barbez
Posted 6 years 1 month ago #21676benutze das Template jp-Expert mit dem Rocksprocket Modul - Template Strips - und möchte den Link in ein neues Fenster öffnen.
Leider funktioniert es nicht mit dem hinzufügen von target="_blank" - hat keine Auswirkungen:
<h4 class="sprocket-strips-s-title" data-strips-toggler>
<?php if ($item->getPrimaryLink()) : ?><a target="_blank" href="<?php echo $item->getPrimaryLink()->getUrl(); ?> "><?php endif; ?>
<?php echo $item->getTitle();?>
<?php if ($item->getPrimaryLink()) : ?></a><?php endif; ?>
</h4>
<?php endif; ?>
<?php if ($item->getText()) >
<span class="sprocket-strips-s-text">
<?php echo $item->getText(); ?>
</span>
<?php endif; ?>
<?php if ($item->getPrimaryLink()) : ?>
<a href="<?php echo $item->getPrimaryLink()->getUrl(); ?>" target="_blank" class="readon"><span><?php rc_e('READ_MORE'); ?></span></a>
<?php endif; ?>
PHP-Version = 7.2
Joomla = 3.8.13
Rocksprocket = 2.1.24
Webseite = beocad.1a-websolutions.ch/index.php/strips-style-2
Können Sie weiter helfen?
Mit freundlichen Grüssen
G. Barbez
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Rocksprocket Strips Link in neues Fenster / Tab
Posted 6 years 1 month ago #21677in einem PopUp oder nur in einem neuen Fenster?
Im Popup sollte der Code wie folg aussehen
<h4 class="sprocket-strips-s-title" data-strips-toggler>
<?php if ($item->getPrimaryLink()) : ?><a data-lightbox-type="iframe" data-uk-lightbox href="<?php echo $item->getPrimaryLink()->getUrl(); ?>?tmpl=component"><?php endif; ?>
<?php echo $item->getTitle();?>
<?php if ($item->getPrimaryLink()) : ?></a><?php endif; ?>
</h4>
<?php endif; ?>
<?php if ($item->getText()) >
<span class="sprocket-strips-s-text">
<?php echo $item->getText(); ?>
</span>
<?php endif; ?>
<?php if ($item->getPrimaryLink()) : ?>
<a data-lightbox-type="iframe" data-uk-lightbox href="<?php echo $item->getPrimaryLink()->getUrl(); ?>?tmpl=component" class="readon"><span><?php rc_e('READ_MORE'); ?></span></a>
<?php endif; ?>
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
- gustaaf_barbez
- Offline Topic Author
- Fresh Boarder
- Posts: 6
- Thank you received: 0
Replied by gustaaf_barbez on topic Rocksprocket Strips Link in neues Fenster / Tab
Posted 6 years 1 month ago #21678herzlichen Dank für den Code.
amliebsten einfach in ein neues Fenster / Tab
mfg
G. barbez
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Rocksprocket Strips Link in neues Fenster / Tab
Posted 6 years 1 month ago #21679Namen und Pfad bitte
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
- gustaaf_barbez
- Offline Topic Author
- Fresh Boarder
- Posts: 6
- Thank you received: 0
Replied by gustaaf_barbez on topic Rocksprocket Strips Link in neues Fenster / Tab
Posted 6 years 1 month ago #21681/components/com_roksprocket/layouts/strips/themes/separated/item.php
Webseite: beocad.1a-websolutions.ch/index.php/strips-style-2
Best dank im Voraus
Gustaaf Barbez
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Rocksprocket Strips Link in neues Fenster / Tab
Posted 6 years 1 month ago #21687Wir haben ein sog. Override im Template, demnach müssen sie folgendes File editieren
templates\jp-expert\roksprocket\layouts\strips\themes\ ihr gewähltes design \ items.php
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.