Support

Home Forums Event Espresso Premium Hidden question

Hidden question

Posted: January 29, 2014 at 7:30 am

Viewing 11 reply threads


Alexander Schmidt

    January 29, 2014 at 7:30 am

    Hi,

    Is it possible to make a question hidden, unless another question is answered in a certain way?

    For example:
    If you click yes to the question: “Do you wear shoes?”
    Another questions comes up: “What size?”

    Thanks


    Anonymous

      January 29, 2014 at 8:49 am

      Hi Alexander,

      Conditional question are not currently supported but Event Espresso, it is possible but would require some custom development.

      I would recommend contacting one of our Event Espresso Pro’s available here:

      http://staging.eventespresso.com/developers/event-espresso-pros/


      Alexander Schmidt

        January 29, 2014 at 12:12 pm

        Okay – thank you!

        Another thing: How do remove the space between Price and Start Time, and between End Time and Start Time?

        My link is: http://ørc.dk/event-registration/?ee=1


        Jonathan Wilson

        • Support Staff

        January 29, 2014 at 3:14 pm

        Hi Alexander,

        You might want to try turning off the Themeroller templates in Event Espresso > Template Settings. That will make Event Espresso use your theme’s default styling and should make it look much better.

        If that doesn’t work for you, then you can modify your theme’s style.css file to add something like this:

        .event_espresso_form_wrapper p {margin: 0; padding: 0;}

        Or, you can add that CSS code to a custom CSS plugin.


        Alexander Schmidt

          January 30, 2014 at 9:30 am

          Hi,

          Themeroller is already turned off. It used to look really good, but suddenly the not-so-nice layout is back. Without me doing anything – on purpose.

          How can i get the old layout?

          Thanks


          Anonymous

            January 31, 2014 at 3:43 am

            Hi Alexandar,

            So just to make sure I’m looking at the correct section, you want go from this: http://d.pr/i/SOsT

            To this: http://d.pr/i/IjBs

            Is that correct?


            Nicholas

              January 31, 2014 at 4:48 am

              Hi
              Just to chip in here, my styling reverted back after the previous update without themeroller enabled. The ugly grey menu bar reappeared and some additional backgrounds that were previously hidden with CSS.


              Dean

              • Support Staff

              January 31, 2014 at 4:55 am

              @Nicholas, when you made the CSS changes did you you make them to the themes style.css file, or to a plugin like My Custom CSS, or directly to an Event Espresso file?

              It sounds like it was done to a file which was over written on update. For CSS changes I highly recommend the free My Custom CSS plugin, it works well and keeps the CSS from being over written by plugin or theme updates.


              Nicholas

                January 31, 2014 at 5:05 am

                I made the CSS changes in the editor in my theme ( I use Pagelines DMS) – this writes the CSS to a child theme which prevents this. I’m going to live with it because it’s working ok and the client is getting 50+ registrations/day


                Josh

                  January 31, 2014 at 8:05 am

                  There were a few tweaks done to the stylesheets and possibly some changes to the class names in a recent update that added potential support for frameworks like bootstrap, so that may be why you saw a change in the styling, which can be tweaked in your custom stylesheet. Please let us know if you need assistance with any styling tweaks.


                  Alexander Schmidt

                    February 2, 2014 at 5:41 am

                    Hi,

                    I had ThemeRoller turned of, and everything looked great. Then i updated, and now still with themeroller turned off, the layout doesn’t look very nice. How can I go back to the layout with themeroler off?

                    Also, how can i make the space between the questions smaller, but still keep the same space between question groups?

                    Thanks!


                    Anonymous

                      February 3, 2014 at 5:39 am

                      Hi Alexander,

                      Currently Event Espresso is using the styles within event-espresso/templates/css/espresso_default.css

                      You can copy that file to wp-content/uploads/espresso/templates/css/ and edit the file there to remove any styling you do not want.

                      However, Event Espresso uses themeroller to apply styles, so if other plugins load themeroller they will apply the styles to the EE elements (as is the case currently) the grey bar is set from the flick themeroller theme that your mailchimp plugin is loading.

                      Also, how can i make the space between the questions smaller, but still keep the same space between question groups?

                      Line 153 of the file above contains:

                      .event_espresso_form_wrapper fieldset div {
                      margin: 1em 0 2em;
                      clear: both;
                      }

                      Remove the margins.

                      May I ask why you have removed the themeroller styles?

                      Viewing 11 reply threads

                      The support post ‘Hidden question’ 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