End of Support for Joomla 3 - Forum closed

[SOLVED] Bildunterschrift jp-expert

  • DanielO
  • DanielO's Avatar Offline Topic Author
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0

Bildunterschrift jp-expert was created by DanielO

Posted 4 years 10 months ago #25387
Theme: jp-expert
Joomla: 3.9.13

Hallo. Leider werden keine Bildunterschriften angezeigt bzw. figcaption wird nicht erzeugt.
Inhalt -> Beiträge -> "Beitrag XYZ" -> Reiter "Bilder und Links" -> Komplettes Beitragsbild -> Bildunterschrift

Füge ich ein Bild direkt im Beitrag mit Bildunterschrift ein, wird sie angezeigt.

Danke
by DanielO

Please Log in or Create an account to join the conversation.

  • DanielO
  • DanielO's Avatar Offline Topic Author
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0

Replied by DanielO on topic [SOLVED] Bildunterschrift jp-expert

Posted 4 years 10 months ago #25421
Problem solved.

Habe article.php (/templates/jp-expert/layouts) bearbeitet.
Code:
<?php if ($image && $image_alignment != 'none') : ?> <?php if ($url) : ?> <a class="uk-align-<?php echo $image_alignment; ?>" href="<?php echo $url; ?>" title="<?php echo $image_caption; ?>"><img src="<?php echo $image; ?>" alt="<?php echo $image_alt; ?>"></a> <?php else : ?> <img class="uk-align-<?php echo $image_alignment; ?>" src="<?php echo $image; ?>" alt="<?php echo $image_alt; ?>" title="<?php echo $image_caption; ?>"> <?php endif; ?> <?php endif; ?>

geändert zu
Code:
<?php if ($image && $image_alignment != 'none') : ?> <?php if ($url) : ?> <a class="uk-align-<?php echo $image_alignment; ?>" href="<?php echo $url; ?>" title="<?php echo $image_caption; ?>"><img src="<?php echo $image; ?>" alt="<?php echo $image_alt; ?>"></a> <?php else : ?> <div class="uk-align-<?php echo $image_alignment; ?>"> <img src="<?php echo $image; ?>" alt="<?php echo $image_alt; ?>"> <?php if ($image_caption != '') { ?> <p style="max-width:450px";><?php echo $image_caption; ?></p> <?php } ?></div> <?php endif; ?> <?php endif; ?>
Last Edit:4 years 10 months ago by DanielO
Last edit: 4 years 10 months ago by DanielO.

Please Log in or Create an account to join the conversation.

Moderators: joomlaplates

Installations-Service

Don´t waste your time, we install your purchased Template
with the "Demo Content" within the next 24 hours.

Buy Now - 59€

Joomlaplates/Theme-Point is not affiliated with or endorsed by Open Source Matters or the Joomla! Project

Copyright © 2024 JoomlaPlates | Professional Joomla Templates with Uikit 3

Disclaimer & Privacy | License