• Resolved wkdwich

    (@wkdwich)


    this is a host gator manual install
    GD and FreeType library are installed on the server as verified from HG techs
    The captcha code shows up, I tried several variations:

    Input this code: [captchac captcha-170]
    [captchar captcha-170 4/4 size:s]
    Input this code: [captchac captcha-118 size:l fg:#00ff00 bg:#ffffff]
    [captchar captcha-118 4/4]

    and a few more, but ALL display the captcha code HUGE, when the form is submitted, the “working” circle arrow image is HUGE and all distorted

    You can see the issue here:
    https://www.bluesandgroovesfest.com/festival/contactquestions/
    the form works, but I know the captcha should not look like that

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter wkdwich

    (@wkdwich)

    Oh and FYI I have this same form installed on another domain I manage and the captcha looks fine there

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Try switching to the default theme.

    Thread Starter wkdwich

    (@wkdwich)

    Thank you, apparently thats the problem .. it must be a CSS issue with the custom theme.. so how do I resolve it using the desired theme (Marla)

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Ask the theme author to fix it.

    Hi,

    Add this line to the CSS on the theme options:

    .wpcf7-form img {
    width:auto;
    margin-left: 0;
    }

    Regards

    Thread Starter wkdwich

    (@wkdwich)

    THANK YOU!!! I installed a plug in: Simple Custom CSS and added the code there and BINGO!! I’m a happy camper!!

    Glad to hear it, you didn’t need a plugin. Marla theme has already a field for custom CSS.

    Best regards !!!

    Thread Starter wkdwich

    (@wkdwich)

    it does?? Can you point me to where I can find it? thanks!

    Sure

    yourdomain.com/wp-admin/customize.php

    Or in the left menu Appearence > Customize

    There you′ll find a lot of configurations for the Marla Theme, “Custom CSS & Code” is the one that lets you add some custom CSS

    Regards

    Thread Starter wkdwich

    (@wkdwich)

    ok perfect thanks I didnt notice that down there, its not in any of the themes I have used/played with

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Captcha HUGE’ is closed to new replies.