• Resolved vibor

    (@vibor)


    I just bought your plugin, but it seems that cf7-hide does not work… Can you please check?

    My string:
    [variable vibappx2s cf7-hide “vibapp2s:” “Da 67” “Ne 0”]

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author pbosakov

    (@pbosakov)

    Hello, I have received several reports about this problem. It turned out to be a CSS priority issue in Contact Form 7, affecting several WordPress themes (including Twenty Seventeen).

    To work around it, you can add the following custom CSS to your site:

    input[type="text"].wpcf7-display-none {
    display: none;
    }
    Plugin Author pbosakov

    (@pbosakov)

    For the Enfold theme, please try this code instead:

    #top input[type="text"].wpcf7-display-none,
    #top input[type="number"].wpcf7-display-none {
        display: none;
    }

    Hope that helps!

    Plugin Author pbosakov

    (@pbosakov)

    Issue fixed in the free version, a release for the pro version will follow shortly.

    In the current version of the Pro plug-in that I have (assumed latest) this class name is actually called .pvb-display-none. In case this helps anyone.

    Thread Starter vibor

    (@vibor)

    Hi,

    This is still not working correctly, any info for a solution here?

    Thank you,
    Regards

    Plugin Author pbosakov

    (@pbosakov)

    Hi again, can you please check the Plugins page on your WordPress dashboard and let me know which version of the plugin you are using right now?

    Thanks,
    Petko

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘cf7-hide not working?’ is closed to new replies.