Live link doesn't work

Hi everyone !
When I create a live link to show my local website to my customer, it displays so bad …


Does anyone can help me please :smiley: ?

Thanks

Hi @OceanePAWIN73!

Live Links don’t match your Local Site URL (ie: mysite.local), so Local attempts to rewrite these on the fly. Live Links is broadly compatible with many themes, plugins, and custom code snippets. However, some images, front-end assets, or other HTML elements may be missing from your site when viewing it over Live Links. Try the tips below:

  • Run the following WP-CLI command
    wp search-replace 'SITEURL' 'LOCALURL' --skip-columns=guid

  • Replace SITEURL with your production URL like https://localwp.com

  • Replace LOCALURL is your Local Site URL like http://mysite.local

  • Trust Local’s SSL certificate

  • Disable certain types of plugins: caching, security, force HTTPS/SSL

If you have any other questions or concerns don’t hesitate to reach back out. We are always happy to help!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.