Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor damiarita

    (@damiarita)

    Hi Ahmet,

    The issue was caused by the order in which the JS files of the plugin were included in your page.

    The library was included after the main JS file. So, the functions defined in the library were not available for the main file which caused it not working.

    I updated the plugin so that this dependency is enforced. Try to update the plugin (wordpress cache might take some minutes to realize there is a new version).

    However, i noticed that you use bwp minifier plugin. I am not sure how much attention in pays to the dependencies. At the end, the important fact is that the file with this handle wpcf7-intl-tel-lib-js comes before wpcf7-intl-tel-js.

    Let me know if this fixes it!

    Plugin Contributor damiarita

    (@damiarita)

    Hi,

    I visited your page. The input displays the flags now. The update seems to have fixed it.

    There is some CSS conflict between the plugin’s stylesheet and your theme’s stylesheet.

    Some of your theme’s rules apply to form.wpcf7-form input[type=text], form.wpcf7-form input[type=email], form.wpcf7-form textarea unfortunately, the input the plugin creates has type=”tel”. Modify your CSS to include this case.

    If you need further assitance, please let me know!

    Thread Starter werkfast.nl

    (@transferhot)

    IT IS WORK?NG!!!!!!!!!!!! THANKSSS!

    Plugin Contributor damiarita

    (@damiarita)

    Great!

    Consider a positive review to the plugin, please.

    Enjoy your programing!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘it is not working with my theme’ is closed to new replies.