Minifrontpage PRO: removing article title

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

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 :
.mfp_carouselbig_item_inner_text {
    display: none!important;
}
3 years 6 months ago #2 by TemplatePlazza

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

Yes, perfect :D
Many may thx.
Roberto
3 years 6 months ago #3 by Roberto

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

  • Posted by TemplatePlazza (5261) Offline
You're most welcome RobGal. Glad could help ;)
3 years 6 months ago #4 by TemplatePlazza

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

  • Posted by TemplatePlazza (5261) Offline

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

Hi, You have to do template override for that. Please follow this video to create a template override :

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">
change that to :
<a href="<?php echo $item->link; ?>" itemprop="url"><?php echo $thumb_img[0]; ?></a>
                        <div class="mfp_carouselbig_item_inner_text">
3 years 5 months ago #5 by TemplatePlazza

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

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

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

Powered by Kunena Forum