Topic: Pro options for imageFrame don't work
I want to use some more pro option on a gallery but am experiencing several problems with the preset xml file:
- The main image is supposed to have a frame. Adding
imageFrameStyle="SQUARE"
imageFrameWidth="10"
frameColor="000000"
results in no visible frame at all.
Changing the last line to
imageFrameColor="000000"
doesn't do anything either (have the browser restarted, in case the flash is not properly refreshed otherwise).
If you'd like to check the gallery and it's preset, you find'em at simone-weyand.de/wordpress-test/portrait-i and simone-weyand.de/preset.xml respectively.
Do you have any idea what the described problems may be caused by?
PS: I also realised that the documentation of the pro options has at least one error: hexadecimal codes aren't to be added with the leading # - svBuilder renders the code without it. But the documentation suggests hexadecimal codes in the form of #ffffff, i.e. with leading #.