Viewing 10 replies - 1 through 10 (of 10 total)
  • Try inserting your shortcodes like in the example below

    <p>[shortcode1] [shortcode2] [shortcode3]</p>

    Thread Starter wp-crazy

    (@wp-crazy)

    I did, but it didn’t work..
    Btw, i love the fc ! Cheers for volunteering there

    Any other idea guys ??

    🙂 thanks. Which FC branch are you familiar with?

    What’s your url?

    Thread Starter wp-crazy

    (@wp-crazy)

    San Diego. the URL will be useless for that, i made the page inaccessible because customers go on it already from the business cards so it cannot look messy there.

    Hmm. It sounds like it’s either a css issue or it may be a problem with your theme inserting extra <p> tags or it may be a conflicting plugin issue.

    Can you copy the form to a new page that isn’t linked to from anywhere in your site and post that url?

    Thread Starter wp-crazy

    (@wp-crazy)

    <p>[select Shape multiple “any” “1” “2” “3”] [select Cut multiple “any” “1” “2” “3”]</p>

    That’s the input in the plugin text area

    yes, but I’d need to see what html code is being “spit out”, not just the shortcode that’s being used.

    You can download firebug which will allow you to inspect different elements of your site to see the html code and css.

    That should give you some info. but I’d try temporarily deactivating any other plugins you’re using to see if that solves it. Any you can try reverting to the default theme to see if you’re having the same problem there as well.

    Thread Starter wp-crazy

    (@wp-crazy)

    all right, will do. Thank you so much for your help, i’ll let you know

    Thread Starter wp-crazy

    (@wp-crazy)

    Here is the Style-rtl.css :

    span.wpcf7-not-valid-tip {
    left: auto;
    right: 20%;
    direction: rtl;
    }
    span.wpcf7-not-valid-tip-no-ajax {
    direction: rtl;
    }
    span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 0.5em;
    }

    Can the solution be found from here ??

    Don’t think so. Did you try temporarily deactivating your other plugins or temporarily reverting to the default theme?

    Otherwise you can try this tutorial

    hope that helps

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Contact Form 7] How to put several fields on one same line ?’ is closed to new replies.