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>
[ESPRESSO_GRID_TEMPLATE button_text="More Info" category_identifier="playgroups-t1-2018" limit="50"]
<h3><strong>Term 2 Playgroups - Book Now!</strong></h3>
[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, 9 months ago by Tony . Reason: Removed screenshot
Tony
February 19, 2018 at 4:10 am
Add New Note to this Reply
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
Add New Note to this Reply
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, 9 months ago by Tony . Reason: Removed link
Tony
February 19, 2018 at 5:08 am
Add New Note to this Reply
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
Add New Note to this Reply
Thank you so much Tony, that worked a treat!!!
Adam
February 19, 2018 at 5:13 am
Add New Note to this Reply
Is there anyway to edit my 1st post in this forum post to remove reference of our live site?
Tony
February 19, 2018 at 5:18 am
Add New Note to this Reply
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
Add New Note to this Reply
thanks Tony