Home › Forums › All Other Themes › Gallery view
- This topic has 9 replies, 2 voices, and was last updated 4 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
June 5, 2020 at 3:53 am #153520
Hi all,
I am using Interior Pro and building my gallery.
my website is up at https://www.jrosenbaum.com.authe images it’s using are the tiny thumbnails, which look a bit compressed and squished but when you click for the expanded view they are even smaller. I checked the media pages and the attached images are a good size.
how can I get the gallery to show the larger images please?also, is it possible to have latest news show my events calendar listings? thanks!
June 5, 2020 at 10:13 am #153641Hi,
Kindly check for conflicting plugins disable all of the plugins and see if it works.
If its working fine then some plugin is conflicting. Activate them one by one to find out which one is causing problems.
Maybe problem is coming from lazy load and jetpack plugins.
Regards,
DaveJune 8, 2020 at 4:12 am #153769Thankyou yes, jetpack appears to have been the culprit. Is there a way to prevent the thumbnails from being squished?
Also, does the news section support events listings from the events calendar?
June 8, 2020 at 5:46 am #153788Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.photobooth .gallery ul li { height:202px;} .photobooth .gallery ul li img { height:auto; min-height:inherit !important;} .photobooth .gallery ul li strong { left: 50%; top: 50%; transform: translate(-50%, -50%); width: 85%;}
Q. does the news section support events listings from the events calendar?
Ans: Do you want to display Event calendar instead of latest news??
Regards,
DaveJune 11, 2020 at 6:26 am #154434Thankyou! The thumbnails are no longer being quashed, but a highlight fill line has appeared. Would it be possible to have them as a crop instead of as a min? (My css is not very good)
And yes, I would love to display my events from The Events Calendar instead of my news
I’ve also used some custom css to make my slideshow smaller, but a white border is appearing at the bottom now where it wasn’t before, at least on tablet.
Thanks so much for all of your help!
June 11, 2020 at 6:47 am #154443Hi,
We did not find any highlight fill line issue on your website?
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
DaveJune 11, 2020 at 7:10 am #154450Hi Dave, thanks so much, I’ve uploaded it on my site though as that is easier for me.
The bright turquoise line is the issue. I’m seeing this on tablet, I haven’t checked on phone yet.https://www.jrosenbaum.com.au/wordpress/wp-content/uploads/2020/06/A3367776-CF27-4959-A54A-9F220F780286.jpeg
June 11, 2020 at 7:31 am #154454Hi,
Kindly use this CSS
@media screen and (min-width:1024px) and (max-width:1169px) { .photobooth .gallery ul li { height:166px; } }
Regards,
DaveJune 12, 2020 at 4:22 am #154500Ah that’s much better Thankyou!
June 12, 2020 at 4:39 am #154502Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.