Minifrontpage PRO: removing article title
- Posted by Roberto (14) Offline
Hello
Is it possible do not show article's items? I would like to show only article image thumbnail in carouselbig theme?
Thanks a lot
Roberto
3 years 6 months ago #1
by Roberto
Is it possible do not show article's items? I would like to show only article image thumbnail in carouselbig theme?
Thanks a lot
Roberto
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Hi, Try to add this code in the CSS Adjustment tab :
3 years 6 months ago #2
by TemplatePlazza
.mfp_carouselbig_item_inner_text {
display: none!important;
}
Please Log in or Create an account to join the conversation.
- Posted by Roberto (14) Offline
- Posted by TemplatePlazza (5261) Offline
- Posted by TemplatePlazza (5261) Offline
Hi, You have to do template override for that. Please follow this video to create a template override :Hello again
Now that the title is not visible: is it possible to make the article image linkable? Here is the link: servizi.istitutoolivetti.it/joomla30/index.php
Thnkyou again !!!
Roberto
After you have created a template/layout override then around line 295 you will see this code :
<?php echo $thumb_img[0]; ?>
<div class="mfp_carouselbig_item_inner_text">
<a href="<?php echo $item->link; ?>" itemprop="url"><?php echo $thumb_img[0]; ?></a>
<div class="mfp_carouselbig_item_inner_text">
Please Log in or Create an account to join the conversation.
- Posted by Roberto (14) Offline
Hello,
I'm sorry, I feel incapable ...
I would like to use your suggested override with the collage-3 module's theme. But I don't find the corresponding lines in the collage.php overrided file.
Can you help me please?
Roberto
PS: I know my subscription expired some months ago, tell me if I must renew it... Thx in advance
2 years 10 months ago #6
by Roberto
I'm sorry, I feel incapable ...
I would like to use your suggested override with the collage-3 module's theme. But I don't find the corresponding lines in the collage.php overrided file.
Can you help me please?
Roberto
PS: I know my subscription expired some months ago, tell me if I must renew it... Thx in advance
Please Log in or Create an account to join the conversation.