Hi,
I recently purchased the ARI Fancybox and now I'm trying out basic scenarios as written in description of plugin but unfortunately they are not working properly. I have read some other posts here in order to find solution but without success.
So I'm using Joomla 1.6 and TinyMCE as article editor which has all the auto-correct options switched off.
1. I tried to create image gallery by using fancybox module. When I write in editor in html-mode
{arifancybox moduleId="85"}{/arifancybox} and after press save the text is modified
{arifancybox moduleId="85"}{/arifancybox}<p>", but at least this part of code is showing the gallery.
2. Next I tried
{arifancybox generateThumbs="true" thumbType="cropresize" thumbCount="1"}<img src="images/joomla_logo_black.jpg" _mce_src="images/joomla_logo_black.jpg" border="0">{/arifancybox}. As you can guess this part of code didn't work either, even worse it only outputs the whole code-line and no image.
3. The same thing happens with
{arifancybox activeType="icontent" opt_width="300" opt_height="250" link="Click me" title="Hidden text"} Inline content which you want to show in fancybox goes here. {/arifancybox}.
In attached files are some screenshots if that helps
Can you please suggest what I'm doing wrong or what I can do to avoid this inappropriate behaviour of ARI Fancybox.