• Resolved Ron Jakubisin

    (@sharynbeyproductions)


    https://fairclaimslaw.com/claim-chart-2/
    Should be on this page, but nothing shows. Seen some other posts about Browser log CORs issue, could I get more instructions, better explanation how I can fix this.

    Your plug-in seems to be exactly what I need and I would purchase the PRO version, but if I can not get this to work I will not bother.

    Attorna WP theme

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Avirtum

    (@avirtum)

    Hello. Mostly it’s the CORS issue (mixed content)
    There are 4 possible solutions:
    1) You can use absolute url for your item image.
    2) Edit your .htaccess file and add the CORS section like below
    # BEGIN CORS
    <IfModule mod_headers.c>
    <FilesMatch “\.(jpg|png)$”>
    Header set Access-Control-Allow-Origin “*”
    </FilesMatch>
    </IfModule>
    # END CORS
    3) Edit your WP settings
    4) Try to use the “SSL Insecure Content Fixer” plugin if you use HTTPS

Viewing 1 replies (of 1 total)
  • The topic ‘Image not showing’ is closed to new replies.