Support

Home Forums Event Espresso Premium Registration Page is not showing correctly only when logged OUT… and 2 more Qs

Registration Page is not showing correctly only when logged OUT… and 2 more Qs

Posted: March 2, 2014 at 11:49 am

Viewing 4 reply threads


Suzanne Schriver

    March 2, 2014 at 11:49 am

    Hello again–
    I am having a few more problems.
    #1: On the registration pages for my classes (“events”), it is only showing a printer-friendly white and black plain page, with just text. Sometimes it does this, sometimes it does not. It seems like it doesn’t happen when I am logged in, and happens when I am logged out. Which means that admin users are the only people that see the nice looking page. (http://capitalwineschool.com/new/?page_id=162&ee=2) Screenshot of the page when logged OUT: , Screenshot of the page when logged IN:

    #2: When logged in: When you click the title of the class you want to register for, it takes you to the registration page where you can also view the full description of the class. However, the title of the class on the registration page is significantly smaller than the title of the class on the listing page.
    Class listing page link: http://capitalwineschool.com/new/?page_id=81, and Screenshot:
    Class registration page link: http://capitalwineschool.com/new/?page_id=162&ee=2, and Screenshot:

    #3: How do I change the color of the submit buttons? Link: http://capitalwineschool.com/new/?page_id=77 Screenshot:


    Suzanne Schriver

      March 2, 2014 at 11:52 am

      Are screenshots private, because I posted 5 here with my questions and I do not see them! I hope you can view them on your end!


      Dean

      • Support Staff

      March 3, 2014 at 12:57 am

      Hi,

      1) The pages looked fine for me when logged out. Generally what you are describing happens when you have the reCAPTCHA turned on but no API key added. It seems it is currently disabled though. Without the screenshots (see below) it may be hard to figure out what happened.

      2) That’s an odd one, it must be some CSS conflict but I can’t see what.

      Adding the following to your themes style.css file or to a plugin such as My Custom CSS should resolve it for you

      .post-single h3.event_title {
      font-size: 1.8em;
      }

      3) This is found in your Themese custom CSS, so someone/theme developer must of added it

      button, input[type=button], input[type=reset], input[type=submit] {
      background: #10A4DD;
      padding: 5px 10px;
      border: none 0;
      color: #fff;
      height: 33px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      }

      If you change the background: #10A4DD; to another colour, that should change the buttons for you.

      Regarding the screenshots, the forum software is overly strict and sometimes just doesn’t display them. It’s best to use a third party service such as Imgur, Photobucket, etc.


      Suzanne Schriver

        March 3, 2014 at 8:02 am

        Thanks! Everything is fixed except for #2. I entered in the CSS you suggested and it did make the text the correct size on the registration page, but now it’s HUGE on the event listing page! Here are links to my new screenshots:

        HUGE text on event listing page: http://oi62.tinypic.com/23uq87k.jpg
        Correct size text on registration page: http://oi59.tinypic.com/2i77ort.jpg


        Dean

        • Support Staff

        March 4, 2014 at 12:04 am

        You could try replacing it with this

        .post-single h3.event_title {
        font-size: 17px;
        }
        
        #event_wrapper h3.event_title {
        font-size: 17px;
        }
        Viewing 4 reply threads

        The support post ‘Registration Page is not showing correctly only when logged OUT… and 2 more Qs’ 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