Keyword

How to disable item image zoom

  • Aniron79
  • Aniron79's Avatar Topic Author
  • Offline
  • New Member
More
4 years 10 months ago #172190 by Aniron79
How to disable item image zoom was created by Aniron79
Hi, can you help me to disable the image zoom effect in all my items header?

Here is an example:
www.computermania.org/tutorial/informatica/come-recuperare-i-file-cancellati-con-il-software-easeus-data-recovery-wizard

Thanks

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

More
4 years 10 months ago #172194 by JoomlaWorks
Replied by JoomlaWorks on topic How to disable item image zoom
You need to remove the <a> link that wrap the image then inside item.php.

You would need to override K2 first though: getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates

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

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

  • Aniron79
  • Aniron79's Avatar Topic Author
  • Offline
  • New Member
More
4 years 10 months ago #172222 by Aniron79
Replied by Aniron79 on topic How to disable item image zoom
I solved it by adding a comment to the following code inside item.php:

<!-- <a data-k2-modal="image" href="<?php echo $this->item->imageXLarge; ?>" title="<?php echo JText::_('K2_CLICK_TO_PREVIEW_IMAGE'); ?>"> -->

Thank you for your help!

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

  • Aniron79
  • Aniron79's Avatar Topic Author
  • Offline
  • New Member
More
4 years 10 months ago #172223 by Aniron79
Replied by Aniron79 on topic How to disable item image zoom
I realized that the zoom disappears, but there are some display errors

Rate this article option is located above and not below, and the item header section changes from image1 to image2 (as you can see from the attached images)

Can you help me?
Attachments:

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

More
4 years 9 months ago - 4 years 9 months ago #172229 by JoomlaWorks
Replied by JoomlaWorks on topic How to disable item image zoom
When you commented the opening <a...> tag, I hope you also commented the closing </a> tag as well...

As for your other remarks, if you want to move some feature, you can just cut and paste the related PHP/HTML to a different location in item.php.

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Last edit: 4 years 9 months ago by JoomlaWorks.

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

  • Aniron79
  • Aniron79's Avatar Topic Author
  • Offline
  • New Member
More
4 years 9 months ago #172239 by Aniron79
Replied by Aniron79 on topic How to disable item image zoom
I commented on the wrong code. Commenting on the following I found no errors:

<!-- <a class="modal" rel="{handler: 'image'}" href="<?php echo $this->item->imageXLarge; ?>" title="<?php echo JText::_('K2_CLICK_TO_PREVIEW_IMAGE'); ?>">
<span class="imagehover"></span> -->

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

More
4 years 9 months ago #172248 by JoomlaWorks
Replied by JoomlaWorks on topic How to disable item image zoom
Great :)

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