Support

Home Forums Event Espresso Premium BBPress button enlargement

BBPress button enlargement

Posted: October 10, 2013 at 12:33 pm


Jeffrey Harvey

October 10, 2013 at 12:33 pm

Greetings,
I am running the latest EE and when I install BBPress and BuddyPress my buttons get all crazy.

You can see here: Geek Fan Expo Site

When I deactivate EE, everything works fine (other than template features that I already know how to fix).

Anyone have any ideas? This is sorta important because I really don’t want to move to a different forum type since I want to maintain a specific look on the site.


Josh

  • Support Staff

October 10, 2013 at 4:42 pm

Hi Jeffrey,

Can you check to see if it makes a difference if the ThemeRoller option is deactivated in Event Espresso>Template Settings?


Jeffrey Harvey

October 10, 2013 at 5:17 pm

I disabled the ThemeRoller and there was no difference. The only way I have found to correct this is to disable EE all together.


Josh

  • Support Staff

October 10, 2013 at 9:56 pm

Hi Jeffrey,

I’m not sure why this is only the case when ee is active, but this is the style from the active WP theme that is making the buttons so tall:

.button, button.validate {
height: 100%;
}

You can override this by setting the button height to auto:

.button, button.validate {
height: auto;
}

example screenshot with above fix applied


Jeffrey Harvey

October 11, 2013 at 12:10 am

Awesome. Now if I can figure out where RT keeps that code I can make this thing work. Not sure why EE caused the error…but if its an easy fix it doesn’t really much matter!

Thank you very much.


Josh

  • Support Staff

October 11, 2013 at 1:24 pm

If you add the code to the end of the theme’s stylesheet it will override the earlier style rule.

The support post ‘BBPress button enlargement’ 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