- This topic has 2 replies, 2 voices, and was last updated 7 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Gallery thumbnails not appearing
I have my galleries on a subdomain with it own wordpress install, and on this subdomain I have installed WP Photo Sell. The only content on the subdomain is the galleries and the store etc. that is created by the Photo Sell plugin. If in a browser I go directly to the subdomain the thumbnail images appear in the links on the gallery page, but if I go from an embedded link on the main site, then the thumbnails don’t show an image.
The only thing I can think of is this might be an SSL issue?
You can try, direct to subdomain:
proofs.artandimagery.com
and then the main site
artandimagery.com and select the Client Proofs link from the main menu which goes to proofs.artandimagery.com
Cheers!
Chris
I think that is probably being caused by the .htaccess file in your “wp-content/uploads/wp_photo_seller” folder because your subsite according to wordpress is “http” but your link in the main site is “https”.
I recommend you edit the .htaccess file on the subsite in the “wp-content/uploads/wp_photo_seller” folder.
Look for the line which has:
RewriteCond %{HTTP_REFERER} !^http://proofs.artandimagery.com/ [NC]
Change it to:
RewriteCond %{HTTP_REFERER} !^http(s)?/proofs.artandimagery.com/ [NC]
Thanks Peter!
That was the secret sauce, perfect!