Page 1 of 2

TG_Popup_XH new functionality

Posted: Thu Jun 09, 2011 11:39 am
by webscientist
Now it's possible to resize big images automatically. :D
Including the languages de, en and sk. Thanks to tata!
Further translations and suggestions are welcome.
Please mail to me. Thx.

Downloadlink >>

Re: TG_Popup_XH new functionality

Posted: Thu Jun 09, 2011 9:09 pm
by webscientist
Now also language dk included.
Thanks to maeg!

Re: TG_Popup_XH new functionality

Posted: Thu Jun 09, 2011 9:48 pm
by designfjord
A really good idea, this plugin!
I like it and use it on every of my pages!

Great work! Thank you!

Re: TG_Popup_XH new functionality

Posted: Fri Jun 10, 2011 9:04 am
by bca
Hi

Does the demo work?

b

Re: TG_Popup_XH new functionality

Posted: Tue Jun 14, 2011 8:35 am
by webscientist
bca wrote:Does the demo work?
Yes, thanks for your hint.
Sorry, this was a synchronizing error of my whole website. :oops:
Now it's fixed. The demo is working again. Just click the images.

Re: TG_Popup_XH new functionality

Posted: Tue Jun 14, 2011 10:25 am
by Hugorm
Hello

Is there any reason why the demolink is/was so extremely slow on june 14. around 12.20 DK-time?
It was a first time test-run at a IE8.

Regards
Hugo

Re: TG_Popup_XH new functionality

Posted: Tue Jun 14, 2011 10:49 am
by Gert
Maybe you had a knot in the cable :lol:

Re: TG_Popup_XH new functionality

Posted: Wed Jul 20, 2011 6:29 pm
by Ikko
Hi!
Could somebody please explain how to use the Popup Plugin? Unfortunately there is no help included...
I have installed the Plugin, but how to integrate a picture into a site? How to choose which picture to integrate?
Thanks!

Ikko

Re: TG_Popup_XH new functionality

Posted: Wed Jul 20, 2011 7:24 pm
by Tata
1. install the plugin
2. put the function call just after the heading of the page on which your zooming images shall go.

Code: Select all

#cmsimple $output.=tg_popup();#
3. Insert image with its original dimensions on the page and change them to fit your design needs. (e.g. 800x640 reduce to 200x160)
All pictures on this page inserted the same way will zoom.
Another way:
1. install the plugin
2. change

Code: Select all

$plugin_cf['tg_popup']['generate_global']="OFF";

Code: Select all

$plugin_cf['tg_popup']['generate_global']="ON";
No function call shall be used and all pictures inserted wherever in your content will zoom.
Read more here: http://tg-media-design.de/tgmedia/index.php?Software

Re: TG_Popup_XH new functionality

Posted: Wed Jul 20, 2011 8:54 pm
by Ikko
OK. Done. But the Lightbox is not working. When I click on the image it opens inside the window (only the image), not as popup on top of the website.
:?: