Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you replicate the problem using the default Twenty Thirteen theme with all other plugins deactivated?

    Thread Starter carovienna

    (@carovienna)

    am affraid to do that.. there is lots of info on the website, galleries, tables etc and i am worried that i loose them if i switch theme and deactivate all the plugins…. there must be an easier way to change the style visibility hidden… i hope.. any suggestions?

    Thread Starter carovienna

    (@carovienna)

    <input class=”wpcf7-form-control wpcf7-submit” type=”submit” value=”Senden”>
    this line gives the trouble, not the style visibility hidden..
    it is this line that has somehow become inactive.. i dont know why..

    Thread Starter carovienna

    (@carovienna)

    i got the solution! i deactivated the visibility of the input in the style.css as follows

    input[type=”submit”], .btn {
    display:none;
    }

    this because the breadcrumbs should not show..

    this fixed the problem…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘contact form 7 – submit button invisible’ is closed to new replies.