• Resolved mhartste

    (@mhartste)


    Hi guys –

    Do you know how I can get a larger Featured Image on my Event page? (Not the page which shows a list of all my events, but the page for a specific event.)

    In Settings -> Formatting -> Events -> Single Event Page -> Single event page format, I changed _EVENTIMAGE{small} to _EVENTIMAGE{large}. But this had no effect. I also tried _EVENTIMAGE{1200,400}, which is the full size of the image, but also no effect.

    I confirmed that my image is stored in various sizes in the /html/wp-content/uploads/2024/08 folder.

    So why isn’t a larger image used?

    Thanks!

    Mike

    The page I need help with: [log in to see the link]

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

    (@joneiseman)

    Try adding the following custom CSS:

    .em-view-container .em.em-item.em-item-single .em-item-image {
    flex: auto;
    }
    Thread Starter mhartste

    (@mhartste)

    Thanks for that suggestion. It didn’t make any difference.

    I added it to Pages -> Event Pages -> Body Classes. Is that the right place to add it?

    joneiseman

    (@joneiseman)

    In order to add custom CSS, go to?Apparance >?Customize > Custom CSS/JS?and enter the code into the text area.

    Thread Starter mhartste

    (@mhartste)

    Yes. That worked.

    Thanks!

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