Support

Home Forums Event Espresso Premium Gridview overlapping help

Gridview overlapping help

Posted: February 19, 2018 at 3:48 am

Viewing 7 reply threads


Adam

February 19, 2018 at 3:48 am

Hello,

Can you run more than one instance of gridview on a page?
I have tried but they seem to overlap using the following shortcode:

 
<h3><strong>Term 1 Playgroups - Book Now!</strong></h3>
&nbsp;
[ESPRESSO_GRID_TEMPLATE button_text="More Info" category_identifier="playgroups-t1-2018" limit="50"]

&nbsp;
<h3><strong>Term 2 Playgroups - Book Now!</strong></h3>
&nbsp;
[ESPRESSO_GRID_TEMPLATE button_text="More Info" category_identifier="playgroups-t2-2018" limit="50"]

**Removed**

Any advice would be greatly appreciated.

  • This topic was modified 6 years, 7 months ago by Tony. Reason: Removed screenshot


Tony

  • Support Staff

February 19, 2018 at 4:10 am

Hi there,

Its likely an issue with some additional styles from your sites theme so a screenshot doesn’t help in this case, we’ll need to see the page.

Can you post a link to the above, please?


Adam

February 19, 2018 at 4:37 am

Thanks for the reply Tony.

Basically we want it show like this

Term 1 Playgroups (text heading)
gridview

Term 2 Playgroups (text heading)
gridview

  • This reply was modified 6 years, 7 months ago by Tony. Reason: Removed link


Tony

  • Support Staff

February 19, 2018 at 5:08 am

Ok, so the problem is all of the elements within the grid are floated, I looks like you’ve additional spans to the default template which are also floated.

A quick fix is to add:

.espresso-grid.item-grid-outer {
    overflow: auto;
}

To your sites styles.


Adam

February 19, 2018 at 5:12 am

Thank you so much Tony, that worked a treat!!!


Adam

February 19, 2018 at 5:13 am

Is there anyway to edit my 1st post in this forum post to remove reference of our live site?


Tony

  • Support Staff

February 19, 2018 at 5:18 am

Currently you can’t edit posts, but I’ve removed both the screenshot and the URL for you.


Adam

February 19, 2018 at 2:24 pm

thanks Tony

Viewing 7 reply threads

The support post ‘Gridview overlapping help’ 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