That’s what I’ve found. I’ve had to use the css top and height properties to get the borders and shadows to show properly, especially on vertical images.
Not working, even removing the shadow code still doesn’t work. Sorry guys my coding just isn’t up to snuff. Reason why I never did good in my coding classes
In the browser inspector I can access your custom css. If I remove img from before .fancybox-slide img it works fine. Plus, I use the same thing on my site and it works fine there.
Can you edit your custom css to remove that preceding img? Then clear browser cache.
there is no element bg to apply a background to. (BL1 used Photoswipe, BL2/3 uses Fancybox, completely different critters. So any css you used in BL1 most likely won’t work)
If you want to try adding a background image behind the display images, the browser inspector shows that this selector may do the trick:
.pangolin-album .fancybox-slide
the url to the background image seems to be wrong though
one problem is the url you are using does not appear to go to the image you want to use. You’ll have to correct that.
You can initially place the image in a folder on your site. I suggest a folder specifically for custom images placed inside the /backlight/custom/ folder. Or using the Backlight image uploader (Design>Templates>Uploaded Images).
Then use the url to the location of the image in the background image property:
background-image: url(’…’);
or use the image in its currente location and provide the full url to it.
The reason css from BL1 won’t work is that in BL1, a product called Photoswipe was used to display galleries and images. In BL2 and BL3, Matt chose a product called Fancybox. Completely different structures so css for one won’t work on the other.
to italicize, it looks to me that this selector should be used: .fancybox-caption-collapsible .fancybox-caption
Not sure what the issue is with the image path. Both sites pretty much mirror each other where file structure is concerned, so it’s weird one site sees the file, but the other doesn’t.
Anyway, I’ll give your suggestions a try. And once again, I thank you guys for the patience and help. Very much appreciated.
you have that image in /backlight/custom/images/ in the sygnus21.com site as well?
When in doubt, just provide the full url to an image rather than messing with relative urls.
When using the image for background, why not just do it in the background setting on the design template? That is the way I did it on my site for a background and it was really easy to do - no css involved. https://terrancealexander.com
That setting is for the page background so I don’t think it will work for Andrew’s application.
He’s placing a textured image behind the Fancybox slideshow presentation.