Using WordPress 2.9.2.
I have these 2 plugins installed:
Highslide Integration v.1.4
Highslide4WP v.2.0
When I insert an image into a post, it automatically adds code to use the highslide plugin (add in class="highslide" into the tag.
After I install/active this plugin:
Custom Field Template v.1.5.7
the highslide plugin stops working. Meaning, if I'm editing a post, and I insert an image (making sure that under Enlargement:
[X] Use Highslide JS Enlargement is checked.
After code is inserted, when I look inside the < a > tag that causes the Highslide enlargement to happen, I can see that the class="highslide" has not been added.
If I disable the Custom Field Template plugin, and try again, this time it works, and the class="highslide" DOES get added.
So, something in the CFT plugin is causing this class to be stripped from links, which disables the Highslide JS Enlargement feature.