Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

ARI ZOOM with K2 Images
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: ARI ZOOM with K2 Images
#14753
ARI ZOOM with K2 Images 12 Years, 10 Months ago Karma: 0
Is it possible to use with K2 images...

K2 resize all images uploaded to XS, S, M, L and XL sizes on media/k2/itens/cache with prefix code .. like this 01f1a05053c6242fcfa23075e5b963c1_L.jpg

Is it possible to include in k2 php code the ari zoom in plugin mode??

Now k2 open the image with modal but i need to zoom in the imagem...
Code:

                          <a class="modal" href="<?php echo $this->item->imageXLarge; ?>" title="<?php echo JText::_('Click to preview image'); ?>">
                                  <img src="<?php echo $this->item->image; ?>" alt="<?php if(!empty($this->item->image_caption)) echo $this->item->image_caption; else echo $this->item->title; ?>" style="width:<?php echo $this->item->imageWidth; ?>px; height:auto;" />
                          </a>

The administrator has disabled public write access.
 
#14869
Re:ARI ZOOM with K2 Images 12 Years, 10 Months ago Karma: 746
Hello,

Sorry for delay. It is possible if replace K2 code with the next code:

Code:


{arizoom activeType="singleimage" src="<?php echo $this->item->imageXLarge; ?>" srcSmall="<?php echo $this->item->image; ?>"}{/arizoom}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#19727
Re:ARI ZOOM with K2 Images 12 Years, 6 Months ago Karma: 0
Hello, I've purchased ARI ZOOM as well since from this forum reply I anticipated I could get ARI ZOOM to work with K2 in Joomla 1.5.

Now ARI ZOOM is installed and activated, and I have the same code as described above in my .php-file with name: item.php (which is in the directory /components/com_k2/templates/default/)

In the 1st forum post the code provided was (I extended the piece with additional code to provide the full info):

<!-- Item Image -->
<div class="itemImageBlock">
<span class="itemImage">
<a class="modal" href="<?php echo $this->item->imageXLarge; ?>" title="<?php echo JText::_('Click to preview image'); ?>">
<img src="<?php echo $this->item->image; ?>" alt="<?php if(!empty($this->item->image_caption)) echo $this->item->image_caption; else echo $this->item->title; ?>" style="width:<?php echo $this->item->imageWidth; ?>px; height:auto;" />
</span>

<?php if($this->item->params->get('itemImageMainCaption') && !empty($this->item->image_caption)): ?>
<!-- Image caption -->
<span class="itemImageCaption"><?php echo $this->item->image_caption; ?></span>
<?php endif; ?>

<?php if($this->item->params->get('itemImageMainCredits') && !empty($this->item->image_credits)): ?>
<!-- Image credits -->
<span class="itemImageCredits"><?php echo $this->item->image_credits; ?></span>
<?php endif; ?>

<div class="clr"></div>
</div>


The response to the 1st request was to replace the K2 code with the following code:

{arizoom activeType="singleimage" src="<?php echo $this->item->imageXLarge; ?>" srcSmall="<?php echo $this->item->image; ?>"}{/arizoom}

However, I cannot get it to work correctly.

Can you please indicate exactly which K2 code/lines would need to be changed in the above section by the suggested ARI ZOOM code?
Is it possible to incorporate the ARI ZOOM code in the provided K2 php code and attach the correct code here or in a reply to this post?

Your help us much appreciated and thanks in advance!

Fred.
The administrator has disabled public write access.
 
#19734
Re:ARI ZOOM with K2 Images 12 Years, 6 Months ago Karma: 746
Hello,

Is it possible to provide us link to a page where you want to use the extension and temporary access to your J! backend by email so we can help to modify necessary file(s)?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19736
Re:ARI ZOOM with K2 Images 12 Years, 6 Months ago Karma: 0
Hello!

Thank you for the quick response!
I'm sending you the requested info by email.

Fred.
The administrator has disabled public write access.
 
#19741
Re:ARI ZOOM with K2 Images 12 Years, 6 Months ago Karma: 0
Information has been sent, but I don't think you've been able to look at this already.
When do you expect to be able to do this?

Thanks.
The administrator has disabled public write access.
 
Go to topPage: 1234