• Resolved webdirr

    (@webdirr)


    This theme not work so great with pluging Contact Form 7.

    With this theme when I send message I got nothing. The loading bar is just spinning around.

    THIS IS HOW IT SHOULD WORK:
    When I change theme to others, the message send away with this notice “THANX FOR YOU MESSAGE”.

    [Moderator Note: No bumping. If it’s that urgent after waiting just 1 hour, please consider hiring someone instead.]

Viewing 1 replies (of 1 total)
  • Thread Starter webdirr

    (@webdirr)

    FINALLY!!! I fixed it!!!!

    Here is how:

    1. FTP into your site. (I use Filezilla.)
    2. Go to /public_html/wp-content/plugins/contact-form-7
    3. Find the file called wp-contact-form-7.php
    4. Right click on the file and select View/Edit
    5. Look through the code for:

    if ( ! defined( ‘WPCF7_LOAD_JS’ ) )
    define( ‘WPCF7_LOAD_JS’, true );

    and edit it to read:

    if ( ! defined( ‘WPCF7_LOAD_JS’ ) )
    define( ‘WPCF7_LOAD_JS’, false );

    6. Save it.

    SOURCE URL

Viewing 1 replies (of 1 total)
  • The topic ‘Contact Form 7’ is closed to new replies.