Viewing 1 replies (of 1 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @mattgerrish,

    Well the plugin doesn’t know that your images have been moved into a CDN, hence this situation you’re in now ?? WPP expects to find your site’s images on /uploads, since it can’t find them it returns that no_thumb.jpg image instead.

    When using CDNs (like you are now) then known workarounds are:

    • Configure your popular posts list to use stock WordPress thumbnails instead of its own (Appearance > Widgets > [Your Sidebar] > WordPress Popular Posts > Posts Settings > Display post thumbnail > Use predefined size). By using stock thumbnails whatever you’re using on your site to create the CDN (a plugin I guess?) should be able to reroute get_the_post_thumbnail() calls from the plugin to the right path.
    • If you’re using a plugin to store your images in this self-hosted CDN you could also see if there’s a way to exclude WPP thumbnails from being moved to https://static.antiquejewellerycompany.com/ (which is not ideal, I know).
Viewing 1 replies (of 1 total)
  • The topic ‘WPP Multisite Paths for images’ is closed to new replies.