Keyword

No se ven las thumbnail en el evento desde que actualice k2_v2. 10.3.

More
3 years 10 months ago #176125 by Marie
Cuando actualizo k2 a una nueva versión, desaparece la imagen en el evento debajo de las etiquetas, que muestran los item anteriores y posteriores de acuerdo a la categoría.
Va enlace y adjunto: dulcebeso.com.ar/index.php/los-articulos/desde-g-hasta-ju/individuales
Tiene que ver con la plantilla o con el K2?
Agradezco desde ya una ayuda para esto.
Attachments:

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

More
3 years 10 months ago #176129 by JoomlaWorks
The "src" attribute is probably wrong. Can you upload your item.php template override to have a look?

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
3 years 10 months ago #176139 by Marie
Hola, esta es la fracción de código que afecta al evento. ¡Muchas gracias de antemano!


<!-- Item Next / Prev with thumbnail -->
<div class=" post-nav">

<div class="uk-width-medium-1-2 uk-float-left pprev">
<?php if(isset($this->item->previousLink)){ ?>
<div class="thumbnail">

<a href="<?php echo $this->item->previousLink; ?>">
<img src="<?php echo $this->item->previousImageSmall; ?>" >
</a>
</div>
<div class="pn-left">
<a href="<?php echo $this->item->previousLink; ?>" rel="prev"><span class="pnav-entry art italic">Más antiguo </span> <span class="pnav-tit ux-title"> <?php echo $this->item->previousTitle; ?> </span></a> </div>

<?php } ?>
</div>
<div class="uk-width-medium-1-2 uk-float-right pnext">
<?php if(isset($this->item->nextLink)){ ?>
<div class="pn-right">
<a href="<?php echo $this->item->nextLink; ?>" rel="next"><span class="pnav-entry art italic"> Más nuevo </span> <span class="pnav-tit ux-title"> <?php echo $this->item->nextTitle; ?> </span> </a> </div>
<div class="thumbnail">
<a href="<?php echo $this->item->nextLink; ?>">
<img src="<?php echo $this->item->nextImageSmall; ?>" >
</a>
</div>
<?php } ?>
</div>
<div class="clear"></div>
</div>

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

More
3 years 10 months ago #176140 by Marie
Acá va el archivo completo en .rtf.

Muchas Gracias!
Attachments:

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

More
3 years 10 months ago #176145 by JoomlaWorks
You actually spotted a bug :)

Please install K2 v2.10.4 (dev) from getk2.org/downloads/?f=K2_Development_Release.zip and the error will b resolved.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum