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
no results... | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium no results…

no results…

Posted: January 15, 2013 at 12:53 pm

Viewing 3 reply threads


Jake Berman

January 15, 2013 at 12:53 pm

Hi folks,

I’m trying to watch the following tutorial and my Event Espresso login does not work: http://staging.eventespresso.com/forums/2010/10/questions-in-two-columns/

Is this a separate thing that I have to pay for?


Josh

January 15, 2013 at 3:11 pm

Hi Jake,

That is an old tutorial for the VIP membership program on the old site. There wasn’t a video, but rather some custom CSS that you could adapt to use in your theme. It may work with the current version of Event Espresso out of the box, but will likely require some tweaks because each theme is different.

Here is the content of that tutorial:

This is a simple example of using CSS to style your registration form so it will display the registration form questions in two columns. Some customization may be necessary for use with your theme.
Add the following CSS code to your theme’s style.css.

#event_espresso_registration_form{
    width:600px;
}

form {
    display: block;
    float: left;
}

.event_questions {
    display: block;
    float: left;
    margin-right: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
    width:275px;
}

.textInput {
    margin-top: -50px;
}

.btn_event_form_submit{
    display: block;
    float: left;
    margin-left: 20px;
    margin-top:  1px;
}

#additional_header{
    clear:both;
}

.error{
    clear:left;
}


Jake Berman

January 16, 2013 at 10:50 am

Thanks Josh. And you’re referring to espresso_default.css, correct?


Josh

January 16, 2013 at 12:14 pm

No, not really. I was referring to the theme’s style.css. The best place to add your own custom css is in a child theme.

Here are a few child theme tutorials if you’d like to know more about how to make a child theme:

http://themeshaper.com/modify-wordpress-themes/

http://op111.net/53

Viewing 3 reply threads

The support post ‘no results…’ 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