Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter andre-luiz

    (@andre-luiz)

    iMazed Can you help me ???

    I have got the exact same problem!

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Andre & Christa,

    This is the honeypot field, which should be hidden for human eyes so only bots are tricked into filling it. If filled, the form submission will be marked as spam.

    Now, the strange part is that it’s visible for you. Which browsers are you using? The plugin should add a piece of CSS to your page that hides the field, and if that doesn’t work it uses JavaScript to hide it as a fallback mechanism.

    Any URL’s to your site would be very much appreciated – the URL Andre sent me doesn’t work for me..

    Let me know, would love to help!

    Thread Starter andre-luiz

    (@andre-luiz)

    This page was created by min and it has no hooks :

    <? php get_footer ( ); ?>

    <? php get_header ( ); ?>

    Elah is a Template Page

    <? php
    Template Name : Landing Page Guides
    * /
    ?>

    Could he be so ?

    Plugin Author Danny van Kooten

    (@dvankooten)

    HI Andre,

    Your page is inaccessible from where I’m at, getting the “This webpage is not available” error..

    If you go into that Template, do you see a call to wp_head() in the header.php file and a call to wp_footer() in the footer.php file?

    Anyway, can you try adding the following piece of CSS to your theme, either by editing your theme stylesheet or by using a plugin like Simple Custom CSS.

    .mc4wp-form input[name="_mc4wp_required_but_not_really"] { display: none; }

    Let me know if that worked please!

    Hey

    I have exactly the same problem here : http://scared.io/

    And I tryed the solutions above, … but didn’t work

    What should i do ?

    Thanks for your help Dany

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hi @theauravier,

    That is very strange, did you rollback to the previous version? Adding the following code to your theme stylesheet should definitely work in all browsers back to Internet Explorer 7.

    .mc4wp-form input[name="_mc4wp_required_but_not_really"] { display: none !important; }
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘BUG ADDED INPUT BUTTON BELOW’ is closed to new replies.