End of Support for Joomla 3 - Forum closed

[SOLVED] link in images's article category view

Replied by tangryuno on topic link in images's article category view

Posted 6 years 1 month ago #25838
Ok,
I've changed
<?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>

in
<?php if ($url) : ?>
<img class="uk-align-<?php echo $image_alignment; ?>" src="<?php echo $image; ?>" alt="<?php echo $image_alt; ?>">

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

Replied by tangryuno on topic [SOLVED] link in images's article category view

Posted 6 years 1 month ago #25839
Problem solved.

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

Moderators: joomlaplates
Powered by Kunena Forum