gallery of images

Need help? Please give a detailed explanation of your problem.
Post Reply
Dhara1937
AllPro Expert
AllPro Expert
Posts: 66
meble kuchenne Mikołów Knurów Czechowice-Dziedzice
Joined: Wed Mar 16, 2016 1:06 pm
Website: www.webrose.net

gallery of images

Post by Dhara1937 »

Here's what the APWT gallery is giving me SEE ATTACHED.
And here's what I want. (attached)
Can you help me get there, please?
Thanks.
Dhara
Attachments
GalleryOfImageswithShadow.jpg
GalleryOfImageswithShadow.jpg (73.22 KiB) Viewed 6447 times
APWT gallery.jpg
APWT gallery.jpg (57.83 KiB) Viewed 6447 times
APWT gallery.jpg
APWT gallery.jpg (57.83 KiB) Viewed 6447 times
User avatar
JohnB
Support Team
Support Team
Posts: 1022
Joined: Wed Nov 04, 2015 3:57 pm
Website: www.allprowebtools.com

Re: gallery of images

Post by JohnB »

When you created this gallery, do you remember what you had set for the Display Thumbnails option? It looks like you might have had "Do Not Crop" selected when you might actually want "Crop Thumbnails" selected.

Other than the shadow, which I am looking into and will answer on this thread, what else specifically do you want to change?
Dhara1937
AllPro Expert
AllPro Expert
Posts: 66
Joined: Wed Mar 16, 2016 1:06 pm
Website: www.webrose.net

Re: gallery of images

Post by Dhara1937 »

Hi. I did set for the Display Thumbnails option "Do Not Crop" . I don't see where I can edit that setting to be "Crop Thumbnails" selected? Is that something you can do for me, so I don't have to recreate this gallery from scratch? Or.... Thanks.
Here's the link to that page in my mock-up site.
https://c3028.allprowebtools-s2.com/con ... leries.php
User avatar
JohnB
Support Team
Support Team
Posts: 1022
Joined: Wed Nov 04, 2015 3:57 pm
Website: www.allprowebtools.com

Re: gallery of images

Post by JohnB »

The best way at this time, is to recreate a new gallery with the new settings. Luckily, any css you created should still apply and work, and the images themselves should already be uploaded!
Dhara1937
AllPro Expert
AllPro Expert
Posts: 66
Joined: Wed Mar 16, 2016 1:06 pm
Website: www.webrose.net

Re: gallery of images

Post by Dhara1937 »

Okay. Thanks. I'll do that.
But it was the copying and pasting of the captions and the image order that took the most time to build the gallery...
User avatar
JohnB
Support Team
Support Team
Posts: 1022
Joined: Wed Nov 04, 2015 3:57 pm
Website: www.allprowebtools.com

Re: gallery of images

Post by JohnB »

I apologize for that. Please feel free to add a suggestion to the Suggestions & Feature Requests to be able to edit the gallery settings after they have been created!
Dhara1937
AllPro Expert
AllPro Expert
Posts: 66
Joined: Wed Mar 16, 2016 1:06 pm
Website: www.webrose.net

Re: gallery of images

Post by Dhara1937 »

Hi John. Thanks for your help getting the shadow feature on the gallery thumbnails. I redid the page and chose "cropped" so the images load better. Can you give me the code for how to add space between the images, please? Go to this link to see the current page. http://suncatcher.greatmockup.com/Home-Gallery/
Thanks so much!
-Dhara
User avatar
JohnB
Support Team
Support Team
Posts: 1022
Joined: Wed Nov 04, 2015 3:57 pm
Website: www.allprowebtools.com

Re: gallery of images

Post by JohnB »

You will want to use the css margin property. With the margin property you can define different margin amounts for each of the 4 sides, or 1 uniform margin amount all around. This website helps explain a little bit more.

You can use the same selector, so something like this should work for you, but feel free to change it as needed!

Code: Select all

.gallery img {
	margin: 10px;
}
Post Reply