Gallery view

Home Forums All Other Themes Gallery view

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #153520
    J. RosenbaumJ. Rosenbaum
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: January 21, 2020

    Hi all,
    I am using Interior Pro and building my gallery.
    my website is up at https://www.jrosenbaum.com.au

    the 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!

    #153641
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #153769
    J. RosenbaumJ. Rosenbaum
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: January 21, 2020

    Thankyou 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?

    #153788
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #154434
    J. RosenbaumJ. Rosenbaum
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: January 21, 2020

    Thankyou! 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!

    #154443
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #154450
    J. RosenbaumJ. Rosenbaum
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: January 21, 2020

    Hi 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

    #154454
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS

    @media screen and (min-width:1024px) and (max-width:1169px) {
    .photobooth .gallery ul li {
        height:166px;
    }
    }

    Regards,
    Dave

    #154500
    J. RosenbaumJ. Rosenbaum
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: January 21, 2020

    Ah that’s much better Thankyou!

    #154502
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.