Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
BBPress button enlargement | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium BBPress button enlargement

BBPress button enlargement

Posted: October 10, 2013 at 12:33 pm

Viewing 5 reply threads


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

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

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

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.

Viewing 5 reply threads

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 - Staging Server