Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Dear Ryan,

    first of all thanks a lot for the great plugin.
    I have implemented the placeholder inside your plugin and seems to be very helpful. It minimizes the spam submissions to almost zero. So yes this is a must for the next version.

    Thread Starter ptsangari

    (@ptsangari)

    Hi again,

    In addition to the issue I mentioned, I would like also to suggest the following:

    By using the plugin functionality, is it possible to remove jwplayer and embed the videos by using colorbox straight from youtube without having any middle player?

    I already do this in a lot websites but it is not easy for me to add it into this plugin.

    If you think that it’s a good idea, I can help to build it.

    Hi everyone!

    composerscott’s explanation was ok and works but i would like to make thinks more clearer by telling the most efficient way to do so.

    Got to the wp-content -> plugins and get into the contact-form-7 folder. Open the stylesheet.css file and go to the end. Second last code block (i mean the second block before the end) looks like this:

    span.wpcf7-list-item {
    margin-left: 0.5em;
    }

    You must only put: display: block; inside and it will be like this:

    span.wpcf7-list-item {
    margin-left: 0.5em;
    display: block;
    }

    Save and exit. That’s all!!!

Viewing 3 replies - 1 through 3 (of 3 total)