Support

Home Forums Event Espresso Premium Grid does not work – shows events not as grid

Grid does not work – shows events not as grid

Posted: November 3, 2019 at 8:28 am


sky

November 3, 2019 at 8:28 am

Hi guys

Grid view is not working. Instead of a grid, there shows the events among themselves. Pls check the link: https://www.skydesign.ch/neudikids_neu/fussballschule/

Another problem I have is, that I changed the size of grid-pictures on espresso-grid-template.template.php to 320x320px, but on the event-Arichve-page the size stays unchanged: https://www.skydesign.ch/neudikids_neu/kursuebersicht/

Thanks in advance for your appreciated help.
BR
Cristina


Tony

  • Support Staff

November 4, 2019 at 4:13 am

Hi Cristina,

Grid view is not working. Instead of a grid, there shows the events among themselves. Pls check the link: https://www.skydesign.ch/neudikids_neu/fussballschule/

Are you using a page builder to add the shortcode to the page? If so try adding the shortcode directly to the page.

Another problem I have is, that I changed the size of grid-pictures on espresso-grid-template.template.php to 320x320px, but on the event-Arichve-page the size stays unchanged: https://www.skydesign.ch/neudikids_neu/kursuebersicht/

The grid template is currently loading an image 300x300px but the CSS in the add-on limits the view to 200×200 so you’ll need to override that:

.ee_grid_box_v2 img {
    width: 100%;
    height: 100%;
}

.ee_grid_box_v2 {
    max-width: 300px;
}

You can add that to Appearance -> Customize -> Additional CSS.

The support post ‘Grid does not work – shows events not as grid’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso