End of Support for Joomla 3 - Forum closed
[SOLVED] Separated Popup
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Please Log in or Create an account to join the conversation.
Hallo Live Url ist zur Zeit schwierig, da ich die Seite auf XAMPP entwickle und dann auf meinen Webspace übertragen möchte. Kann höchstens per Teamviewer anbieten.
Gruß
Oliver
Gruß
Oliver
by jaguczak
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Dann posten sie doch bitte den php code von der > item.php von ihrem Strips Ordner, den sie verwenden
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
gerne,
<?php
/**
* @version $Id: item.php 10885 2013-05-30 06:31:41Z btowles $
* @author RocketTheme www.rockettheme.com
* @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
* @license www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*/
?>
<li class="sprocket-strips-s-block" data-strips-item>
<div class="sprocket-strips-s-item" data-strips-content>
<?php if ($item->getPrimaryImage()) >
<div style="overflow:hidden">
<img class="hover-effect" src="<?php echo $item->getPrimaryImage()->getSource(); ?>" alt="<?php echo $item->getPrimaryImage()->getAlttext(); ?>" />
</div>
<?php endif; ?>
<div class="sprocket-strips-s-content">
<?php if ($item->getTitle()) : ?>
<h4 class="sprocket-strips-s-title" data-strips-toggler>
<?php echo $item->getTitle();?>
</h4>
<?php endif; ?>
<?php if ($item->getText()) >
<span class="sprocket-strips-s-text">
<?php echo $item->getText(); ?>
</span>
<?php endif; ?>
<?php if ($item->getPrimaryLink()) : ?></br>
<a data-lightbox-type="iframe" data-uk-lightbox="{group:'<?php echo $item->getPrimaryImage()->getAlttext(); ?>'}" href="<?php echo $item->getPrimaryLink()->getUrl(); ?>?tmpl=component" class="uk-button"><span><?php rc_e('READ_MORE'); ?></span></a>
<?php endif; ?>
</div>
</div>
</li>
Gruß
Oliver
<?php
/**
* @version $Id: item.php 10885 2013-05-30 06:31:41Z btowles $
* @author RocketTheme www.rockettheme.com
* @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
* @license www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*/
?>
<li class="sprocket-strips-s-block" data-strips-item>
<div class="sprocket-strips-s-item" data-strips-content>
<?php if ($item->getPrimaryImage()) >
<div style="overflow:hidden">
<img class="hover-effect" src="<?php echo $item->getPrimaryImage()->getSource(); ?>" alt="<?php echo $item->getPrimaryImage()->getAlttext(); ?>" />
</div>
<?php endif; ?>
<div class="sprocket-strips-s-content">
<?php if ($item->getTitle()) : ?>
<h4 class="sprocket-strips-s-title" data-strips-toggler>
<?php echo $item->getTitle();?>
</h4>
<?php endif; ?>
<?php if ($item->getText()) >
<span class="sprocket-strips-s-text">
<?php echo $item->getText(); ?>
</span>
<?php endif; ?>
<?php if ($item->getPrimaryLink()) : ?></br>
<a data-lightbox-type="iframe" data-uk-lightbox="{group:'<?php echo $item->getPrimaryImage()->getAlttext(); ?>'}" href="<?php echo $item->getPrimaryLink()->getUrl(); ?>?tmpl=component" class="uk-button"><span><?php rc_e('READ_MORE'); ?></span></a>
<?php endif; ?>
</div>
</div>
</li>
Gruß
Oliver
by jaguczak
Please Log in or Create an account to join the conversation.
Hallo,
konnten sie mir der Datei etwas anfangen?
Gruß
Oliver
konnten sie mir der Datei etwas anfangen?
Gruß
Oliver
by jaguczak
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Welches Layout benutzen sie denn bei den Strips EInstellungen.
Hier muss natürlich auch die item.php editiert werden
Bitte hier das Video anschauen
www.joomlaplates.com/support/documentation/roksprocket-lightbox
Hier muss natürlich auch die item.php editiert werden
Bitte hier das Video anschauen
www.joomlaplates.com/support/documentation/roksprocket-lightbox
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates