Link issue

Hi

I think some other people are having this issue, when I send a live link to a client, some of the images are missing (back ground pictures mainly)…can you advice me on this issue please.

Many Thanks

Gary

Hi @Louiseva

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

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