Problem with Popup Thumbnails

Page: 1

Author Post
Member
Registered: Oct 2012
Posts: 19
I use floatbox to enhance Joomla components many times without any problem, but for the very first time, Floatbox doesn't work as expected.

I added Popup Thumbnail in a Joomla component PHP code.

When I mouse over it works as expected.

But when I refresh (AJAX) the page to change the view, the Popup doesn't work anymore.

I reproduce the problem on my test site with a simple Joomla site.

Best is to have a look at my test site for a better understanding:

http://testtgt.com/index.php/calendar

Mouse over the green square : Popup works
Change the view (for exemple, click on Week), Mouse over the green square : Popup doesn't work anymore.
You can again change the view to Month: problem is the same

I also check the code Page Source : exactly the same.

Thanks for help.
Administrator
Registered: Aug 2008
Posts: 3382
Floatbox markup that's added to a page dynamically after the page has loaded needs to be activated with an fb.activate() call.

More detail can be found in the Instructions and in the API Reference.
Member
Registered: Oct 2012
Posts: 19
Quite easy !

Thanks very much.

Regards.

Page: 1