Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Bruce (a11n)

    (@bruceallen)

    Happiness Engineer

    Hi @barates

    I’ve made a small change to the settings on this end. Can you try posting a comment now?

    Thread Starter apoplife

    (@barates)

    Hi Bruce,
    It works now. Thank you!
    This seems to happen every 6 months or so. Some functionality gets messed up upon which you change some setting on your end.
    Is there something I can do to prevent those errors?
    Kind regards,
    Erwin

    Plugin Support Bruce (a11n)

    (@bruceallen)

    Happiness Engineer

    Hi @barates

    What happened both of the last two times was that your SiteURL in your WordPress settings was changed to a number.

    We were able to update that in your Jetpack settings so that it was correct again.

    Hardcoding the URLs in your wp-config.php file might help with this. You would add this code:

    
    define('WP_SITEURL', 'https://apoplife.nl/');
    define('WP_HOME', 'https://apoplife.nl/');
    

    Once you’ve saved the change to **wp-config.php**, that should fix things.

    Plugin Contributor Jen H. (a11n)

    (@jenhooks)

    Hey there,

    Since it’s been more than a week since we’ve heard from you, I’m going to go ahead and mark this thread as Resolved. If you still need a hand, please feel free to reach back out here and mark the thread as not resolved.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comments no connection’ is closed to new replies.