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
All Question Groups On by Default | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium All Question Groups On by Default

All Question Groups On by Default

Posted: October 1, 2013 at 1:10 pm

Viewing 5 reply threads


Deborah Walden

October 1, 2013 at 1:10 pm

Is it possible to have all question groups on by default when creating a new event? If not, is there a way to use a csv file to set the question groups on import, thus providing a work around? Thanks!


Jonathan Wilson

  • Support Staff

October 1, 2013 at 1:55 pm

Hi Deborah,

At this time there isn’t a way to turn on the questions by default. I will add your feature request to our list for our developers to review.


Deborah Walden

October 2, 2013 at 11:03 am

Hi Jonathan, that would be great! It’s not a deal breaker or anything, but some of our clients who are using the custom setup we have going for them in Events Espresso need the easiest possible route to event creation. They aren’t so computer savvy…


Josh

October 3, 2013 at 9:21 am

Hi Deborah,

If you have a developer on your team who is familiar with jQuery and WordPress action hooks a custom function can be built that will load on the Add new event page that will automatically check all the question group boxes. Here is some example code that can be used in a custom functions file:

add_action ( 'action_hook_espresso_new_event_right_column_bottom', 'my_custom_question_group_checker' );

function my_custom_question_group_checker () {
?><script>jQuery('.event-questions-lists input[type="checkbox"]').prop('checked',true);</script><?php
}


Deborah Walden

October 4, 2013 at 11:29 am

Hi Josh,

I am the developer, I thought about doing that. Maybe I will now that you tipped me in the right direction. I am already doing a bit of jQuery work on the add/edit events screen to make it a bit less intimidating for our users. Thank you so much!


Josh

October 4, 2013 at 12:34 pm

You’re welcome.

Viewing 5 reply threads

The support post ‘All Question Groups On by Default’ 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