• Resolved mike73

    (@mike73)


    Hallo,

    … after the Update on your new version (14.9.10), the captcha-reset image (the circle icon) is missing. The reset function works good.

    Before – The image path is correct:
    <img class="captcha-reset" src="https://www.domain.de/wp-content/plugins/cforms2/images/spacer.gif" alt="Captcha">

    After – The image path is NOT correct – only a sharp:
    <img class="captcha-reset" src="#" alt="Captcha">

    #####################################

    The background image in the CSS is OK:
    Example:
    background: url(captcha_reset_grey.gif) no-repeat;

    The captcha image is also OK.
    #####################################

    Only the captcha-reset image (the circle icon) is missing.

    What ist wrong / What can I do / What can you do / What can we do ?

    Thanks for your quickly help!

    https://www.ads-software.com/plugins/cforms2/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bgermann

    (@bgermann)

    So what is the effect of the # in your browser (what browser)? The change you described is intentionally. I thought of changing the img to a div, but that would cause incompatibilities with custom stylesheets built from the provided ones.

    Thread Starter mike73

    (@mike73)

    Hallo,

    ################ Deutsch

    … hast Du nicht das Problem?

    Im Chrome wird das (nicht existierende) “spacer.gif”, als das typische gebrochene Bild ueber das Hintergrund-Bild(Kreis-Icon) gelegt.

    Im FireFox kann man im Ansatz das Hintergrund-Bild(Kreis-Icon) erkennen. Die Breite ist einfach nicht gegeben, weil das Bild “/wp-content/plugins/cforms2/images/spacer.gif” – die Bildquelle fehlt.

    Ich habe es nun schon in 2 WP Installationen (mit dem selben Ergebnis) getestet.

    Was kann ich tun / Was kannst Du tun / Was koennen wir tun?

    Noch einmal – Vielen Dank fuer die schnelle Hilfe!

    ################ english

    … do hav’nt this problem?

    In Chrome will the (nonexistent) “spacer.gif”, placed as the typical broken image over the background image (circle icon).

    In firefox you can seen a little piece from the background image (circle icon). There is simply no width value, because the image “/wp-content/plugins/cforms2/images/spacer.gif” – the image source is missing.

    I’ve tested now in 2 WP installations – with the same result.

    What can I do / What can you do / What can we do ?

    Thanks for your quickly help – again!

    Plugin Author bgermann

    (@bgermann)

    This should be fixed in the current version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘After Update (14.9.10) – captcha-reset image is missing.’ is closed to new replies.