carouselxt e infinity model
- Posted by Bn Design (10) Offline
Hey.
I want to make my thumbnail clickable.
Clicking on the image will redirect you to the article.
1 year 11 months ago #1
by Bn Design
I want to make my thumbnail clickable.
Clicking on the image will redirect you to the article.
The topic has been marked as resolved.
- Posted by TemplatePlazza (5260) Offline
The topic has been marked as resolved.
- Posted by Bn Design (10) Offline
I am using minifrontpage.
Template (model) carouselxt e infinity
Joomla4
1 year 11 months ago - 1 year 11 months ago #3
by Bn Design
Template (model) carouselxt e infinity
Joomla4
Last edit: 1 year 11 months ago by Bn Design.
The topic has been marked as resolved.
- Posted by TemplatePlazza (5260) Offline
Hi I'm assuming you enable the setting Thumbnail Mode to Thumbnail as Background, because because if you set it to Thumbnail Image then the image is linking to article.
So, basically you can do that via template override
open the file infinity_ajax.php then add the codebefore the code and add the colsing before
1 year 11 months ago - 1 year 11 months ago #4
by TemplatePlazza
So, basically you can do that via template override
open the file infinity_ajax.php then add the code
<a href="<?php echo $item->link; ?>
<div class="mfp-col-xs-12 mfp-col-sm-6 mfp-col-md-<?php echo 12/$infinity_num_column;?> mfp_infinity_item">
</a>
<?php
endforeach; ?>
Last edit: 1 year 11 months ago by TemplatePlazza.
The topic has been marked as resolved.
- Posted by Bn Design (10) Offline
The topic has been marked as resolved.