the styling is broken and I went through the documentation but i was not able to fix the issue. the doucmention page states that your theme must have a wp_footer() and i checked and it actually has the file installed.
I can see event information but the styling looks broken.
This add-on requires wp_footer() to work correctly. WP footer is used by many popular WordPress plugins and is used to load resources in the footer of a page. Please ensure that wp_footer() is being used in your theme’s footer (typically footer.php theme template file).
the broken styling can be viewed in the following link:
pdc-gd.com/grid-view-test/
Sorry, you did provide a link already, I missed that!
Looking at the grid, it appears that the text is the problem (please clarify this).
If so, it looks like the themes CSS is affecting the grid text, this should fix it, though you may want to tweak the value slightly:
.ee_grid_box h2 {
line-height: 20px;
}
That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.
i used My Custom CSS and changed the value to 25px and it works perfect
thanks for the awesome support
Viewing 4 reply threads
The support post ‘Grid View Styling is broken and my theme has wp_footer()’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.