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?

Make open in lightbox?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Make open in lightbox?
#20187
Make open in lightbox? 12 Years, 7 Months ago Karma: 0
Hi,

I have the following issue:

I would like to use lightbox without having to post it on a module position. All I need is some kind of trick to wrap the following command:

<?php if($this->params->get('twitter')) : ?><li><a href="<?php echo $this->params->get('twitter'); ?>" title="Twitter" id="twitter" target="_blank">Follow Us</a></li><?php endif; ?>

In order for it to open up in a lightbox.

The idea is the following:

1.) I have an icon on my website, which I want to link with an article.
2.) Once you click on the icon, the pop up with the article inside should show up.

Can you please help me? Is this possible at all

Here is the link to the site: www.studit.ch you can see the icons on the top right side.
Last Edit: 2011/10/01 12:49 By duken666.
The administrator has disabled public write access.
 
#20194
Re:Make open in lightbox? 12 Years, 6 Months ago Karma: 747
Hello,

Install, configure and enable "System - ARI Sexy Lightbox" plugin and use the next code:

Code:


<?php if($this->params->get('twitter')) : ?><li><a href="<?php echo $this->params->get('twitter'); ?>?TB_iframe=true&height=450&width=800" title="Twitter" id="twitter" rel="sexylightbox">Follow Us</a></li><?php endif; ?>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20956
Re:Make open in lightbox? 12 Years, 6 Months ago Karma: 0
Now my gallery is working but I dont know how to link the gallery with the lightbox pligin for show the images on the black box. Here is the web www.littha.com/joomla/index.php/fotografia can you help me?
The administrator has disabled public write access.
 
#20971
Re:Make open in lightbox? 12 Years, 6 Months ago Karma: 747
Hello,

When we click by an image from slick gallery on provided, a large image is shown into sexy lightbox. Is it incorrect?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#20976
Re:Make open in lightbox? 12 Years, 6 Months ago Karma: 0
Now is working because I bought the product yesterday and I configured the gallery! now is okay! Thanks for that!
I just have another problem! Im trying to put another callery in the same page, but in a different position and in other category. Im making the same process but when I insert the galery and the light box the page say:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 9792 bytes) in /home/carojara/public_html/joomla/modules/mod_arisexylightbox/includes/kernel/Image/Asido/class.driver.gd.php on line 448

Im trying to fing the mistake, but I dont know where exactly is because in that line is just a "("

Can you help me??
The administrator has disabled public write access.
 
#20979
Re:Make open in lightbox? 12 Years, 6 Months ago Karma: 747
Try to increase value of "memory_limit" PHP option with help PHP Settings plugin.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1