Hi guys,
I have a question about the zp_captcha image.
On the earlier builds of ZP the captcha image had a image id like this:
`
`
The new captcha image on build 1.4.4 has no id or class, only a img align like this:
`
`
Where can I find the img align so I can change this to a id or class. I checked c.php, functions.php, functions-i18n.php and template-functions.php with no luck.
TIA
Comments
As a workaround you can address of course any surrounding element as well (not familiar with the setup though but in our forms there should be an id/class on those).
Please open a ticket on the bug tracker.
Old setup is present in zenphoto.php in captcha folder.
`$html = ''`
The only ? is where do you guys hide the img align="middle :-)
Thnx acrylian
Answer is given on github, the img align="middle can be found in https://github.com/zenphoto/zenphoto/blob/master/zp-core/zp-extensions/zpCaptcha.php on line 154.
Changed it to img id="captcha" and now working as previous ZP installs.