CarouFredSel module et affichage titre sous l'image d'introduction

Réduire
Ce sujet est fermé.
X
X
 
  • Filtrer
  • Heure
  • Afficher
Tout effacer
nouveaux messages

  • [RÉGLÉ] CarouFredSel module et affichage titre sous l'image d'introduction

    Bonjour à tous,

    J'utilise le module CarouFredsel pour afficher
    des images d'introduction d'articles "intro image " et dans la configuration ci-dessous du module, j'affiche le titre
    de l'article
    Cliquez sur l'image pour l'afficher en taille normale

Nom : cap-fred.JPG 
Affichages : 1 
Taille : 26,7 Ko 
ID : 1820998

    Par contre pas moyen de trouver comment mettre le titre de l'article en dessous de l'image d'intro,
    je pense que cet affichage se gère ailleurs dans Joomla mais pas moyen de m'y retrouver !

    Merci pour votre aide !

    Laurent
    Solidaire avec les dinosaures

  • #2
    Re : CarouFredSel module et affichage titre sous l'image d'introduction

    Je pense que ça se passe ici !?
    \templates\MonTemplate\html\mod_caroufredsel\_itemp.php
    <?php
    /**
    * @package Joomla.Site
    * @subpackage mod_camera_slideshow
    *
    * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
    * @license GNU General Public License version 2 or later; see LICENSE.txt
    */

    defined('_JEXEC') or die;
    $item_images = json_decode($item->images);
    ?>

    <?php $item_heading = $params->get('item_heading', 'h4'); ?>

    <?php if ($params->get('item_title')) : ?>
    <<?php echo $item_heading; ?> class="item_title item_title__<?php echo $params->get('moduleclass_sfx'); ?>">
    <?php if ($params->get('link_titles') && $item->link != '') : ?>
    <a href="<?php echo $item->link;?>">
    <?php echo $item->title;?></a>
    <?php else : ?>
    <?php echo $item->title; ?>
    <?php endif; ?>
    </<?php echo $item_heading; ?>>
    <?php endif; ?>

    <?php if (!$params->get('intro_only')) :
    echo $item->afterDisplayTitle;
    endif; ?>

    <?php if ($params->get('show_tags', 1) && !empty($item->tags)) : ?>
    <?php $item->tagLayout = new JLayoutFile('joomla.content.tags'); ?>

    <?php echo $item->tagLayout->render($item->tags->itemTags); ?>
    <?php endif; ?>

    <?php if ($params->get('published')) : ?>
    <div class="item_published">
    <?php echo JHtml::_('date', $item->publish_up, JText::_('DATE_FORMAT_TPL1')); ?>
    </div>
    <?php endif; ?>

    <?php echo $item->beforeDisplayContent; ?>

    <!-- Intro Image -->
    <?php if ($params->get('intro_image')): ?>
    <?php if (isset($item_images->image_intro) and !empty($item_images->image_intro)) : ?>
    <?php $imgfloat = (empty($item_images->float_intro)) ? $params->get('float_intro') : $item_images->float_intro; ?>
    <div class="item_img img-intro img-intro__<?php echo htmlspecialchars($params->get('intro_image_align')); ?>">
    <div class="fleft">
    <span class="img_border">
    <a class="touchGalleryLink zoom" href="<?php echo htmlspecialchars($item_images->image_fulltext); ?>">
    <span class="zoom-bg"></span>
    <span class="zoom-icon"></span>
    <img
    <?php if ($item_images->image_intro_caption):
    echo 'class="caption"'.' title="' .htmlspecialchars($item_images->image_intro_caption) .'"';
    endif; ?>
    src="<?php echo htmlspecialchars($item_images->image_intro); ?>" alt="<?php echo htmlspecialchars($item_images->image_intro_alt); ?>"/>
    </a>
    </span>
    </div>
    </div>
    <?php endif; ?>
    <?php endif; ?>

    <?php echo $item->introtext; ?>

    <!-- Read More link -->
    <?php if (isset($item->link) && $item->readmore != 0 && $params->get('readmore')) :
    $readMoreText = JText::_('TPL_COM_CONTENT_READ_MORE');
    if ($item->alternative_readmore){
    $readMoreText = $item->alternative_readmore;
    }
    echo '<a class="btn btn-info readmore" href="'.$item->link.'"><span>'. $readMoreText .'</span></a>';
    endif; ?>
    Solidaire avec les dinosaures

    Commentaire


    • #3
      Re : CarouFredSel module et affichage titre sous l'image d'introduction

      Bingo !!! ce morceau à déplacer
      <?php if ($params->get('item_title')) : ?>
      <<?php echo $item_heading; ?> class="item_title item_title__<?php echo $params->get('moduleclass_sfx'); ?>">
      <?php if ($params->get('link_titles') && $item->link != '') : ?>
      <a href="<?php echo $item->link;?>">
      <?php echo $item->title;?></a>
      <?php else : ?>
      <?php echo $item->title; ?>
      <?php endif; ?>
      </<?php echo $item_heading; ?>>
      <?php endif; ?>
      Je ferme le sujet ...
      Solidaire avec les dinosaures

      Commentaire

      Annonce

      Réduire
      Aucune annonce pour le moment.

      Partenaire de l'association

      Réduire

      Hébergeur Web PlanetHoster
      Travaille ...
      X