I have a few observations regarding Fancybox. It is mainly things that I find more or less peculiar or possible reasons for confusion/frustration, so I wonder, if somebody needs to know. Some of the things may not have to do with Fancybox directly by the way.
1. the order of parameters - does that really matter? (I mean, is it supposed to matter?) What I found is this. If I write:
- Code: Select all
[[popup file="2011-11/bild1.png" description="(thumbnail)" title="null" align="left" ]]
I get no title on the image. But if I write:
- Code: Select all
[[popup file="2011-11/bild1.png" description="(thumbnail)" align="left" title="null" ]]
the image gets the title "null".
2. If I copy a part of the code in the editor, I often get a problem. E.g. I have a number of pictures on a page and I dont want any titles on them. So I insert the images, go to the editor and copy/paste title="null" from one image to the other. In many cases this does not work. Then I take a look at the html and find that the parameters are now separated with non-breaking spaces ( ) instead of normal spaces, and this prevents fancybox from interpreting the parameters.
3. I am in a proces of changing from Firefox to Chrome as my primary browser. Now I found that I can not upload any images for PivotX popups. The upload-function simply does not work. But if I copy/upload the pictures manually to the images-folder on the server, I can make a PivotX-popup with the choose-image function.