Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mike224

    (@mike224)

    I have also tried it with the following code and in the custom type “post” and it doesn’t work either

    $yourfield = get_field('addres');
    
    require_once( ABSPATH . 'wp-content/plugins/daext-autolinks-manager/shared/class-daextam-shared.php' );
    $Daextam_Shared = Daextam_Shared::get_instance();
    $yourfield_with_autolinks = $Daextam_Shared->add_autolinks( $yourfield, false, '', false);
    
    echo $yourfield_with_autolinks;
    
    Thread Starter mike224

    (@mike224)

    Hello, I just came back to this and trying the following code, it does not make the link in the custom field, however in the entry content it does it without problems, I am choosing the type of custom post type that I need, any idea?

    require_once( ABSPATH . 'wp-content/plugins/daext-autolinks-manager/shared/class-daextam-shared.php' );
    $Daextam_Shared = Daextam_Shared::get_instance();
    echo $Daextam_Shared->add_autolinks( 'addres', false, '', false);
    

    Hola,

    Lo siento no guarde el resultado del comando SSH pero le puedo asegurar que no salia akamai por ninguna parte del código sin embargo tengo buenas noticias el problema se ha solucionado contacte con el soporte de mailchimp y me dijeron que les compartiera los datos de estado de woocommerce y me respondieron esto:
    Hello Miguel,

    Thank you for providing us with this.

    Can you confirm if the original screen shot you provided us with was from within the MailChimp for Woocommerce plugin, or if this was a different plugin such as MailChimp for WordPress?

    The error you are seeing is similar to one shown when trying to access MailChimps API through an IP address or network that is being blocked by one of our pstream providers, Akamai, although that message is a bit different than we would expect it to show in MailChimp for Woocommerce. That being said, if this is the type of block you are seeing, the solution would be to access the API through a different IP address or a different network. When trying to connect through a Woocommerce plugin, this would typically involve contacting your host provider and requesting a different IP address.

    We will keep looking out for your reply so that we can help out as quickly as possible.

    Thanks again,
    Heather

    Despues de unos días esperando al parecer el hosting cambio la ip y ya funciona de nuevo.

    Gracias

    Hola, a mi me pasa lo mismo el plugin me funcionaba correctamente hasta ayer que me dejo de funcionar dando me el error = “Error al conectar con MailChimp: 503 Service Unavailable” antes todo funcionaba correctamente, hice lo que me pedían en https://kb.mc4wp.com/solving-connectivity-issues/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=settings-notice

    SSH a su servidor “curl -v https://us1.api.mailchimp.com/3.0/?apikey=test
    Replace us1 with the characters in the end or your API key, after the minus sign.
    Replace test with everything in front of the minus sign of your API key.”

    y no me aparece “Akamai” en la respuesta, el el codigo me da los datos de listas de correo email del propietario y user. He llamado al hosting y no es posible cambiar la ip del servidor antes de probar a migrar a otro server que me recomiendan.

    Gracias un saludo

Viewing 4 replies - 1 through 4 (of 4 total)