• I’ve followed all instructions and watched all videos. I notice in the video when you go to add a translation, the default form appears in the language you wish to create. Not so on my end. If I select Spanish, everything still appears in english.

    Again, I have followed instructions, the settings are correct, etc.

    What else could be the problem?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    if the plugin is not working at all that means you have a javascript error in your pages which is affecting the ajax calls to the polylang plugin.

    I just tested the following configuration:

    WP 4.7.3
    Polylang 2.1.2
    CF7 4.7
    CF7 Polylang Ext 1.4.1

    and I found only a small issue with the listing of non-translated forms not being listed when connecting a new form to existing forms in other languages. I fixed this with v1.4.2 which I just released.

    However, this will not solve your problems. Please inspect your pages with Firefox/Chrome inspector and look for an javascript errors being reported in your console.

    Same problem and dont have any js errors

    Same problem here…

    Plugin Author Aurovrata Venet

    (@aurovrata)

    @crashprojects,

    I have tested the plugin again with the latest configuration and it is working fine for my server.

    If you are still having issues, please enable the debug mode in your wp-config.php file and report the errors/msg you get wrt to this plugin (if any), you reported that your forms do not appear in Spanish, so it is possible that your locale is not being downloaded from the WordPress server. Please check by setting,

    define('WP_DEBUG', true);
     if ( WP_DEBUG ) {
         define( 'WP_DEBUG_LOG', true );
         define( 'WP_DEBUG_DISPLAY', false );
    }

    in your wp-config.php file, this will output msg in your wp-content/debug.log file.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    @mattleg, @marder please start your own threads to report issues and describe the problems you are facing.

    It doesnt work. It seems that forms are not linked. Debug mode doesnt create log.

    Hi Aurovrata Venet,
    with the singlesite installation:
    WP 4.7.3
    Polylang 2.1.2
    CF7 4.7
    CF7 Polylang Ext 1.4.2
    you plugin is working but with a multiste installation there you can not connecting the languages
    thanks

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Hi @kochhase, that’s interesting, I will need to see why the multisite is not working.

    I am using this plugin on a live multisite installation which is working fine.

    I will carry out a few test and get back to you.

    @antonyerofeiev, are you getting any javascript error in your console inspector?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Plugin generally not working at all’ is closed to new replies.