• Resolved Larry

    (@lpint)


    In “Settings” > “frontend views” > “Event Listings” at the bottom is “Image Visibility Options in Square Grid View” with two setting below. For the option “Image Visibility Options” there are 4 choices “none”, “fill”, “contain” and “cover”. Where are those options defined? Are those setting applied to the events grids only? (This is related to my other question about sizing images for organizers.)

Viewing 4 replies - 1 through 4 (of 4 total)
  • eventprimesupport

    (@eventprimesupport)

    Yes, this option is for only square grid. We will be adding the Image Visibility option for the Organizer page in our upcoming releases. In the meantime to achieve the desired result, please navigate to the “EventPrime -> Settings” sub-menu select the “Custom CSS” tab, and place the below-mentioned CSS in the TextArea and save changes.

    #ep-organizers-container .ep-organizer-grid-wrap .ep-box-card-thumb img {
        object-fit: contain;
    }

    If you have any further questions, please don’t hesitate to reach out to us.

    Thread Starter Larry

    (@lpint)

    That works great. Thanks.

    Now, how do I do the same thing for the stacked rows? I tried replacing “ep-organizer-grid-wrap” with “ep-organizer-rows-wrap” but that didn’t work.

    eventprimesupport

    (@eventprimesupport)

    Thank you for reaching out to us.

    To help you more effectively with the issue you’re experiencing in the stacked rows view, could you please share the site URL where the problem is occurring?

    Looking forward to your response.

    Thread Starter Larry

    (@lpint)

    Here’s a page where I’d like the “fix” for image size: https://mn-act.net/index.php/links/mact-member-theatres/

    Here’s the shortcode I’m using: [em_event_organizers display_style=”rows” cols=”4″ load_more=”1″ search=”1″ featured=”1″]

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Image visability option in settings’ is closed to new replies.