[SOLVED] RockSprocket-Theme
Anbei der Script:
<?php
/**
* @version $Id: item.php 10885 2013-05-30 06:31:41Z btowles $
* @author RocketTheme www.rockettheme.com
* @copyright Copyright (C) 2007 - 2014 RocketTheme, LLC
* @license www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*/
?>
<div class="sprocket-strips-c-block" data-strips-item>
<!--Plain-->
<?php if (!$item->getPrimaryImage()) >
<div class="plain">
<?php endif; ?>
<!--Plain-->
<div class="sprocket-strips-c-item" data-strips-content>
<?php if ($item->getPrimaryLink()) : ?>
<img src="<?php echo $item->getPrimaryImage()->getSource(); ?>" alt="<?php echo $item->getPrimaryImage()->getAlttext(); ?>" class="sprocket-mosaic-image" />
<?php endif; ?>
<div class="sprocket-strips-c-content">
<?php if ($item->getTitle()) : ?>
<h4 class="sprocket-strips-c-title" data-strips-toggler>
<?php if ($item->getPrimaryLink()) : ?><a href="<?php echo $item->getPrimaryLink()->getUrl(); ?>"><?php endif; ?>
<?php echo $item->getTitle();?>
<?php if ($item->getPrimaryLink()) : ?></a><?php endif; ?>
</h4>
<?php endif; ?>
<div class="sprocket-strips-c-extended">
<div class="sprocket-strips-c-extended-info">
<?php if ($item->getText()) >
<span class="sprocket-strips-c-text">
<?php echo $item->getText(); ?>
</span>
<?php endif; ?>
<?php if ($item->getPrimaryLink()) : ?>
<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>
</div>
</div>
<!--Plain-->
<?php if (!$item->getPrimaryImage()) >
</div>
<?php endif; ?>
<!--Plain-->
</div>
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
<?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 border" 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>
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
Habe es auch mit Ihrer Demo-Seite getestet. Dort funktioniert es auch.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Ich habe es auch in der Demo-Version getestet. Dort funktioniert alles prima. Beim Vergleich der Verlinkungen zeigt es bei mir eine andere Linkzeichen-Verkettung als in der Demo-Version (vermutlich liegt es daran).
Mein PopUp-Link … href="/?view=article&id=133:egon-kahles&catid=42:informationen?tmpl=component“
Demo-Seite … href="/index.php/kategorie-demo-artikel/61-egon-kahles?tmpl=component“
Die Beiträge in der Demo-Verion sind aber wie bei mir in Kategorien hinterlegt. Woran kann es liegen?
Please Log in or Create an account to join the conversation.