Keyword

modal box for image in category view

More
10 years 1 month ago #142948 by raz
Hi
In category view when I click on image it goes to details view of item,
I'd like that when I click on image, it opens in modal box like what happens in details view.
I add this code to category_itm.php

<span class="itemImage">
<a class="modal" rel="{handler: 'image'}" href="<?php echo $this->item->imageXLarge; ?>" title="<?php echo JText::_('K2_CLICK_TO_PREVIEW_IMAGE'); ?>">
<img src="<?php echo $this->item->image; ?>" alt="<?php if(!empty($this->item->image_caption)) echo K2HelperUtilities::cleanHtml($this->item->image_caption); else echo K2HelperUtilities::cleanHtml($this->item->title); ?>" style="width:<?php echo $this->item->imageWidth; ?>px; height:auto;" />
</a>
</span>

but it doesn't make image to pop up, because it doesn't add the necessary javascript and css file,
I don't know how can I do that?

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 1 month ago #142969 by Krikor Boghossian
Replied by Krikor Boghossian on topic modal box for image in category view
You need to add this too in your overrides:
JHTML::_('behavior.modal');

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

More
10 years 1 month ago #142977 by raz
Replied by raz on topic modal box for image in category view
thank you very much, it works.

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 1 month ago #142983 by Krikor Boghossian
Replied by Krikor Boghossian on topic modal box for image in category view
You 're welcome raz.

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


Powered by Kunena Forum