Hi: i make some changes... seems to be working ok and anything is broken. If you take a look and it's ok, perhaps this are my two cents
Regards,
Leandro
Test link:
http://www.club-pescadores.com.ar/insti ... storiaclub_________________
Two changes:1) In
mytemplate\html\com_k2\templates\default\item.phpLine:
<a class="itemBackToTop" href="<?php echo $this->item->link; ?>#"> <?php echo JText::_('K2_BACK_TO_TOP'); ?> </a>
Change:
<a class="itemBackToTop irArriba" href="<?php echo $this->item->link; ?>#"> <?php echo JText::_('K2_BACK_TO_TOP'); ?> </a>
2) In
mytemplate\layouts\default.phpIn the next script, add the bolded line:
<script>
jQuery(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
jQuery("body").fitVids();
jQuery(".irArriba").click(function() {
window.scrollTo(0,0); });
});
</script>