Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Nick Ciske

    (@nickciske)

    The old version worked?

    Does the error happen consistently or erratically?

    Can this server call out to get plugin and WP updates?

    Thread Starter Luccio8

    (@luccio8)

    I did not try the old version.

    The error happens consistenly. I don’t know about the server.

    Plugin Author Nick Ciske

    (@nickciske)

    OK, can you tell me:
    Where your site is hosted?
    What WP version you have?
    Does the error still happen if if ll other plugins are off and you’re using a default theme (2011)?
    Can you upgrade plugins using the auto update feature?

    Thread Starter Luccio8

    (@luccio8)

    The site is hosted in France
    the version of wordpress : 3.4.1
    If I choose the default theme, all the configurations on my theme will be lost ?
    Where can I find the auto update feature ?

    Plugin Author Nick Ciske

    (@nickciske)

    By where I meant which company, e.g. My site is hosted at X company on Y plan.

    The plugin uses WP’s built in HTTP library, so if WP can’t make a remote HTTP call, neither can the plugin.

    Thread Starter Luccio8

    (@luccio8)

    I’m not using the defaul theme but this one:
    https://www.templatemonster.com/wordpress-themes/39958.html
    The contact form 7 plugin is also installed. DO I have to remove this one ?

    Plugin Author Nick Ciske

    (@nickciske)

    I have not tested it with Contact Form 7. While there should not be an issue… the only way to know if this is a potential bug or not is to remove the variables.

    If you could turn off all plugins except SF, switch to TwentyTwelve, and verify of the issue is still present we can take it from there. Absent that info, I can’t help further.

    Thread Starter Luccio8

    (@luccio8)

    It works ! We just open the gate for http connexion.

    Thanks.

    Plugin Author Nick Ciske

    (@nickciske)

    Yep, that would cause that error ??

    Thread Starter Luccio8

    (@luccio8)

    Just one question : How can I change the submit button ? I want a background image instead

    Plugin Author Nick Ciske

    (@nickciske)

    .w2linput.submit is the class of the submit button, so

    .w2linput.submit{
    background-image: url(image.png);
    }

    Should get you started.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: WordPress-to-lead for Salesforce CRM] WP_Error Object ( [errors] => Array : fail to con’ is closed to new replies.