Support

Home Forums Event Espresso Premium Events Grid View Template Add-on for EE4

Events Grid View Template Add-on for EE4

Posted: August 17, 2016 at 3:37 pm

Viewing 6 reply threads


Elizabeth

August 17, 2016 at 3:37 pm

Does this not come with the main support key license?


Elizabeth

August 17, 2016 at 3:51 pm

Disregard last statement about the license question…..

New one:

Can you have it list the dates and name of the event above or under the image?
Can you have it only show the upcoming week?


Elizabeth

August 17, 2016 at 3:57 pm

How do you get the grid view to look like the sample you guys have? Mine is listing them down the page:

https://www.masterpiecemixersfortmyers.com/test/


Elizabeth

August 17, 2016 at 3:59 pm

Sorry for all the updates but. When you set to [ESPRESSO_GRID_TEMPLATE] it looks normal… When you use [ESPRESSO_GRID_TEMPLATE limit=15] it messes it all up.


Elizabeth

August 17, 2016 at 4:02 pm

Also, how can you resize the images to fit more across the row?


Elizabeth

August 17, 2016 at 5:09 pm

On a computer screen the image sizes keep the square shape. When you go to a table or phone, the image proportion goes back to their normal dimensions and the layout gets messed up.


Tony

  • Support Staff

August 18, 2016 at 6:31 am

How do you get the grid view to look like the sample you guys have?

Are you adding the shortcode to a page (preferred) or through a template using do_shortcode()?

I can see your loading the .css file through uploads, where is the JS file located (its not loading which is why the output looks different)

[ESPRESSO_GRID_TEMPLATE] it looks normal… When you use [ESPRESSO_GRID_TEMPLATE limit=15] it messes it all up.

What messes up? Whats the difference between the output?

Also, how can you resize the images to fit more across the row?

You can do that using CSS:

.espresso-grid .ee_grid_box img {
    width: 150px;
    height: 150px;
}

You’ll need to alter the size of the text to fit, for example:

.espresso-grid .ee_grid_box a.darken span h2 {
    font-size: 70%;
}

On a computer screen the image sizes keep the square shape. When you go to a table or phone, the image proportion goes back to their normal dimensions and the layout gets messed up.

There are styles loading on your site that are overriding the styles set by the gird template at certain sizes – http://take.ms/m99Wy

There’s a couple of options to fix this, one is to add !important to the size you set the height of the grid images to.

Viewing 6 reply threads

The support post ‘Events Grid View Template Add-on for EE4’ 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