Support

Home Forums Event Espresso Premium Grid View Styling is broken and my theme has wp_footer()

Grid View Styling is broken and my theme has wp_footer()

Posted: February 20, 2015 at 3:52 pm

Viewing 4 reply threads


Khalid Joharji

February 20, 2015 at 3:52 pm

Greetings Support Team,

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/

my theme main website which talks about wp_footer:
http://themesandco.com/hook/wp_footer/

and since this and the table views are the only two choices I have, i really need this to work properly and i would appreciate your support


Dean

February 23, 2015 at 1:07 am

Hi,

Can you provide a link to the page in question which is broken? This will help us narrow down the issue.


Khalid Joharji

February 23, 2015 at 4:10 am

http://www.pdc-gd.com/grid-view-test/


Dean

February 23, 2015 at 4:33 am

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.


Khalid Joharji

February 23, 2015 at 6:53 am

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.

Event Espresso