carouselxt e infinity model
- Posted by Bn Design (10) Offline
The topic has been marked as resolved.
- Posted by TemplatePlazza (5260) Offline
Ah sorry, the
Should be placed before :
1 year 11 months ago #8
by TemplatePlazza
<a href="<?php echo $item->link; ?>
Should be placed before :
<div class="mfp_carouselxt_item">
The topic has been marked as resolved.
- Posted by Niels (2) Offline
TemplatePlazza wrote:
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<a href="<?php echo $item->link; ?>and add the colsing<div class="mfp-col-xs-12 mfp-col-sm-6 mfp-col-md-<?php echo 12/$infinity_num_column;?> mfp_infinity_item">before</a><?php endforeach; ?>
Hi,
thank you for this, but it doesn't work for me! Can you check my source code from the override?
Last edit: 1 year 9 months ago by TemplatePlazza.
The topic has been marked as resolved.
- Posted by TemplatePlazza (5260) Offline
Sorry the code should be :
1 year 10 months ago #10
by TemplatePlazza
<a href="<?php echo $item->link; ?>">
The topic has been marked as resolved.
- Posted by Niels (2) Offline
The topic has been marked as resolved.