Placing of caption with Intro image - Joomla! Forum - community, help and support


the caption of intro image placed inside img tag:

code: select all

<img
      <?php if ($images->image_intro_caption) : ?>
         <?php echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_intro_caption, ent_compat, 'utf-8') . '"'; ?>
      <?php endif; ?>
      src="<?php echo htmlspecialchars($images->image_intro, ent_compat, 'utf-8'); ?>" alt="<?php echo htmlspecialchars($images->image_intro_alt, ent_compat, 'utf-8'); ?>" itemprop="thumbnailurl"/>

this makes impossible change place of caption. don't know how change code make styling caption apart image possible. if better @ php appreciated.






Comments

Popular posts from this blog

Upgrade 3.4.8 to 3.5.1 failed "download package failed" - Joomla! Forum - community, help and support

Joomal 3.6.3 update error - PHP temporary folder is not set - Joomla! Forum - community, help and support

Fatal error during instalation - Joomla! Forum - community, help and support