https://dietapino.com/
The presentation of some images are displayed differently.
I do not know why.
The presentation of some images are displayed differently.
Hi
It due to the style of this module only, the 6th items in module will have that style.
If you don't want it, open the file:
root/templates/ja_comics/html/mod_articles_category/style-2.php
Line 50:
<div class="item-inner <?php echo ($i==5) ? 'item-view-vertical-2' : 'align-meta-bottom' ;?> bg-<?php echo $catclass ;?>">
change to:
<div class="item-inner align-meta-bottom bg-<?php echo $catclass ;?>">
saguaros
Thank you very much.
It works in the "main-top-1" position. It doesn't work in the main menu.
Style-2.php line 50:
<!--<div class="item-inner <?php echo ($i==5) ? 'item-view-vertical-2' : 'align-meta-bottom' ;?> bg-<?php echo $catclass ;?>">- Line 50 Original--->
<div class="item-inner align-meta-bottom bg-<?php echo $catclass ;?>"> <!-- Change by Saguaros 9-11-2022 -->
I can't see it now, under which item I can see it?
- Edited
saguaros
How odd!
Click here https://dietapino.com/ as I indicated at the beginning of the thread.
The first section is the position: "main-top-1" RECETA LIGERAS , here it works.
Now take your mouse and scroll down to the BLOG DE RECETAS and you will see the sixth image
"Arroz al vapor con cúrcuma y verduras"
that does not have the same presentation. As simple as that.
carlucci It works in the "main-top-1" position. It doesn't work in the main menu.
I thought that you meant in main menu. It should be the main content block of homepage instead
I just updated this file: /templates/ja_comics/html/com_content/category/blog.php
Line 130:
<div class="<?php echo $viewLayout ;?>" itemcount="<?php echo ($i + 1) ;?>">
change to:
<div itemcount="<?php echo ($i + 1) ;?>">